Get your starter prompt
In The Forge, open this project and copy the starter prompt into your AI tool (paste-friendly for chat tools, or use CLAUDE.md in the repo if you work in an editor).
It explains how you will plan, design, and ship in small steps.
Add capabilities
From the same project page you can add optional building blocks — managed database, object storage, key-value cache, sign-in, secrets — without touching provider dashboards yourself.
Your assistant merges small config updates; you commit and push to main.
Ship every change
Push to main on GitLab. The deployment pipeline builds and publishes here automatically.
Watch progress and logs from the project view in The Forge if something fails — paste the log back into your AI tool to fix it.
Never commit secrets
Store sensitive values through The Forge only. Read them in code from environment bindings (see CLAUDE.md).
This public page is static HTML; your app logic lives in src/worker.ts.