About Toobits
81 free tools. No account. No nonsense. Built in Iceland.
What is Toobits?
A collection of free, instant-use online tools for the small tasks that interrupt your day. Count words, convert units, generate a secure password — no signup, no download, no nonsense.
Who uses it?
Students use the word counter and case converter while writing papers. Developers reach for the JSON formatter, UUID generator, and regex tester. Travelers convert temperatures, lengths, and speeds on the fly.
How it’s built
Built with Next.js and served from the edge. Everything runs in your browser — no server processes your inputs. No user accounts, no databases storing your data.
Privacy and Iceland
Built in Iceland, where privacy is a cultural value backed by some of Europe’s strongest data protection laws. The overwhelming majority of tools run entirely in your browser — the text, files, and numbers you work with never leave your device.
A few tools need the network by their nature, and we say so on each tool’s page: the Currency Converter fetches exchange rates, IP Lookup and the Internet Speed Test measure your connection, the Recipe Ingredient Extractor and any “fetch from URL” option read the page you point them at, and the AI-powered Meme Explainer sends the image you choose to an AI model. None of these collect personal data.
Toobits is free and will stay that way, supported by non-intrusive ads. Have an idea or found a bug? Reach out at admin@toobits.io.
Where Does Your Data Go?
Nowhere. Every tool on Toobits processes your data entirely inside your browser using built-in web APIs. Here is exactly what happens when you use a tool:
Images & Files
Files are read into your browser’s memory and processed via the Canvas API, Web Workers, or WebAssembly. Nothing is uploaded to any server.
Text & Numbers
Text stays in the browser tab where you typed it. Nothing is logged, stored, or transmitted. Close the tab and it’s gone.
Passwords & Secrets
Generated using the Web Crypto API (crypto.getRandomValues). Values exist only in your browser’s memory.
What We Do Collect
Google Analytics collects anonymous page-visit data. Google AdSense serves ads. Neither has access to your content. See our Privacy Policy.
How Toobits Protects Your Privacy
Every category of tools on Toobits is designed with a specific privacy architecture. Here is a transparent breakdown of what runs locally versus what uses external services:
- Image tools — 100% local. Canvas API and Web Workers process everything on your device.
- Text tools — 100% local. All processing happens in JavaScript within your browser tab.
- Developer tools — 100% local. Hashing uses the Web Crypto API.
- Calculators — 100% local. All math runs in JavaScript.
- Generators — 100% local. Cryptographic randomness via
crypto.getRandomValues(). - File tools — 100% local. WebAssembly and Canvas API in your browser.
- Currency Converter — fetches exchange rates from a public API. No personal data sent.
- IP Lookup & Speed Test — require network requests by nature. No personal data collected.
- Meme Explainer — sends the image to an AI model. Clearly disclosed on the tool page.
Find your tools
Get in Touch
Have an idea for a new tool? Found a bug? Want to say hello? We would love to hear from you. Every message is read, and we respond to as many as we can.
Email admin@toobits.io →