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
1
Select from the one of the examples below
Select from an example to get started.
2
Copy the one‑shot instructions
Copy the prompt below. Replace the placeholder for the API key.
3
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.
4
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.