The page arrives, then goes quiet
Opening a tool downloads a static page and the code that runs it. After that the network is not needed: there is no request carrying your content, because the work happens in the tab you are looking at.
Local-first
20 small, fast tools for the everyday text jobs: editing, converting, comparing, cleaning up. Every one runs inside your own browser, so your drafts, logs, contracts and API keys stay on your machine.
Nothing is uploadedNo server ever receives what you type.
No accountNothing to sign up for, nothing to delete.
Fast, and works offlineStatic pages that keep working without a connection.
Every tool is a single page that loads only what it needs. Pick one and it opens ready to use: no setup, no sign-in, no upload step.
A real editor, and the two searches you reach for inside one.
Tabbed notepad that autosaves to your browser, not to a server.
editor.jamuny.com/Replace across your text, with regex, whole-word and in-selection.
editor.jamuny.com/find-and-replace/Live match highlighting, capture groups and a replace preview.
editor.jamuny.com/regex-tester/Turn one format into another without pasting it into a stranger's server.
Side-by-side preview, then copy the HTML or download a full page.
editor.jamuny.com/markdown-to-html/Pretty-print, minify or validate. Errors name the line and column.
editor.jamuny.com/json-formatter/Proper CSV parsing: quoted commas and newlines survive intact.
editor.jamuny.com/csv-to-json/Encode and decode with full Unicode: accents, CJK and emoji.
editor.jamuny.com/base64-encode-decode/Percent-encode a query value, a whole URL, or decode either back.
editor.jamuny.com/url-encoder-decoder/Escape markup characters, or decode entities back to readable text.
editor.jamuny.com/html-entity-encoder/Unix epoch to date and back, telling seconds and milliseconds apart.
editor.jamuny.com/timestamp-converter/Random v4 or time-ordered v7, from your browser's secure randomness.
editor.jamuny.com/uuid-generator/SHA-256, 384, 512 and SHA-1, as hex or Base64, via WebCrypto.
editor.jamuny.com/hash-generator/Decode, verify and sign JSON Web Tokens; keys never leave the page.
jwt.jamuny.com/Turn images, text and Markdown into PDFs without the file leaving your tab.
pdf.jamuny.com/The list-wrangling jobs that otherwise mean opening a spreadsheet.
Strip repeated lines and keep the order you pasted them in.
editor.jamuny.com/remove-duplicate-lines/A to Z or Z to A, with item2 sorting before item10 as it should.
editor.jamuny.com/sort-text-lines/Upper, lower, title, sentence or inverted, without eating acronyms.
editor.jamuny.com/text-case-converter/URL-safe slugs from titles, keeping accented letters readable.
editor.jamuny.com/slug-generator/Compare two versions and see every added and removed line.
editor.jamuny.com/text-diff/Words, characters, sentences and reading time, live as you type.
editor.jamuny.com/word-counter/Not text tools, but the same rule applies: nothing you make leaves your browser.
Same local-first rule, applied to drawing instead of text.
Most online tools are a form that posts your text to a server, does the work there, and sends a result back. These do the work where your text already is.
Opening a tool downloads a static page and the code that runs it. After that the network is not needed: there is no request carrying your content, because the work happens in the tab you are looking at.
Typing, matching, converting and comparing all run in your browser. The notepad saves documents to your browser's own storage, so they survive closing the tab without ever being copied somewhere else.
Open the network panel in your browser's developer tools and use any tool here. Nothing carrying your text goes out. That is a claim you can verify in about ten seconds, which is the point of making it: here is exactly how.
Every tool runs as code inside the page you already downloaded. There is no backend that receives your text, because there is no backend at all. You can confirm it: open your browser's network panel, use any tool, and watch that no request carries your content.
No, and there is nothing to sign up for. Without a server there is nobody to hold an account, which also means there is no password to leak and no export request to file if you change your mind.
Once a page has loaded, yes: the work happens on your device rather than over the network. The notepad also keeps your documents in your browser's own storage, so they are still there the next time you open it.
The tools are free to use with no limits and no sign-up. They are cheap to run precisely because there is no server doing the work, which is what makes giving them away sustainable.
Each one is a self-contained page that loads only what it needs, so a tool stays fast no matter how many others exist. It also means a link you share points at exactly the tool you meant.