Overview
This guide shows how to “one shot” an app using an AI coding assistant. You’ll copy a single set of instructions, open your preferred AI tool, and let it scaffold and wire everything up.
You’ll paste a single, comprehensive prompt. We’ve included quick‑launch links that prefill the prompt for tools that support it.
Prerequisites
AI tool account : Claude, ChatGPT, Gemini, or another assistant.
Local dev environment : Git, Node.js, and your editor of choice.
Daydream API key : See Authentication if your app will call the Daydream API.
Steps
Copy the one‑shot instructions
Copy the prompt below. Replace the placeholder for the API key.
Open your AI coding tool
Use the quick‑launch buttons below to open a new chat with the prompt prefilled (where supported), or paste it manually.
Run and iterate
Ask the assistant to execute the steps, generate files, run installs, and fix any issues. Approve tool actions if your assistant supports them.
Quick‑launch links
Open a new chat with the prompt prefilled. If the link doesn’t prefill for your account/region, copy the prompt manually.
Claude
ChatGPT
Gemini
v0 (Vercel)
Lovable
Other
If the prompt isn’t prefilled correctly, just copy from below and manually paste it.
Open in Claude If the prompt isn’t prefilled correctly, just copy from below and manually paste it.
Open in ChatGPT Gemini currently does not support prompt prefill via URL. Open a new chat and paste the prompt from the section below manually.
Open Gemini v0 currently does not reliably support prompt prefill via URL. Open a new chat and paste the prompt from the section below manually.
Open v0 Lovable currently does not reliably support prompt prefill via URL. Open a new chat and paste the prompt from the section below manually.
NEVER! enter your API keys directly in Lovable as it can be read by anyone. See
Lovable’s recommendation for handling API keys securely.
Open Lovable Open a new chat and paste the prompt from the section below manually.
The one‑shot prompt
Paste this entire block into your AI assistant:
Copy