Runs In Your BrowserNothing Sent to a Server

I kept building small tools for myself. Now there are 155 of them.

Every calculator, converter, and the resume builder runs entirely in your browser. I never see your numbers or your resume text — there's no server call to send them to. No sign-up, because I didn't want to build another login you'd have to remember. No upload, because your salary slip has no business sitting in a database somewhere.

Most Useful Tools

The ones people click on the most.

All 155 tools
Directory

Tools by Domain

Browse Full Catalog (155 tools) →

Finance & Tax Calculations

SIP, compound interest, CAGR, tax estimates — the kind of math worth double-checking before you act on it.

Developer & Web Utilities

JSON, Base64, JWTs, regex — the stuff I reach for constantly while building anything, including this site.

Documents & Career

Resumes, invoices, PDFs — documents that need to actually look right, not just technically exist.

SEO & Web Optimizers

Meta tags, sitemaps, SERP previews — unglamorous, but it’s the stuff that actually moves rankings.

Privacy & Architecture

Client-Side Execution vs Traditional Web Utilities

Most calculator sites upload your inputs to a server before doing anything with them. Mine doesn’t — here’s the actual difference that makes.

AttributeBurnjet (Local Browser)Typical Online Utilities (Cloud SaaS)
Where it runs
Your browser. That’s the whole architecture.
Uploaded to their servers first
What happens to your data
Nothing to retain — it never left your machine
Logged, usually for longer than you’d guess if you read the privacy policy
Speed
As fast as you type — there’s no round trip to wait on
Depends on their servers and your connection that day
Getting started
Open the tool and use it
Account first, sometimes a card on file even for the free tier
Exports
Clean PDF, nothing held back
Watermarked until you upgrade, more often than not

Cognitive & Brain Training Games

Five-minute brain breaks. Keyboard, touch, or a gamepad if you’ve got one plugged in.

All 6 games
Interactive Learning • Zero Jargon

How Large Language Models Actually Work

Ever wondered what’s actually happening when you type into ChatGPT? I built a few interactive visualizers — tokenization, attention weights, RAG — that let you drag a slider and watch it happen instead of reading another 3,000-word explainer. No math background required.

Interactive Modules Available
1. Word TokenizerVisual
2. Vector Embeddings2D Map
3. Self-AttentionHeatmap
4. RAG Document SearchSimulator

Technical Guides & Articles

Notes from building this site, written up properly instead of left in a scratch file.

All articles

Frequently Asked Questions

Clear answers regarding privacy, calculation models, and exports.

What even is this site?

A pile of free tools I built and kept in one place — calculators, a resume builder, developer utilities, a handful of brain games. No grand unifying theory. Just things I needed badly enough to build properly, and figured other people needed too.

How does the "your data never leaves your browser" thing actually work?

Everything runs in JavaScript, and the heavier stuff (PDF generation, resume export) uses WebAssembly — both execute right there in your browser tab. Your numbers, your resume text, whatever you paste into the JSON formatter: none of it gets sent anywhere, because there’s no API call carrying it out. Close the tab and it’s gone, since it was never stored to begin with.

Is any of this actually free, or is there a catch?

Free. No usage caps, no "unlock the full version," no watermark slapped on your PDF. I don’t run ads on the tool pages either. If you want to support the site there’s a Buy Me a Coffee link in the footer — that’s the extent of the pitch.

Can I actually trust the tax and finance numbers?

The math itself isn’t mine to get wrong: compound interest and CAGR use the same future-value formulas you’d find in any finance textbook, and the tax calculators follow current provisions under the Indian Income Tax Act. I didn’t invent new formulas — I built a faster interface for the ones that already exist.

Do I need an account?

No account, no email, no login. Open the tool, use it, leave.

Pick a tool and go

155 tools, one resume builder, zero accounts to create. Go find the one you actually need.