Privacy
Last reviewed 11 August 2026. The short version: DevKit does not track you, has no analytics, and — as the site is built today — loads no third-party scripts at all. It sets one cookie, and that cookie remembers whether you want light or dark.
What you paste stays in your browser
Every tool here is a static page with a small amount of JavaScript. A JSON payload, an API token, a draft you are counting the words in — it is processed on your own device, in the page you already have open. There is no code anywhere in this site that sends it onward: no background request, no upload, no connection of any kind opened while you use a tool.
That holds even if JavaScript does not run. The forms have no server to post to — they carry no destination, and none of their fields are named, so pressing a button with scripting disabled sends nothing at all rather than quietly putting what you pasted into a web address.
Because it is the obvious question for a tool you paste secrets into: none of it reaches us. This site transmits nothing you paste and saves nothing you paste — no storage, no history, no copy on a server. (Your browser's own form-restore and autofill features are outside any website's control, so treat a shared or untrusted machine as you would anywhere else.)
Some tools also offer an Upload file button instead of pasting.
It reads the file with your browser's own File API — the same access any website
gets the moment you pick a file in a normal <input type="file"> —
and hands its text straight to the box above, as if you had typed it. No file
is ever sent anywhere: opening one and pasting its contents are the same thing
to this site.
The Copy buttons
These 67 tools have a Copy button that writes that tool's own output to your clipboard when you press it. That is the only clipboard access on the site: it writes, on your explicit click, and nothing here ever reads your clipboard.
- JSON Formatter
- Case Converter
- Base64 Converter
- Lorem Ipsum Generator
- URL Encoder / Decoder
- HTML Entity Encoder / Decoder
- Base32 Encoder / Decoder
- Hex ⇄ Text Converter
- Binary ⇄ Text Converter
- CSV ⇄ JSON Converter
- Query String Parser & Builder
- XML Formatter
- JSON Path Evaluator
- String Escape / Unescape
- CSS Beautifier / Minifier
- SQL Formatter
- HTML Formatter
- Diff Checker
- Text Cleaner
- Markdown Previewer
- Slug Generator
- Hash Generator
- HMAC Generator
- JWT Decoder
- IP Address Converter
- MAC Address Formatter
- Bitwise Operations Calculator
- Two's Complement Calculator
- IEEE 754 Float Converter
- Color Converter
- Color Shade Generator
- CSS Gradient Generator
- UUID / GUID Generator
- ULID Generator
- Meta Tag & Open Graph Generator
- Fake Data Generator
- YAML ⇄ JSON Converter
- SVG Formatter / Minifier
- JSON to TypeScript Converter
- JSON Diff Checker
- JWT Encoder
- Basic Auth Header Encoder / Decoder
- Punycode / IDN Converter
- File to Base64 Converter
- Number Formatter
- Color Palette Generator
- CSS Box-Shadow Generator
- Placeholder Image Generator
- Cron Expression Builder
- Text Truncator / Excerpt Generator
- Find and Replace (Regex)
- INI / Properties File Parser
- GraphQL Query Formatter
- .env File Parser
- CSV Diff Checker
- ROT13 / Caesar Cipher
- Morse Code Translator
- Base58 Encoder / Decoder
- CRC32 Checksum Calculator
- User-Agent String Builder
- MIME Type Lookup
- CSS Clamp() Fluid Typography Calculator
- Color Blindness Simulator
- Relative Time Formatter
- Markdown Table Generator
- .gitignore Generator
- License Text Generator
Every other tool on the site — the remaining calculators, converters and reference lookups — has no clipboard access at all; its result is shown on the page only.
The one cookie
The site sets exactly one cookie:
- Name:
qu_theme - Value: the word
darkor the wordlight, and nothing else - If it is absent: the site follows your operating system's light/dark setting
- Lifetime: one year
- Shared with: the other Quizuncle sites, so a theme you pick here applies there too
That is the entire contents. It holds no identifier, no account, no session and nothing that distinguishes you from anyone else who also prefers dark mode. It is a cookie rather than browser-only storage for exactly one reason: so your choice travels with you across the Quizuncle sites instead of having to be made again on each. Choosing System in the theme switcher deletes it.
Local storage
One key, theme, holding light,
dark or system. It is the
fallback when a browser blocks cookies, and it is the only way the site can tell
"I chose to follow my system" apart from "I have never chosen anything". Clearing
site data for this site removes it. Nothing else is stored — no history of what
you pasted, no saved documents.
No analytics — and the condition attached to that
There is no Google Analytics, no Plausible, no tracking pixel, no error reporter and no A/B testing tool. There are also no web fonts, images, videos or embeds loaded from anyone else's server — the page is drawn with fonts already on your device. As this site is built today, visiting it makes no request to any company but the one serving the page.
Being straight about the part that could change: the source code contains an optional Google AdSense integration, switched off by a build setting that is not set. While it stays unset — which is how the site is built and published today — no Google script is requested and no advertising markup is produced. If that setting were ever turned on, Google's advertising script would load on every page, ad units would appear on the tool pages, and Google would then be able to see your IP address and set cookies of its own. That would be a genuine change to what this page says, and this page would be rewritten in the same release that made it.
This is not left to memory: an automated check in the site's test suite reads every published page and fails if advertising code ever appears in one. The claim above cannot quietly stop being true.
What the server sees
The site is a set of static files served by Google Firebase Hosting. To send you a page, that server necessarily receives your IP address and your browser's user-agent string — the same as every website you visit. Nothing is layered on top of it: no record of what you pasted, no profile, no identifier.
No account, ever
There is no sign-up, no login, no email field and no contact form. Personal details are not collected, because there is nowhere on this site to enter them.
Changes to this page
If any of the above changes, this page changes in the same release as the behaviour it describes — not afterwards. Questions can go to Quizuncle, who builds and runs this site.