[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10243":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":37,"readmeContent":38,"aiSummary":39,"trendingCount":16,"starSnapshotCount":16,"syncStatus":40,"lastSyncTime":41,"discoverSource":42},10243,"cofounder","nraiden\u002Fcofounder","nraiden","ai-generated apps , full stack + generative UI","https:\u002F\u002Fcofounder.openinterface.ai\u002F",null,"TypeScript",6655,722,173,50,0,3,18,1,39.58,"MIT License",false,"main",true,[26,27,28,29,30,31,32,33,34,35,36],"ai","api","design","generative","javascript","postgresql","react","tailwind","typescript","ui","vite","2026-06-12 02:02:19","\n![cofounder-og-black](https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Fb4e51f02-59e4-4540-ac14-e1f40e20a658)\n\n# Cofounder | Early alpha release\n\n* project - [cofounder.openinterface.ai](https:\u002F\u002Fcofounder.openinterface.ai)\n* 👋 [@n_raidenai](https:\u002F\u002Fx.com\u002Fn_raidenai)\n\n**cofounder**\n- full stack generative web apps ; backend + db + stateful web apps\n- gen ui rooted in app architecture, with ai-guided mockup designer & modular design systems\n\n---\n\n# Early Alpha : Unstable ⚠️\n\nThe following points are very emphasized :\n\n- This is an **EARLY, UNSTABLE, PREVIEW RELEASE** of the project. ⚠️ Until v1 is released, it is expected to break often. \n- **It consumes a lot of tokens**. If you are on a tokens budget, wait until v1 is released.\n- Again, this is an early, unstable release. A first test run. An early preview of the project's ideas. Far from completion. Open-source iterative development. Work in progress. Unstable early alpha release. [etc]\n\n### **If any of these might be issues for you, even in the slightest way, wait until v1 is released ! Do not try the current release !**\n\nTo help you guide your decision on whether or not to try the current release , here is a guide\n\n| Situation                                                                                             | Recommendation         |\n|------------------------------------------------------------------------------------------------------|------------------------|\n| I'm not sure if this tool release is mature yet, maybe it will not work as intended and I may spend millions of tokens for nothing | Do not use it yet      |\n| I am very excited about this tool, I hope it is perfectly production-ready, because if it's not, I will make commentary about `I spent X amount on OpenAI API calls` | Do not use it yet      |\n| I am not interested in code. I want to type words into a box and have my project completed; I do not want messy broken unfinished code | Do not use it yet      |\n| I love exploring experimental tools but I am on the fence. It's going to break halfway and leave me sad | Do not use it yet      |\n| Who should even try it at this point?                                                                | Nobody. Do not use it yet |\n| But I really want to use it for some esoteric reason having read all the above.                       | Do not use it yet either |\n\n\n---\n\n\nhttps:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Fcfd09250-d21e-49fc-a29b-fa0c661abfc0\n\nhttps:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Fc055f9c4-6bc0-4b11-ba8f-cc9f149387fa\n\n---\n\n## Important\n\n**Early alpha release ; earlier than expected by few weeks**\n\nStill not merged with key target features of the project, notably :\n- project iteration modules for all dimensions of generated projects\n- admin interface for event streams and (deeper) project iterations\n- integrate the full genUI plugin :\n  * generative design systems\n  * deploy finetuned models & serve from api.cofounder\n- local, browser-based dev env for the entire project scope\n- add { react-native , flutter , other web frameworks }\n- validations & swarm code review and autofix\n- code optimization\n- [...]\n\nbe patient :)\n\n---\n\n# Usage\n\n## Install & Init\n\n* Open your terminal and run\n\n```sh\nnpx @openinterface\u002Fcofounder\n```\n\nFollow the instructions. The installer \n- will ask you for your keys\n- setup dirs & start installs\n- will start the local `cofounder\u002Fapi` builder and server\n- will open the web dashboard where you can create new projects (at `http:\u002F\u002Flocalhost:4200` ) 🎉\n\n```\nnote :\nyou will be asked for a cofounder.openinterface.ai key\nit is recommended to use one as it enables the designer\u002Flayoutv1 and swarm\u002Fexternal-apis features\nand can be used without limits during the current early alpha period\n\nthe full index will be available for local download on v1 release\n```\n\n- currently using `node v22` for the whole project. \n\n\n\n```sh\n# alternatively, you can make a new project without going through the dashboard\n# by runing :\nnpx @openinterface\u002Fcofounder -p \"YourAppProjectName\" -d \"describe your app here\" -a \"(optional) design instructions\"\n```\n\n\n## Run Generated Apps\n\n- Your backend & vite+react web app will incrementally generate inside `.\u002Fapps\u002F{YourApp}`\nOpen your terminal in `.\u002Fapps\u002F{YourApp}` and run\n\n```sh\nnpm i && npm run dev\n```\n\nIt will start both the backend and vite+react, concurrently, after installing their dependencies\nGo to `http:\u002F\u002Flocalhost:5173\u002F` to open the web app 🎉\n\n\n- From within the generated apps , you can use ⌘+K \u002F Ctrl+K to iterate on UI components\n\n[more details later]\n\n## Notes\n\n### Dashboard & Local API\n\nIf you resume later and would like to iterate on your generated apps,\nthe local `.\u002Fcofounder\u002Fapi` server needs to be running to receive queries\n\nYou can (re)start the `local cofounder API` running the following command from `.\u002Fcofounder\u002Fapi`\n\n```sh\nnpm run start\n```\n\nThe dashboard will open in `http:\u002F\u002Flocalhost:4200`\n\n\n- note: You can also generate new apps from the same env, without the the dashboard, by running, from `.\u002Fcofounder\u002Fapi`, one of these commands\n    \n    ```sh\n    npm run start -- -p \"ProjectName\" -f \"some app description\" -a \"minimalist and spacious , light theme\"\n    npm run start -- -p \"ProjectName\" -f \".\u002Fexample_description.txt\" -a \"minimalist and spacious , light theme\"\n    ```\n\n### Concurrency\n\n**[the architecture will be further detailed and documented later]**\n\nEvery \"node\" in the `cofounder` architecture has a defined configuration under `.\u002Fcofounder\u002Fapi\u002Fsystem\u002Fstructure\u002Fnodes\u002F{category}\u002F{name}.yaml` to handle things like concurrency, retries and limits per time interval\n\nFor example, if you want multiple LLM generations to run in parallel (when possible - sequences and parallels are defined in DAGS under `.\u002Fcofounder\u002Fapi\u002Fsystem\u002Fstructure\u002Fsequences\u002F{definition}.yaml` ),\ngo to\n\n```yaml\n#.\u002Fcofounder\u002Fapi\u002Fsystem\u002Fstructure\u002Fnodes\u002Fop\u002Fllm.yaml\nnodes:\n op:LLM::GEN:\n  desc: \"...\"\n  in: [model, messages, preparser, parser, query, stream]\n  out: [generated, usage]\n  queue:\n   concurrency: 1 # \u003C------------------------------- here \n op:LLM::VECTORIZE:\n  desc: \"{texts} -> {vectors}\"\n  in: [texts]\n  out: [vectors, usage]\n mapreduce: true\n op:LLM::VECTORIZE:CHUNK:\n  desc: \"{texts} -> {vectors}\"\n  in: [texts]\n  out: [vectors, usage]\n  queue:\n   concurrency: 50\n```\n\nand change the `op:LLM::GEN` parameter `concurrency` to a higher value\n\nThe default LLM concurrency is set to `2` so you can see what's happening in your console streams step by step - but you can increment it depending on your api keys limits\n\n---\n\n# Changelog\n\n---\n\n# Roadmap\n\n---\n\n# Benchmarks\n\n---\n\n# Community & Links\n\n- [![Cofounder](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FCofounder-gray?style=for-the-badge&logo=discord&link=https:\u002F\u002Fdiscord.gg\u002F2kVMzeASj9)](https:\u002F\u002Fdiscord.gg\u002F2kVMzeASj9) | Community discord server by @flamecoders\n\n---\n\n# Docs, Design Systems, ...\n\n**[WIP]**\n\n---\n\n# Architecture\n\n[more details later]\n\narchi\u002Fv1 is as follows :\n\n![architecture](https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Fb2d8b70e-7a6d-45c9-a706-0cf955d13451)\n\n\n---\n\n# Credits\n\n- Demo design systems built using Figma renders \u002F UI kits from:\n  * blocks.pm by Hexa Plugin (see `cofounder\u002Fapi\u002Fsystem\u002Fpresets`)\n  * google material\n  * figma core\n  * shadcn\n- Dashboard node-based ui powered by [react flow](https:\u002F\u002Freactflow.dev\u002F)\n","Cofounder 是一个用于生成全栈 Web 应用程序的 AI 工具，支持后端、数据库及状态化 Web 应用的构建。其核心功能包括基于应用架构自动生成用户界面，并提供AI指导的原型设计和模块化设计系统。技术上，Cofounder 采用 TypeScript 开发，集成了 React、Tailwind CSS 和 Vite 等现代前端技术栈以及 PostgreSQL 数据库。该项目适合对探索前沿开发工具感兴趣的开发者或团队使用，但请注意当前版本处于早期不稳定阶段，预期会频繁出现故障且消耗大量API令牌，因此不建议在生产环境中部署。",2,"2026-06-11 03:27:24","top_topic"]