Deploying cards
Deploying an experience to an account turns each designed card into a deployed card: a flat, self-contained record that carries your branding and its template, plus a global short id that is its shortcode.
Why deploy denormalises
Section titled “Why deploy denormalises”At request time, a deployed card is a single lookup keyed by its shortcode — there’s no experience → card traversal. That’s what makes hosted pages and on-site widgets fast and cacheable.
What happens when you deploy
Section titled “What happens when you deploy”- Choose Deploy in the editor and pick the account.
- Each card is denormalised with that account’s branding.
- Each deployed card gets its shortcode and link.
Re-deploying and multiple accounts
Section titled “Re-deploying and multiple accounts”- Re-deploy overwrites the deployed card in place — the shortcode stays the same, so existing links keep working.
- Deploying the same experience to two accounts produces two deployed cards, each with its own shortcode and branding.
Where deployed cards show up
Section titled “Where deployed cards show up”- Hosted (Outpost): the shortcode link opens the card directly.
- On your site (Onflow): the snippet matches the page against your account’s manifest, finds the right card shortcode, and loads that card’s artifact — no per-page database hit.
Related
Section titled “Related”- The id you get: shortcodes.
- The model: experiences & cards.
Was this page helpful? Tell us / report an issue ↗