openv0 is no longer maintained , the new project is Cofounder
project website - openv0.com
openv0 is a generative UI component framework
It allows you to AI generate and iterate on UI components, with live preview.
(say hi @n_raidenai 👋)
The latest openv0 update makes it easier to integrate new frameworks, libraries and plugins.
Docs & guides on how to do so will be soon posted.
Next updates :
- public explore+share web app on openv0.com (you can use the openv0 share API already)
- multimodal UIray vision model (more details soon)
- better validation passes, more integrations & plugins
https://github.com/raidendotai/openv0/assets/127366981/a249cf0d-ae44-4155-a5c1-fc2528bf05b5
npx openv0@latest
It will download openv0, configure it based on your choices & install dependencies. Then :
cd server && node api.jscd webapp && npm run devhttp://localhost:5173/That is all. Have fun 🎉
Alternatively - you can also clone this repo and install manually
To do so :
* Clone repo, run npm i in server/
* Unzip server/library/icons/lucide/vectordb/index.zip into that same folder
* Configure your OpenAI key in server/.env
* Web apps starter templates are in webapps-starters/
* run npm i in the web app starter of your choice
* make sure that WEBAPP_ROOT variable server/.env matches your webapp folder path
* Start the server with node api.js and the web app with npm run dev
You can try openv0 (using React as a framework) with minimal configuration below
A simple explanation is the following image
Youtube video by user @elie2222 explains parts of the previous openv0 code base
$ claude mcp add openv0 \
-- python -m otcore.mcp_server <graph>