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 "build me cat facts app that's 90s themed" and it'll build a working prototype. The demo currently only runs NextJS (support for server side components) but it's trivial to add arbitrary stacks with custom docker images.<p>demo: <a href="https://prompt-stack.sshh.io/" rel="nofollow">https://prompt-stack.sshh.io/</a>
code: <a href="https://github.com/sshh12/prompt-stack">https://github.com/sshh12/prompt-stack</a>
blog: <a href="https://blog.sshh.io/p/building-v0-in-a-weekend" rel="nofollow">https://blog.sshh.io/p/building-v0-in-a-weekend</a>