From app prompt to hosted UI
7 ordered steps, from Bolt to Vercel.
AI agents and harnessesBrowsersruntimesframeworksBuild/deploy tooling
-
Step 1: Bolt
Bolt starts the path as a prompt-to-app surface where learners can see an idea become runnable UI quickly.
-
Step 2: Lovable
Lovable follows because it occupies the same generation space while pushing the learner to compare productized app-building workflows.
-
Step 3: v0
v0 narrows the journey toward UI generation, making component structure and frontend polish the next focus.
-
Step 4: shadcn/ui
shadcn/ui matters after v0 because generated interfaces often rely on reusable component systems rather than one-off markup.
-
Step 5: Tailwind CSS
Tailwind explains the styling layer those component systems commonly use, so the learner can reason about generated visual changes.
-
Step 6: Next.js
Next.js turns the generated UI into an application framework with routing, rendering, and deployment conventions.
-
Step 7: Vercel
Vercel closes the loop by showing where a Next.js-based generated app can be previewed and shipped.