{eyebrow}
} ++ {children} +
+ )} +- MyDevTools is the offline developer workstation: a desktop app that brings together everything you reach for in a day — a SQL, MongoDB and Redis database client, a full API client, and 80+ utility tools. Stop switching between tabs and apps—format JSON, test APIs, decode JWTs, build regexes, generate UUIDs, and manage databases all in one desktop workspace. +
+ I kept opening 10+ browser tabs for everyday development tasks. I + started building MyDevTools for myself. I added a password manager + because I wanted a secure local place for credentials, and a MongoDB + client because I wanted a customized way to explore my data.
-- Local-first architecture means your data is processed on your machine and works fully offline. There is no account and no server: nothing to sign up for, nothing to sign in to, and nothing for us to store. Sensitive credentials are AES-256 encrypted in a local vault. Whether you're testing REST endpoints, debugging database queries, or working with cryptographic tools, everything runs on your machine — nothing ever leaves your device unless you point a tool at a destination you choose. +
+ It started as a web application. Then I started questioning whether + sensitive developer data really needed to travel over HTTP in the + first place. That pushed me toward an offline-first desktop + application.
-- Free for everyone — every tool, every feature, no paid tier and no limits — and open source under the GNU AGPL v3, so you can read exactly what it does. No ads, no data harvesting, and no tracking: usage stats are anonymous, off by default, and yours to switch on. Compare MyDevTools to Postman (API client alternative), DBeaver (database GUI), scattered single-purpose websites, and other dev tool platforms—we unify what others scatter across 20 tabs. +
+ Friends were also looking for offline-first developer tools, so I kept + going. MyDevTools is now an open-source desktop developer workstation + with 80+ tools.
- - + +- From zero to productive in under a minute. -
-- {step.description} -
+{group.blurb}
+- Real tools, real previews — speed and privacy by default. -
-- JSON, SQL, Markdown — formatters and editors that run - entirely on your machine. No round-trips, no copy-paste - detours. -
- - {/* JSON code preview */} -
-{`{
- "name": "mydevtools",
- "tools": ${allAppTools.length},
- "encrypted": true,
- "offline": true,
- "account_required": false
-}`}
-
- - Everything runs offline on your device. No tabs, no scattered - websites, no account — one workspace for your whole workflow, - free for everyone. -
-- Database clients included — native drivers, no extra app to install -
-
-
- {client.description} -
- - ))} + {/* Workspace tree — only things that ship today */} +{p.body}
+- The tools run on your machine. This website only explains what the - app does and hands you the download — so there is no confusion about - where your data goes. +
+ Your data isn't sent to MyDevTools servers. +
++ Network-enabled tools connect to external destinations only when you + explicitly use them, such as an API or database. This website only + documents the app and hands you the download — the tools do not run + here.
+ + Read the security & privacy details +- From JSON formatters to API clients, generators, and database - explorers — everything you need in one desktop developer toolkit. -
-
- {tool.title}
-
- {tool.description} -
-- A public launch, local encryption and source code you can read — - instead of vague promises. -
-- Public launch and feedback surface for real developer - discovery, reviews, and community validation. -
- -- Sensitive data is encrypted in a local vault with a - password only you know. Nothing is transmitted — your - vault never leaves your device. -
-- The whole app — desktop shell, tools and this site — is public - under the GNU AGPL v3. Read the code, build it yourself, open an - issue, or send a pull request. + + STEP {step.step} + +
+ {step.description}
- -- Everything you need to know before getting started. -
-