A responsive website showcasing various AI tools organized by categories, built with Next.js 15 and Tailwind CSS. Features categorized AI tools for content generation, image creation, productivity, development, and data analysis.
The website showcases AI tools from the following categories:
npm install
npm run dev
To build the application for production, run:
npm run build
Then start the production server:
npm run start
/src/app
- Next.js app directory with pages/src/components
- React components/src/data
- Data files for the AI tools/src/types
- TypeScript type definitionsMIT