Tool Forge is a comprehensive web extension that provides essential utility tools right in your browser. Whether you need to generate secure passwords, create placeholder text, or decode JWT tokens, Tool Forge has you covered with a clean, intuitive interface.
- 🔐 Password Generator - Create strong, secure passwords with customizable options
- 📝 Lorem Ipsum Generator - Generate placeholder text for your projects
- 🔓 JWT Decoder - Decode and analyze JSON Web Tokens
- 🚀 More Coming Soon - Additional tools will be added in future updates
- React JS - Modern JavaScript library for building user interfaces
- TailwindCSS - Utility-first CSS framework for rapid UI development
- ShadCN - Beautiful and accessible component library
- Vite - Fast build tool and development server
- vite-plugin-web-extension - Vite plugin for building web extensions
-
Clone the repository:
git clone https://github.com/tonmoydeb404/tool-forge.git cd tool-forge -
Install dependencies:
pnpm install
-
Build the extension:
pnpm run build
-
Load the extension in your browser:
- Chrome/Edge: Go to
chrome://extensions/, enable Developer mode, click "Load unpacked" and select thedistfolder - Firefox: Go to
about:debugging, click "This Firefox", click "Load Temporary Add-on" and select themanifest.jsonfile from thedistfolder
- Chrome/Edge: Go to
To start developing Tool Forge:
-
Clone and install dependencies (see Installation steps 1-2)
-
Start the development server:
pnpm run dev
-
Make your changes - the extension will automatically reload on file changes
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'feat: Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Found a bug or have a feature request? Please open an issue on GitHub Issues.
This project is licensed under the MIT License - see the LICENSE file for details.
Tonmoy Deb
- Website: tonmoydeb.com
- Email: tonmoydeb404@gmail.com
- GitHub: @tonmoydeb404
- Thanks to all contributors who help make Tool Forge better
- Built with amazing open-source technologies
- Inspired by the need for quick, accessible utility tools