Toolbox Dev Forge - React Utility Kit
Toolbox Offline Forge is a modern, blazing-fast developer tools application. It includes a wide set of utilities such as a Base64 converter, JSON beautifier, QR code generator, text case tools, image to Base64 converter, timezone converter, and more — all packed in a clean UI powered by React, Tailwind, and Shadcn UI.
No backend required. Fully offline. Perfect as a personal dev utility or productivity booster.
Features
- Built with React 18, Vite, TypeScript
- Clean & modern UI using Tailwind CSS + Shadcn UI
- Includes:
- Base64 Converter
- JSON Formatter
- QR Code Generator
- Text Case Converter
- Timezone Converter
- Color Picker
- Clipboard Tool
- Image to Base64 Tool
- Mobile responsive & optimized
- Works offline (static build)
Requirements
Node.js v18 or higher
NPM, Yarn, or Bun (package manager)
Modern browser (Chrome, Firefox, Edge, etc.)
No server or database required – runs entirely on the front end
Instructions
Extract the files.
Run the installation:
npm install
To run the local copy:
npm run dev
To build a production copy for deployment:
npm run build
You'll find the finished copy in the dist/ directory.