The ultimate directory of 130+ free developer tools, student benefits, and resources.
Stop paying for tools. Start building.
| Feature | Description |
|---|---|
| 🔍 Smart Search | Natural language search - try "I need a database" |
| 🏷️ Category Filters | Hosting, Database, Auth, AI/ML, Blockchain & more |
| 🎓 Student Pack | Quick access to student benefits worth ₹10L+ |
| 🏆 Hackathon Finder | Links to Unstop, Devfolio, Hack2Skill, MLH |
| 🇮🇳 India Friendly | Filter for tools that work without international cards |
| 💾 Bookmarks | Save your favorite tools locally |
| 🌙 Dark Mode | Beautiful dark/light theme with smooth transitions |
| 📱 Mobile First | Fully responsive design |
- Frontend: React 18 + TypeScript
- Styling: Tailwind CSS + shadcn/ui
- Animations: Framer Motion
- Build Tool: Vite
- Deployment: Vercel
- Node.js 18+
- npm or yarn
# Clone the repository
git clone https://github.com/surajsinghbayas/buildfree.git
# Navigate to directory
cd buildfree
# Install dependencies
npm install
# Start development server
npm run devOpen http://localhost:5173 to view in browser.
buildfree/
├── public/
│ ├── resources.json # All tool data
│ └── og-image.png # Social preview image
├── src/
│ ├── components/
│ │ ├── resources/
│ │ │ └── ResourceCard.tsx
│ │ └── ui/ # shadcn/ui components
│ ├── lib/
│ │ ├── smartSearch.ts # Intelligent search
│ │ └── utils.ts
│ ├── pages/
│ │ └── Home.tsx # Main page
│ └── types.ts # TypeScript interfaces
└── index.html
Want to add a free tool? Edit public/resources.json:
{
"toolName": "Tool Name",
"useCase": "Brief description",
"category": "Hosting | Database | Auth | AI/ML | Blockchain | etc.",
"tags": ["relevant", "tags"],
"freeWhat": "What's included in free tier",
"duration": "Free Forever | Trial | While Student",
"eligibility": "Anyone | Student ID",
"requiresCreditCard": "No",
"link": "https://example.com",
"lastVerified": "Dec 2025",
"indiaFriendly": true,
"recommendedFor": ["hackathon", "portfolio", "startup"],
"badge": "Top Pick | Popular | Essential"
}Hosting- Web hosting & deploymentDatabase- Databases & storageAuthentication- Auth providersAI/ML- AI & Machine Learning APIsBlockchain- Web3 & crypto toolsTools- Dev tools & utilitiesLearning- Courses & tutorialsStudent ID Benefits- Student-exclusive offers
- 130+ Free Tools curated
- 15+ Categories organized
- Hackathon Ready resources
- India-Friendly filters
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- All the amazing companies providing free tiers
- shadcn/ui for beautiful components
- Lucide Icons for icons
- The open-source community