A curated collection of the best AI tools, helping users discover, compare, and choose the right AI assistant for their needs.
- Comprehensive Catalog - Browse AI tools across multiple categories
- Detailed Comparisons - Compare tools side-by-side
- Real Reviews - Authentic user reviews and ratings
- Price Transparency - Clear pricing information
- Framework: Next.js 16 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS
- Database: Supabase (PostgreSQL)
- Deployment: Vercel / VPS
# Clone the repository
git clone https://github.com/yourusername/ai-tools-hub.git
cd ai-tools-hub
# Install dependencies
npm install
# Set up environment variables
cp .env.local.example .env.local
# Fill in your Supabase credentials
# Run development server
npm run dev
# Build for production
npm run buildsrc/
├── app/ # Next.js App Router pages
│ ├── page.tsx # Home page
│ ├── tools/[slug]/ # Tool detail pages
│ ├── category/[slug]/ # Category pages
│ └── compare/ # Comparison page
├── components/ # React components
│ ├── Header.tsx
│ ├── Footer.tsx
│ └── ...
└── lib/ # Utilities and helpers
├── supabase.ts
└── mockData.ts
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.