A comprehensive collection of free, open-source developer tools designed to make your development workflow faster and more efficient.
- JSON Prettifier - Format and validate JSON data
- More tools coming soon...
-
Clone the repository
git clone https://github.com/yourusername/freedevtools.git cd freedevtools
-
Install dependencies
cd frontend npm install
-
Run development server
make run
-
Open your browser Navigate to
http://localhost:4321
# Install dependencies
cd frontend
npm install
# Start development server
make run
# Deploy
make deploy
This project is licensed under the MIT License - see the LICENSE file for details.
LiveReview - I'm building a private AI code review tool that runs on your LLM key (OpenAI, Gemini, etc.) with flat, no-seat pricing — designed for small teams. Check it out, if that's your kind of thing.
LiveReview helps you get great feedback on your PR/MR in a few minutes.
Saves hours on every PR by giving fast, automated first-pass reviews. Helps both junior/senior engineers to go faster.
If you're tired of waiting for your peer to review your code or are not confident that they'll provide valid feedback, here's LiveReview for you.
If you find these tools helpful, please consider giving us a ⭐ star on GitHub! It helps us reach more developers who could benefit from these utilities.
We welcome contributions! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-tool
) - Make your changes
- Commit your changes (
git commit -m 'Add amazing new tool'
) - Push to the branch (
git push origin feature/amazing-tool
) - Open a Pull Request
Made with ❤️ by the developer community