Skip to content

MyToMe/AitFind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AitFind - Open Source Discovery for AI Agents

Give your AI assistant the power to find open source projects

English | 中文 | API Docs

Stars Projects License

🚀 Get Started Free

100 API calls per day - No credit card required

  1. Get your free API keyaitfind.com/user
  2. Start building with the examples below

🤖 One-Click Agent Setup

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.

🤖 For AI Agents & Assistants

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.

Perfect for:

  • 🤖 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

🎯 What Problem Does AitFind Solve?

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

💡 Quick Examples

Search for Projects

// 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 Alternatives

// 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 Smart Recommendations

// 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' } }
);

🔌 OpenClaw Integration

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_KEY

Now 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"

📊 Why AitFind?

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 -

📖 Full API Documentation

See API Docs for complete endpoint reference.

📄 License

MIT License - see LICENSE

🔗 Links


Give your AI assistant superpowers - star AitFind!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors