A modern web application for showcasing and categorizing mainstream AI coding tools.
This project helps developers discover and understand various AI programming tools through structured categorization and detailed feature displays. The intuitive interface provides clear overviews of different tools' capabilities and platform support.
- 🎯 Curated collection of mainstream AI coding tools
- 🔍 Organized by usage types (Browser/Editor/Extension/Terminal)
- 💫 Modern UI design with smooth user experience
- 🌓 Dark mode support
- ⚡ Built with Next.js for excellent performance
- Framework: Next.js 15.1.4
- UI Library: React 19
- Styling: TailwindCSS
- Animation: Framer Motion
- Type Checking: TypeScript
- UI Components: Radix UI
- Node.js 18.0.0 or higher
- pnpm 8.0.0 or higher
# Clone repository
git clone https://github.com/yayxs/ai-coding.git
# Enter project directory
cd ai-coding
# Install dependencies
pnpm install
# Start development server
pnpm dev
Visit http://localhost:3000 to view the application.
# Build for production
pnpm build
# Start production server
pnpm start
src/
├── app/ # Next.js app pages
├── components/ # React components
├── data/ # Data files
├── lib/ # Utility functions
└── types/ # TypeScript type definitions
Welcome to submit issues and pull requests! For Chinese contributors, please see 中文文档.
MIT
Open source under MIT license.