TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Building an open-source v0/bolt.new in 48 hours

1 点作者 sshh126 个月前

1 comment

sshh126 个月前
Hi all!<p>Wanted to share a side-project I worked on to quickly build an AI no-code app builder using AI tools (Cursor). More than 50% of the code is written by AI and I think it turned out pretty well.<p>You can type &quot;build me cat facts app that&#x27;s 90s themed&quot; and it&#x27;ll build a working prototype. The demo currently only runs NextJS (support for server side components) but it&#x27;s trivial to add arbitrary stacks with custom docker images.<p>demo: <a href="https:&#x2F;&#x2F;prompt-stack.sshh.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;prompt-stack.sshh.io&#x2F;</a> code: <a href="https:&#x2F;&#x2F;github.com&#x2F;sshh12&#x2F;prompt-stack">https:&#x2F;&#x2F;github.com&#x2F;sshh12&#x2F;prompt-stack</a> blog: <a href="https:&#x2F;&#x2F;blog.sshh.io&#x2F;p&#x2F;building-v0-in-a-weekend" rel="nofollow">https:&#x2F;&#x2F;blog.sshh.io&#x2F;p&#x2F;building-v0-in-a-weekend</a>