A curated collection of 100+ online utilities to make developers' lives easier. Completely free and open source.
- JSON Utilities
JSON Formatter, Validator and Linter | Online Free DevTools - JSON Prettifier
JSON Formatter, Validator and Linter | Online Free DevTools - JSON Validator
JSON Validator - Check & Validate Your JSON Online - JSON Fixer
JSON Fixer - Automatically Correct JSON Errors - Password Generator
Secure, Strong & Random Password Generator | Online Free Devtools - Dockerfile Linter
Dockerfile Linter and Validator | Online Free DevTools - Date Time Converter
Date Time Converter | Online Free DevTools - 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
-
Deploy
make deploy
Once your tool is partially or fully completed, you can run validation steps to identify any SEO issues.
- Open the AI Chat window in your IDE (such as Cursor or Copilot).
- Select the relevant files for your tool—mainly the main source file,
tools.ts
(which contains configurations and details), and any subcomponents if applicable. - Attach the
seo.md
file. - Run this prompt:
Go through all the attached files of this tool [tool name] and find any SEO issues based on the instructions provided in #seo.md file.
- Wait for the analysis to complete, then fix any issues found.
If you want to test a particular section (for example, the meta description):
- Attach all relevant files.
- Run the prompt:
Check the meta description of the tool [tool name] is valid based on seo.md file.
If you find any SEO issues in your tool that are not addressed in seo.md
, you can improve the file by adding those issues along with validation methods.
Make sure to follow the same format for any new sections you
- https://tools.backlinko.com/seo-checker
- https://pagespeed.web.dev/analysis
- https://seositecheckup.com/
- https://rankmath.com/tools/seo-analyzer/
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