Coding with an LLM but letting the AI do all the work.
These tools try to provide design information to a vibe coded application. Essentially you prompt the user interface using one LLM, then hand off to a backend LLM.
Before you start vibe coding, write a short spec of what the app should do. This is called a Plan document.
Requirements:
Build a single-page counter web app. It should show one counter, with big buttons to increment or decrement it by 1, 2, 5, or 10, and a reset button to set it back to 0.
We will show this using 3 steps, using Stitch and Canvas on the Gemini website: