What is toolss™?
A curated directory of AI and productivity tools that developers actually use. You'll find no sponsored placements - just The Best™ tools that are worth your time.
Why toolss™ is Different
-
Curated Quality: We don't just dump every tool we find. Each submission is reviewed to ensure it's actually worth discovering.
-
Developer First: Built by developers, for developers. The tools here are the ones we'd recommend to our team.
-
Open Source: Community-driven and transparent. Don't like something? Submit a PR.
-
Fast as Hell: No bloat, no unnecessary JavaScript. Just a clean, fast directory that works.
Contributing
We built this for the community, and we want your help making it better.
Submit a Tool
Found something worth sharing? Submit it here and help others discover it.
Code Contributions
Want to improve the project? Here's how:
- Fork the repository
- Create a branch -
git checkout -b feature/your-improvement - Write modular code - Break things into smaller, reusable components
- Commit with clear messages - Tell us what you changed and why
- Push to your branch -
git push origin feature/your-improvement - Open a Pull Request - Describe your changes in the PR title
Guidelines
- Keep it modular: No massive single files. Break components down.
- Name things clearly: Your code should be self-documenting.
- Comment when needed: If it's complex, explain it.
- Test your changes: Make sure nothing breaks.
Project Structure
Keep things organized:
- Small, focused components
- Utilities in dedicated files
- Shared types in common locations
- Configuration separate from logic
License
MIT License - fork it, modify it, make it yours. Just keep it awesome.
