Discover, compare, and review the best AI agents, coding assistants, and automation tools.
Live at: agents.tips (coming soon)
agents.tips is a comprehensive directory of AI agents, coding assistants, and automation tools. Whether you're looking for the next AutoGPT, comparing GitHub Copilot alternatives, or discovering new agentic frameworks — we've got you covered.
✅ 20+ AI Agents — Clawdbot, Cursor, Windsurf, AutoGPT, LangChain, Devin, and more
✅ Smart Filtering — By category, pricing, deployment, features
✅ Reviews & Rankings — Community-driven feedback
✅ Affiliate Support — Monetize your directory
✅ SEO Optimized — JSON-LD, sitemaps, meta tags
✅ Dark Mode — Beautiful modern design
✅ Supabase Backend — Scalable, real-time, auth built-in
git clone https://github.com/yourusername/agents-tips.git
cd agents-tips
pnpm install# Copy environment variables
cp .env.example .env.local
# Add your Supabase credentials
# Get them from https://supabase.com/dashboard/project/_/settings/api# Install Supabase CLI
npm install -g supabase
# Link to your project
supabase link --project-ref your-project-ref
# Push migrations
supabase db pushSee SETUP.md for detailed instructions on seeding AI agents.
pnpm devagents-tips/
├── app/ # Next.js 15 app directory
│ ├── (public)/ # Public routes (product listing, details)
│ ├── (protected)/ # Auth-required routes (submit, bookmarks)
│ └── actions/ # Server actions
├── components/ # React components
│ ├── ui/ # shadcn/ui components
│ └── app-sidebar.tsx # Main navigation
├── lib/ # Utilities
│ ├── seo-config.ts # SEO configuration
│ └── supabase/ # Database clients
├── supabase/ # Database migrations & seed data
│ └── migrations/ # SQL migrations
├── public/ # Static assets
└── README.md # This file
- Coding Assistants 💻 — GitHub Copilot, Cursor, Windsurf, Aider, Continue
- Autonomous Agents 🤖 — AutoGPT, Devin, Clawdbot
- AI Frameworks 🏗️ — LangChain, CrewAI, Codex
- Workflow Automation ⚡ — Multi-agent orchestration
- Dev Tools 🛠️ — CLI tools, IDE plugins, web apps
- Chat Assistants 💬 — Claude Code, terminal agents
- Research Agents 🔍 — Data analysis, web scraping
- Content Creation ✍️ — Writing, documentation
- Open Source, Free, Freemium, Paid, Enterprise
- Self-Hosted, Cloud
- VS Code, CLI, Web App, Desktop App, Browser Extension
- Code Generation, Code Completion, Refactoring, Bug Fixing
- Testing, Documentation, Multi-Agent, Task Planning
- Context Management, Agentic Workflow, Web Automation
- LangChain, OpenAI, Anthropic, Local LLMs
- Update
lib/seo-config.tswith your domain, name, description - Replace logos in
/public/ - Customize colors in
app/globals.css
- Products = AI agents/tools
- Categories = Primary classification (Coding Assistants, Autonomous Agents, etc.)
- Tags = Features/capabilities (Code Generation, Multi-Agent, etc.)
- Labels = Pricing/deployment (Open Source, Paid, Cloud, etc.)
Add affiliate tracking to product URLs:
{
product_website: "https://example.com?ref=agents-tips",
// Track with UTM params or custom codes
}Revenue opportunities:
- Affiliate commissions (GitHub Sponsors, product referrals)
- Sponsored listings (featured badge)
- Premium placements
- Ads (Google AdSense, Carbon Ads)
# Push to GitHub
git push origin main
# Import to Vercel
# Add environment variables
# Deploy- Node.js 18+
- Supabase account
- Environment variables configured
- Netlify
- Railway
- Fly.io
- Cloudflare Pages
- Framework: Next.js 15 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS 4
- UI: Radix UI + shadcn/ui
- Database: Supabase (PostgreSQL)
- Auth: Supabase Auth
- Animations: Framer Motion
- Analytics: Vercel Analytics
✅ Metadata — Dynamic titles, descriptions, OG images
✅ Structured Data — JSON-LD for products, organizations
✅ Sitemap — Auto-generated with changefreq/priority
✅ Robots.txt — Proper crawling rules
✅ Canonical URLs — Prevent duplicate content
✅ Twitter Cards — Rich social sharing
We welcome contributions! Here's how:
- Fork the repo
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Submit via the UI at
/submit-new - Or add directly to
supabase/migrations/20260126000000_seed_ai_agents.sql
MIT License — see LICENSE for details.
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Email: hello@agents.tips
- Twitter: @agents_tips
- Template: Built on Cult Directory v2.1
- UI Components: shadcn/ui by @shadcn
- Hosting: Vercel
- Database: Supabase
Built with ❤️ by developers, for developers.
Star ⭐ this repo if you find it useful!