Vercel · Arazzo Workflow
Vercel Draft Spec With Gateway Then Build App
Version 1.0.0
Draft an app spec via the AI Gateway, then feed that spec into v0 to generate the app.
Provider
Workflows
draftSpecThenBuildApp
Expand an idea into a spec via the gateway, then generate the app with v0.
Asks an AI Gateway model to expand a short idea into a detailed build spec, then sends that spec as the v0 generation prompt and returns the preview URL.
1
draftSpec
createChatCompletion
Ask an AI Gateway model to expand the short idea into a detailed app build specification suitable for code generation.
2
buildApp
createChat
Send the generated specification to v0 as the generation prompt.
Source API Descriptions
openapi