Ai2Innovate Agents platform - landing page is a modern web application built using Next.js, React, and Tailwind CSS. It provides a robust platform for building and managing agents with a focus on modularity and scalability.
- Modular UI components using Radix UI and Tailwind CSS.
- State management with React Hook Form.
- Carousel and chart integrations with Embla Carousel and Recharts.
- Serverless database integration with Neon Database.
- Node.js (v19 or higher)
- pnpm (v8 or higher)
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd ai2innovate-agents-platform - Install dependencies:
pnpm install
To start the development server:
pnpm devTo build the project for production:
pnpm buildTo start the production server:
pnpm startThis project is licensed under the MIT License. See the LICENSE file for details.