A collection of client-side web tools — each one a single HTML file, zero dependencies to install, no server required.
| Tool | Description | Live |
|---|---|---|
| MD | Markdown viewer & editor with live preview, math, diagrams, PDF export | tools.pinishv.com/md |
| Pixel | Drawing & photo editing tool with brushes, filters, crop, layers | tools.pinishv.com/pixel |
| JSON | JSON formatter, validator, tree viewer, diff, and transform toolkit | tools.pinishv.com/json |
Every tool in this repo follows the same principles:
- Single HTML file — each tool is one self-contained
index.html - No build tools — no bundler, no transpiler, no
npm install - Client-side only — no server, no backend, no data leaves the browser
- CDN dependencies only — any external libraries are loaded at runtime from CDNs
- Works offline — open the HTML file locally and it just works
git clone https://github.com/PiniShv/tools.git
cd tools
# Open any tool directly in your browser:
open md/index.html
open pixel/index.html
open json/index.htmlSince each tool is a single HTML file, you can host them anywhere:
- GitHub Pages — enable Pages on
main - Netlify / Vercel — drop the files in
- Any static server — nginx, Apache, S3
- Local — just double-click any
index.html
Contributions are welcome! See CONTRIBUTING.md for guidelines.
MIT License — see LICENSE for details.