About Recasely

Free, browser-based text, code, and image tools — nothing leaves your device.

What Recasely is

Recasely is a collection of free utilities for the everyday work of reformatting text, converting between code formats, and cleaning up files — case converters, formatters, encoders, generators, and image converters, all reachable from a single search box on the homepage. There's no dashboard, no project to set up, and nothing to install. You open a tool, use it, and the result is on the page. The site is built and maintained by a single developer, which is also why new tools ship one at a time rather than in large batches.

Why it runs in your browser, not on a server

Every tool on this site is implemented in plain JavaScript that executes on your own device. When you paste text into the Regex Tester, drop a file onto the PNG to JPG Converter, or convert a JSON blob to YAML, that data is transformed locally in your browser tab. It is never uploaded to a server, because for tools like these there's no reason it should have to be — the conversion itself doesn't need a server, so removing the round trip makes the tool both faster and more private by construction. It also changes where the limits sit: the image converters cap out at whatever your browser's memory can hold, not at a server-side upload-size limit, and something like the Regex Tester runs on your browser's own native regex engine instead of a sandboxed copy on a server. Our Privacy Policy spells this out in more detail, including what ordinary web server logs still see (basically nothing about what you typed).

What "no accounts" actually buys you

There are no sign-ups anywhere on this site. That's not a missing feature — a tool that converts kebab-case to camelCase or resizes an image doesn't benefit from a login, and adding one would only add friction and a reason to collect an email address we don't need. Every tool works the same way for a first-time visitor as it does for someone who's used it a hundred times: open the page, do the thing, done.

What's on the site today

The tools are organized into a few categories, each covering a different kind of everyday task:

New tools are added regularly, one at a time, each checked against the behavior of similar tools elsewhere before it ships. If a converter or formatter you rely on elsewhere isn't here yet, let us know and it may show up in a future update.

Common questions

Is my data really never uploaded? Correct — every tool on this site does its work with JavaScript running in your own browser tab. You can disconnect from the network after a page loads and most tools will keep working, because there's nothing left to send anywhere.

Why are some tools listed as "coming soon"? A few tools — a QR code generator, a JavaScript formatter, and document-to-Markdown converters among them — need either a large reference table or a full parser to get right, and we'd rather ship them correctly later than ship something that silently produces wrong output now.

Is Recasely free? Yes. Every tool is free to use with no usage limits or paywalls.

Get in touch

Questions, bug reports, or tool suggestions are welcome at hello@recasely.com.