Skip to content
/ v0.dev Public template

v0 is a pair programmer that lets you describe your ideas in natural language and generates both the code and UI for your project. Anything you create with v0 can be deployed to Vercel.

License

Notifications You must be signed in to change notification settings

likhonsdev/v0.dev

Repository files navigation

v0.dev

This project uses Next.js 15 and is optimized for deployment on Vercel.

Getting Started

First, set up your environment variables:

  1. Create a .env.local file with the required API keys (see .env.example)

Then, run the development server:

npm install
npm run dev

Open http://localhost:3000 with your browser to see the result.

Deployment on Vercel

The easiest way to deploy this app is to use the Vercel Platform.

  1. Push your code to a GitHub repository
  2. Import the project to Vercel
  3. Add your environment variables in the Vercel dashboard
  4. Deploy

Environment Variables

The following environment variables are required:

  • NEXT_PUBLIC_APP_URL: Your application URL
  • TOGETHER_API_KEY: Your Together AI API key
  • GROQ_API_KEY: Your Groq API key

Features

  • Modern UI with React and Tailwind CSS
  • AI component generation
  • Optimized for performance

Learn More

To learn more about the technologies used:

About

v0 is a pair programmer that lets you describe your ideas in natural language and generates both the code and UI for your project. Anything you create with v0 can be deployed to Vercel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published