A small collection of browser-based developer utilities.
- Diff — side-by-side text/code diff viewer
- JSON Viewer — parse, format, and explore JSON as a tree
- JWT Viewer — decode and inspect JWT headers and payloads
- Crypto Tools — hashing and encoding helpers
- GUID Generator — generate UUIDs/GUIDs
Vite, React, TypeScript, Tailwind CSS, shadcn/ui, React Router.
Requires Bun.
bun install
bun run devOther scripts:
bun run build— production buildbun run lint— run ESLintbun run preview— serve the production build locally
A multi-stage Dockerfile builds the app and serves it with nginx.
docker build -t dev-tools .
docker run -p 8080:80 dev-toolsA health endpoint is exposed at /up.