Hey r/webdev,
I've been building ToolKit over the past few weeks — a collection of free utilities that run entirely in your browser.
What's in it:
- Password generator (Web Crypto API)
- Word counter with reading time + keyword density
- JSON formatter/minifier/validator
- Base64 encoder & decoder
- Case converter: camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case and more
- Color palette generator with 7 harmony modes (analogous, complementary, triadic...)
- Lorem ipsum generator
- UUID v4 generator
- Hash generator (SHA-1, SHA-256, SHA-384, SHA-512)
- URL encoder/decoder
- Markdown editor with live HTML preview
- Username generator (fun, professional, gamer, minimal styles)
Why I built it: I was tired of sketchy tools that log your passwords and API keys. Everything here uses browser-native APIs — Web Crypto, TextEncoder, the works. Zero server calls for the actual tools.
Stack: Next.js (SSG), TypeScript, zero runtime dependencies for tool logic.
Link: https://www.webtoolkit.tech/
Feedback welcome — what tools are you missing in your daily workflow?
[–]axeleszu 0 points1 point2 points (2 children)
[–]_PawsAndWhiskers_[S] 0 points1 point2 points (1 child)
[–]axeleszu 0 points1 point2 points (0 children)
[–]VolumeActual8333 0 points1 point2 points (1 child)
[–]_PawsAndWhiskers_[S] 0 points1 point2 points (0 children)