Give your AI assistant the power to find open source projects
100 API calls per day - No credit card required
- Get your free API key → aitfind.com/user
- Start building with the examples below
Give your AI agent project discovery capabilities in one step:
👉 https://www.aitfind.com/api-usage
Copy this link and send it to your AI agent (Claude, GPT, OpenClaw, etc.). It will automatically understand how to use AitFind for searching open source projects.
AitFind is designed for AI agents. Unlike traditional search engines, AitFind understands natural language queries and returns structured, actionable responses that AI agents can easily parse and use.
- 🤖 OpenClaw agents - Give your OpenClaw assistant project discovery capabilities
- 🤖 Claude / GPT / Gemini - Enhance any AI assistant with open source knowledge
- 🔧 Developer Tools - Build smarter IDE plugins and code assistants
- 📱 Chatbots - Add open source discovery to any conversational AI
AI assistants don't know open source. When you ask an AI "What's a good Python machine learning library?", it often recommends generic or outdated options because it doesn't have real-time access to project intelligence data.
AitFind bridges this gap by providing:
- 🔍 Semantic Search - Understands natural language like "I need a React state management library with TypeScript support"
- 🧠 AI Intent Understanding - Parses complex queries and finds the right projects
- 📊 Quality Intelligence - Stars, activity, documentation quality, community health
- 🔗 Related Projects - Discovers complementary tools automatically
// Find a Python web framework
const response = await fetch(
'https://www.aitfind.com/api/agent/search?q=Python+web+framework&starsMin=5000',
{ headers: { 'x-api-key': 'YOUR_API_KEY' } }
);
const { data } = await response.json();// Compare React vs Vue
const response = await fetch(
'https://www.aitfind.com/api/agent/compare?projects=facebook/react,vuejs/vue',
{ headers: { 'x-api-key': 'YOUR_API_KEY' } }
);// Get trending AI projects
const response = await fetch(
'https://www.aitfind.com/api/agent/recommend?type=trending&language=Python',
{ headers: { 'x-api-key': 'YOUR_API_KEY' } }
);AitFind is optimized for OpenClaw - the cross-platform personal AI assistant.
# Your OpenClaw config
- name: open-source-discovery
api: https://www.aitfind.com/api/agent/search
key: YOUR_AITFIND_API_KEYNow your OpenClaw assistant can answer:
- "Find me a Python web framework with async support"
- "What's a good alternative to Redux?"
- "Recommend some open source AI projects"
| Feature | AitFind | Traditional Search | Raw AI Knowledge |
|---|---|---|---|
| Real-time data | ✅ | ❌ | ❌ |
| Stars & activity | ✅ | Limited | Outdated |
| Semantic search | ✅ | Keyword | ✅ |
| Quality scoring | ✅ | ❌ | ❌ |
| Related projects | ✅ | ❌ | ❌ |
| Free tier | ✅ 100/day | - | ✅ |
See API Docs for complete endpoint reference.
MIT License - see LICENSE
- 🌐 Website: aitfind.com
- 🔑 Get API Key: aitfind.com/user
- 📚 Documentation: docs/
- 🐛 Issues: GitHub Issues
⭐ Give your AI assistant superpowers - star AitFind!