Step by step
Sharpen the idea: capture the scope (MVP), user flows and data model as a clear spec.
Example promptI want to build an app that solves [problem] for [audience]. Help me define an MVP: list the 3–5 most important features, describe the core user flows and propose a simple data model (tables + fields). Ask where you're missing information.
Generate a modern UI with React components from the spec and iterate on the layout.
Example promptCreate the UI for an app called [name]: [page/view, e.g. dashboard with list and detail view]. Modern, clean design, responsive, with [main elements e.g. search bar, cards, create button].
Assemble a working full-stack app including a database and test it right in the browser.
Example promptBuild a working web app with the following features: [feature list from step 1]. Use a database to store [data objects], and enable the main actions [create/edit/delete].
Refine logic, fix bugs and add features across multiple files.
Example promptHere is my project. Please [add feature / fix bug]: [specific description]. Briefly explain the changes and make sure not to break existing features.
Create a landing page for the app and publish both with your own domain.
Example promptCreate a landing page for my app [name], which offers [benefit]: hero with claim, 3 feature sections, a testimonial area and a clear call-to-action button. Style: [modern/playful/serious].
Frequently asked questions
Do I really not need to code?
For a prototype or a simple app, clearly describing your idea is enough. A basic understanding helps when refining, but isn't a must – the AI also explains what it's doing.
What does it cost?
The free tiers of the tools are enough to try things out. For your own domain, more features or permanent hosting you usually need a premium plan.
Can I expand the app later?
Yes. Make sure the tool lets you export the code – that way you're not locked in and can move or keep building yourself later.