Launching today

Quietbench
Free, no-signup dev tools that run entirely in your browser
3 followers
Free, no-signup dev tools that run entirely in your browser
3 followers
Most bookmarked dev-tool sites get slower and more ad-heavy over time, or start gating basic features behind a signup. Quietbench is a small suite of the utilities I reach for most often - JSON formatter, regex tester, cron builder, WCAG contrast checker, and API request tester - built to stay fast, free, and signup-free. Everything runs entirely client-side in your browser. No accounts, no data sent to a server, no ads. Built with React, Vite, and TypeScript, deployed on Cloudflare Pages.




the all-client-side approach is a really thoughtful choice, especially for tools like these where you don't want your test data leaving the machine. love seeing utility sites that respect that.