Tiny Dev Tools is a collection of ultra-focused, open-source tools built for developers.
Each tool is designed to solve a very specific use case, with minimal overhead — no complex setups, no bloated interfaces.
Use them in the browser, clone them locally, or extend them as building blocks in your own projects.
- 🪶 Lightweight – no frameworks unless necessary
- 🧠 Simple – each tool solves one dev problem, clearly
- 🛠️ Useful – made by developers, for developers
- 📦 Portable – tools can be saved and run locally or integrated into your workflows
- 🌐 Open Source – feel free to fork, tweak, or contribute
Tool | Description | Category | Link |
---|---|---|---|
📊 JSON 2 Table | Visualize JSON arrays as interactive HTML tables. | JSON | Get it here |
🔍 Pretty JSON | Prettify and explore JSON in a tree view. | JSON | Get it here |
📝 ReadMark | Markdown editor with live preview and templates. | Markdown | Get it here |
📡 JWT Decoder | Decode and inspect JWT tokens with details. | Encoder/Decoder | Get it here |
We're just getting started! Some ideas in the pipeline:
- 📝 Regex Tester (pattern + test string)
- 🔄 Text Case Converter (camelCase, snake_case, Title Case)
- 🧮 UUID / Hash Generator
- ⚖️ Text Diff Viewer
Want to suggest or build one? Open an issue or PR!
Tiny Dev Tools is community-friendly. To contribute:
- Fork the repo
- Create your tool in a subfolder (e.g.,
tool_category/your-tool-name
) - Keep it tiny, focused, and dev-relevant
- Update the README
- Submit a PR!
MIT License — use freely, share widely, and contribute generously.