Vercel · Arazzo Workflow
Vercel v0 Iterative App Build
Version 1.0.0
Generate an app, apply two sequential refinements, then read back the final chat.
Provider
Workflows
iterativeAppBuild
Create a v0 chat and apply two refinements, then fetch the final state.
Generates an app and iterates twice on it within one chat session, then reads the chat to return the final preview URL and generated files.
1
createChat
createChat
Start a new v0 chat session that generates the initial application.
2
firstRefine
continueChat
Continue the chat with the first refinement instruction.
3
secondRefine
continueChat
Continue the chat again with the second refinement instruction.
4
getFinal
getChat
Re-read the chat to capture the final settled preview URL and files.