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.
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.
Hi all!
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.
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.
demo: https://prompt-stack.sshh.io/ code: https://github.com/sshh12/prompt-stack blog: https://blog.sshh.io/p/building-v0-in-a-weekend