{"id":13454467,"url":"https://github.com/raidendotai/openv0","last_synced_at":"2025-05-14T12:10:08.914Z","repository":{"id":195834303,"uuid":"693743670","full_name":"raidendotai/openv0","owner":"raidendotai","description":"AI generated UI components","archived":false,"fork":false,"pushed_at":"2024-09-19T02:49:32.000Z","size":37773,"stargazers_count":3852,"open_issues_count":35,"forks_count":342,"subscribers_count":41,"default_branch":"main","last_synced_at":"2025-05-09T10:08:04.255Z","etag":null,"topics":["ai","generative","javascript","react","tailwind","typescript","ui"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raidendotai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-19T16:12:31.000Z","updated_at":"2025-05-07T20:56:37.000Z","dependencies_parsed_at":"2023-10-03T05:29:57.703Z","dependency_job_id":"33533f8e-e0f9-4c3b-90dd-bb7120369106","html_url":"https://github.com/raidendotai/openv0","commit_stats":{"total_commits":13,"total_committers":3,"mean_commits":4.333333333333333,"dds":0.3846153846153846,"last_synced_commit":"ee6379a0db17c6293a9d7a6719e5cdb14bb4bc44"},"previous_names":["raidendotai/openv0"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raidendotai%2Fopenv0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raidendotai%2Fopenv0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raidendotai%2Fopenv0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raidendotai%2Fopenv0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raidendotai","download_url":"https://codeload.github.com/raidendotai/openv0/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254140756,"owners_count":22021219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","generative","javascript","react","tailwind","typescript","ui"],"created_at":"2024-07-31T08:00:54.355Z","updated_at":"2025-05-14T12:10:08.820Z","avatar_url":"https://github.com/raidendotai.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Frontend","ai","Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Note :\n\n**openv0** is no longer maintained , the new project is [**Cofounder**](https://github.com/raidendotai/cofounder)\n\n---\n\n\n# openv0\n\nproject website - [openv0.com](https://openv0.com)\n\n**openv0** is a generative UI component framework\n\nIt allows you to AI generate and iterate on UI components, with live preview.\n\n- **openv0** makes use of open source component libraries and icons to build a library of assets for the generative pipeline.\n- **openv0** is highly modular, and structured for elaborate generative processes\n- Component generation is a multipass pipeline - where every pass is a fully independent plugin\n\n(say hi [@n_raidenai](https://twitter.com/n_raidenai) 👋)\n\n![image](https://github.com/raidendotai/openv0/assets/127366981/65332d8b-6f95-4ce4-9b19-4be12762e4d8)\n\n---\n\n# Currently Supported\n\n* Frontend frameworks\n  * React\n  * Next.js\n  * Svelte\n* UI libraries\n  * NextUI\n  * Flowbite\n  * Shadcn\n* Icons libraries\n  * Lucide\n\nThe latest **openv0** update makes it easier to integrate new frameworks, libraries and plugins.\n\nDocs \u0026 guides on how to do so will be soon posted.\n\nNext updates :\n- public explore+share web app on [openv0.com](https://openv0.com) *(you can use the openv0 share API already)*\n- multimodal `UIray` vision model *(more details soon)*\n- better validation passes, more integrations \u0026 plugins\n\n\n\n---\n\n# Demos\n\n## Current version\n\nhttps://github.com/raidendotai/openv0/assets/127366981/a249cf0d-ae44-4155-a5c1-fc2528bf05b5\n\n## Previous version\n\n[openv0_demo.webm](https://github.com/raidendotai/openv0/assets/127366981/53b14c27-22ec-40a3-a431-539daf197f49)\n\n---\n\n# Install\n\n* Open your terminal and run\n\n```sh\nnpx openv0@latest\n```\n\nIt will download openv0, configure it based on your choices \u0026 install dependencies. Then :\n\n* Start the local server + webapp\n  * start server `cd server \u0026\u0026 node api.js`\n  * start webapp `cd webapp \u0026\u0026 npm run dev`\n* Open you web browser, go to `http://localhost:5173/`\n\nThat is all. Have fun 🎉\n\n---\n\n**Alternatively** - you can also clone this repo and install manually\n\nTo do so :\n* Clone repo, run `npm i` in `server/`\n* Unzip `server/library/icons/lucide/vectordb/index.zip` into that same folder\n* Configure your OpenAI key in `server/.env`\n* Web apps starter templates are in `webapps-starters/`\n  * run `npm i` in the web app starter of your choice\n  * make sure that `WEBAPP_ROOT` variable `server/.env` matches your webapp folder path\n* Start the server with `node api.js` and the web app with `npm run dev`\n\n---\n\n# Try openv0\n\nYou can try openv0 (using React as a framework) with minimal configuration below\n\n### Replit\n\n[![Run on Repl.it](https://replit.com/badge/github/n-raidenai/openv0-react)](https://replit.com/@n-raidenai/openv0-react)\n\n### StackBlitz\n\n[![Run on StackBlitz](https://github-production-user-asset-6210df.s3.amazonaws.com/127366981/278114438-4e5b21fd-bbfb-41ca-9bda-9df0deba2b4a.png)](https://stackblitz.com/~/github.com/raidendotai/openv0/pull/9)\n\n---\n\n# How It Works\n\n### Multipass Workflow\n\nA simple explanation is the following image\n\n![openv0_process](https://github.com/raidendotai/openv0/assets/127366981/dad08255-f54a-4437-bf87-9560f69940a7)\n\n### Codebase\n\nYoutube video by user [@elie2222](https://www.youtube.com/@elie2222) explains parts of the previous openv0 code base\n\n\n[![@elie2222](https://img.youtube.com/vi/fAEH2ZBO6BA/maxresdefault.jpg)](https://www.youtube.com/watch?v=fAEH2ZBO6BA)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraidendotai%2Fopenv0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraidendotai%2Fopenv0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraidendotai%2Fopenv0/lists"}