Thank you for helping improve Builders Lab by Programmify!
- Open the
/datafolder and find the relevant category (e.g.ai_tools.json). - Add your tool following this structure:
{
"name": "Tool Name",
"category": "Category Name",
"description": "What it does in one line.",
"website": "https://toolwebsite.com",
"tutorial": "https://tutorial-or-docs-link.com",
"examples": ["https://example.com"],
"popularity": "High",
"pricing": "Free/Freemium/Paid",
"tags": ["ai", "database", "privacy"]
}- Save, commit, and submit a pull request.
You can also add or update guides under /guides/ or examples under /examples/.
Goal: Make this toolkit the easiest, clearest resource for developers building AI and open-source projects during the Programmify Internship and beyond.