plato·potato
Your data never leaves your browser

Fun little tools for everyday life

Small, fun, single-purpose tools for everyday life. Everything runs in your browser — no uploads, no signup, no tracking beyond a minimal Cloudflare beacon.

New
🎲

Dice Roller

Virtual dice for D&D, board games, and tabletop RPGs — D4 through D100, animated. 100% browser-side.

dice.plato-potato.com
New
🎡

Decision Wheel

Spin to decide — names, chores, dinner, yes/no. Free, instant, browser-only.

wheel.plato-potato.com
New
🆔

Username Generator

Random usernames & gamertags — cute, cool, aesthetic, gamer. Free, instant, browser-only.

username.plato-potato.com
New
🛠

Tip Calculator

Tip & bill splitter — presets, even/uneven split, round-up, pre-tax. 100% in your browser.

tip.plato-potato.com

Why plato·potato

Most online developer utilities upload your data to a server to "process" it. That data lives in their logs forever, or worse — leaks when they get breached (see the 2025 JSONFormatter incident). plato·potato is a deliberate alternative: every tool runs entirely in your browser, with verifiable behavior.

Frequently asked

Why four different subdomains instead of one site with four pages?

Each tool is fully self-contained on its own subdomain (e.g. json.plato-potato.com). This means the JSON tool's code never loads when you're using the cron tool. Each subdomain is a single ~12 KB HTML file that loads in milliseconds. SEO ranking is also per-subdomain, so each tool can rank on its own merits for its keyword.

Do you collect any data at all?

Only Cloudflare Web Analytics — anonymous, cookieless, just page-view counts and country. No GA4, no tracking pixels, no fingerprinting. You can verify by opening DevTools → Network and pasting your input: you'll see zero outbound requests carrying your content.

Are these tools free? What's the catch?

Free, no signup, no ads currently shown. Once we hit ~500 visitors/day we plan to apply for Google AdSense to keep the lights on — but ads will be unobtrusive (no popups, no autoplay videos, no interstitials). If you'd rather not see any ads, use an ad-blocker; the tools work either way.

Can I use these tools offline?

Once the page is loaded, yes — the tool runs entirely in your browser. The single HTML file caches normally. We don't ship a service worker for explicit offline mode yet, but it's on the list.

Who's behind this?

Indie operator (@Realcryptoplato on GitHub). The portfolio is built mostly via AI-assisted development — see the open-source repo for the build pipeline.

How do I report a bug or request a feature?

Open an issue on GitHub describing what tool, what you expected, and what happened. Most fixes ship within a few days.

Can I link to a specific tool from my blog/Stack Overflow answer?

Absolutely — please do. Each tool is a permanent URL. Examples:
cron.plato-potato.com — Cron expression parser
json.plato-potato.com — JSON formatter + validator
tokens.plato-potato.com — LLM token counter