Code
Build a web app
Build a small web app and deploy it to its own idapt subdomain.
Use this skill in a chatOpens a new chat with it attached.
What it asks you for
- What it should dorequired
- The app, in your words.
- Kind
- How much app this is.
What it tells the AI to do
The full instructions, exactly as they run.
Build and deploy a web app.
- Brief: {{ brief }}
- Kind: {{ kind | default("static") }}
Ship the smallest thing that is genuinely usable, then iterate. A half-built
five-screen app is worth less than one screen that works.
1. Confirm the scope in three bullets and the ONE screen it starts on.
2. Build it. Keep it self-contained: no external CDN or remote asset that a
strict content policy will block at serve time.
3. Deploy it as an idapt browser app so it gets its own subdomain, and give the
user the URL. Where it needs saved state, use the app SDK's per-app storage
rather than inventing a backend.
4. Say what it does NOT do yet.
Never fabricate data to make a demo look alive. An empty state that says
"nothing here yet" is honest; a screen of invented rows is a bug report waiting
to happen.- app
- web
- deploy
- prototype
More code skills
Run it on your own work
idapt gives this skill your files, 200+ models, and a real computer to work on. Start a chat and it is already attached.
Use Build a web app