https://github.com/ctnicholas/nextjs-ai-web-generator
https://github.com/ctnicholas/nextjs-ai-web-generator
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctnicholas/nextjs-ai-web-generator
- Owner: CTNicholas
- Created: 2025-07-17T11:58:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-21T11:29:01.000Z (11 months ago)
- Last Synced: 2025-07-21T13:20:30.900Z (11 months ago)
- Language: TypeScript
- Size: 134 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://github.com/user-attachments/assets/5e812f39-6083-4f51-b693-e7f03a1b0a6b
## AI React component generator
This demo shows you how to implement a small v0 clone in Next.js with [Liveblocks](https://liveblocks.io/).
### Set up Liveblocks
- [Book a demo](https://liveblocks.io/ai-copilots) to access AI Copilots
- Install all dependencies with `npm install`
- Create an account on [liveblocks.io](https://liveblocks.io/dashboard)
- Copy your **secret** key from the [dashboard](https://liveblocks.io/dashboard/apikeys)
- Create an `.env.local` file and add your **secret** key as the `LIVEBLOCKS_SECRET_KEY` environment variable
- Run `npm run dev` and go to [http://localhost:3000](http://localhost:3000)