v0 Clone with CopilotKit, Next.js and GPT4

This project is a v0 clone built with CopilotKit, Next.js and OpenAI GPT4 for AI-powered UI generation.

Prerequisites

Before running the project, make sure you have the following installed:

  • Node.js
  • npm

Installing

  1. Clone the repository to your local machine:
git clone https://github.com/Tabintel/v0-copilot-next.git
  1. Navigate into the project directory:
cd v0-copilot-next
  1. Install dependencies:
npm install

Running the Application

To start the development server, run:

npm run dev

This will start the application in development mode. Open http://localhost:3000 to view it in your browser.

The article of this project was featured as one of the top 7 on dev.to, read the article here 😎