Skip to content

Examples and adoption

Use CLI to deploy and operate examples. Keep each example’s application code, manifest, dependencies and verification expectations together; do not copy a command without its required files.

Example What it demonstrates Start
Static app with runtime config Database-backed page without pasted keys Complete fixture
Durable function runs Idempotent work items, schedules, status and recovery Function-runs fixture
Paid application endpoint Runtime payment context and bounded caller intent Wallet-stats fixture
Multi-user Astro app Hosted auth and caller-context data Complete notes/CMS fixture
CMS with ISR Store AssetRefs, render images and invalidate cached content Complete notes/CMS fixture
External frontend/runtime Run402 REST/auth as an app backend DreamDrop fixture

The Astro fixture pins a tested dependency set and includes a manifest, migrations, application files and local tests. Hosted auth/RLS/cache still require the documented live checks. DreamDrop includes a credential-free local demo mode; paid hosted operations have separate requirements. Start with a disposable project, define expected signed-out/signed-in results, and verify before adapting a production app.

Keep the current app’s ownership, credentials and production destination explicit. Add a manifest and local app link, check referenced files, inspect the plan and deploy to a separate test project first. Move schema/data deliberately; a deployment manifest is not a database export/import tool.

Use the SDK scripting guide for typed migration orchestration, CLI deployment guide for release operations, and the native HTTP reference when integrating another language. Reuse the same conceptual workflow instead of introducing a second provisioning recipe.