Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 891 Bytes

File metadata and controls

26 lines (22 loc) · 891 Bytes

🤝 Contributing Guide

Thank you for helping improve Builders Lab by Programmify!

💡 Add a Tool

  1. Open the /data folder and find the relevant category (e.g. ai_tools.json).
  2. 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"]
}
  1. Save, commit, and submit a pull request.

🧩 Improve Guides

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.