A community-maintained database of thousands of free developer tools across 20+ categories. Every tool listed has a genuine free tier - no trials, no credit card required. Used by thousands of developers worldwide.
Why contribute? Your PR helps thousands of developers discover tools that save them time and money.
git clone https://github.com/YOUR_USERNAME/NoCost.git
cd NoCost
node scripts/search.js "tool-name"
node scripts/validate.jsThen edit tools.json, commit, and open a pull request.
{
"name": "Supabase",
"description": "Open source Firebase alternative with PostgreSQL, auth, storage, and realtime subscriptions",
"url": "https://supabase.com",
"category": "Database"
}Required fields: name, description, url, category.
- Add a tool - know a great free tool that's missing? Open a PR.
- Fix a description - make it clearer or fix a typo.
- Remove a tool - if a tool dropped its free tier or shut down.
- Report an issue - found something inaccurate? Open an issue.
node scripts/search.js "keyword" # Search for tools
node scripts/validate.js # Validate tools.json
node scripts/remove.js --dry-run "name" # Preview removal
node scripts/remove.js "name" # Remove a tool| Metric | Value |
|---|---|
| Total tools | Thousands |
| Categories | 20+ |
| License | MIT |
MIT - see LICENSE.
