Skip to content

miurla/gen-ui-demo

Repository files navigation

This project is a straightforward demonstration that utilizes Vercel AI SDK v3.0 to implement Generative UI. It's developed based on the sample code provided in the official documentation.

Getting Started

  1. Clone the repository
git clone https://github.com/miurla/gen-ui-demo
  1. Go to the project folder
cd gen-ui-demo
  1. Install packages
pnpm install
  1. Setup your .env.local file. And set your own OpenAI API Key.
cp .env.example .env.local
  1. Run the development server:
pnpm dev

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

Learn More

To learn more about Generative UI, take a look at the following resources:

About

This project is a straightforward demonstration that utilizes Vercel AI SDK to implement Generative UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published