This project demonstrates how to create an AI-powered UI generator using Next.js and Gemmini. live link
In this guide, we will create an AI UI generator using Next.js for the frontend and Gemmini for the AI-powered UI generation. Next.js is a powerful React framework that provides server-side rendering, static site generation, and more. Gemmini is an AI toolkit for generating UI components based on user input.
Before you begin, make sure you have the following installed on your machine:
- Node.js (>= 14.x)
- npm or yarn
- Basic knowledge of React and Next.js
First, create a new Next.js project:
git clone https://github.com/programmeramit/ai-ui-generater
cd ai-ui-generater
npm install
npm run dev