As a developer, I constantly find myself needing to convert
variable names between different case formats.
Copying text, opening a separate tool, converting, copying
back — it gets tedious fast.
So I built TextCaseConverters.com — a free online tool
that handles 11 case formats instantly.
What it supports
- UPPERCASE / lowercase
- Title Case / Sentence case
- camelCase / PascalCase
- snake_case / kebab-case
- CONSTANT_CASE
- aLtErNaTiNg CaSe
- Reverse Text
How it works
Everything runs in your browser using JavaScript. Your text
never leaves your device — no server calls, no storage.
Tech stack
- Next.js 16 (static export)
- TypeScript
- Tailwind CSS v4
- Hosted on Cloudflare Pages
Try it
It's completely free, no signup required. Would love your
feedback on what formats to add next!
Top comments (0)