DEV Community

Foysal Mostafa
Foysal Mostafa

Posted on

I built a free text case converter — camelCase, snake_case, kebab-case and 8 more

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

👉 textcaseconverters.com

It's completely free, no signup required. Would love your
feedback on what formats to add next!

Top comments (0)