Over the past months, I shipped **178 developer tools** that all share one rule: **your data never leaves your browser.** No uploads. No accounts. No tracking. Just paste your JSON, YAML, Base64 string, JWT token, SQL query, or image into the browser — and get instant results. Every tool runs entirely client-side.
No reviews yetBe the first to leave a review for devkits.vip
Maker
📌
Hey Product Hunt! I'm Kuper, the solo dev behind devkits.
**Why I built this:** Every time I needed a JSON formatter or a JWT decoder, the top Google result was plastered with ads and a "pro plan" upsell. I wanted tools I could actually trust — and ones where I could open DevTools, check the network tab, and see zero outbound requests.
So I built 178 of them. Every one runs 100% client-side. No uploads, no accounts, no tracking.
**My favorite technical detail:** The PrefetchLink component (open source in the repo). Next.js 15's `` disables both viewport AND hover prefetch — which kills the instant-navigation feel on slow connections. My wrapper uses `router.prefetch()` on hover/focus/touchstart, sharing one global Set for dedup. If you build with Next.js, steal this pattern.
**Ask:** Try decoding a JWT, converting a CSL to JSON, or generating an OTP. If you find a tool you wish existed, tell me in the comments — I add new tools every week.
Happy to answer questions!