A modern web application that showcases and helps users discover the most powerful AI tools available today. Built with Next.js 14, TypeScript, and Tailwind CSS.
- 🎨 Modern and responsive UI design
- 🌓 Light/Dark mode support
- 🔍 Real-time search functionality
- 🏷️ Category-based filtering
- 📱 Mobile-first approach
- 🖼️ Optimized image loading
- ⚡ Fast and performant
- Next.js 15 - React framework
- TypeScript - Type safety
- Tailwind CSS - Styling
- Shadcn/ui - UI components
- Lucide Icons - Icons
- Node.js 18+
- npm or yarn or pnpm
- Clone the repository:
git clone https://github.com/Aaronwn/ai-nav.git
cd ai-nav
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- Open http://localhost:3000 with your browser to see the result.
To optimize tool logos, run:
npm run optimize-images
# or
yarn optimize-images
# or
pnpm optimize-images
ai-tools-universe/
├── app/ # Next.js app directory
├── components/ # React components
├── public/ # Static assets
│ ├── logos/ # Tool logos
│ └── images/ # Other images
├── scripts/ # Utility scripts
└── styles/ # Global styles
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Design inspired by Apple and Google's design systems
- Icons from Lucide Icons
- UI components from Shadcn/ui
Your Name - @yourtwitter
Project Link: https://github.com/yourusername/ai-tools-universe