What is Showcase Feed?
The opt-in public gallery of BYOB projects. Publishing to the showcase earns visibility and backlinks; promotion there compounds the launch itself.
Related terms
Project Template
A saved starter — public, private, or shared — that new projects clone instead of starting blank. Templates capture working stacks, auth wiring, and design systems once.
Publish Slug
A project’s public identity (`slug.byob.page`) before or alongside a custom domain. Slugs are stable, shareable, and never hardcoded into generated code.
Referral Program
Invite-friends-earn-credits mechanics inside BYOB. Referrals turn happy builders into the acquisition channel, tracked as their own pipeline line.
Guided Preflight
The multi-step setup wizard BYOB runs before generating code: refining the prompt, identifying features, proposing UX direction, and choosing data options. Planning first is what separates coherent apps from random screens.
Lucky Build (Autopilot)
The one-shot fast path that skips guided setup and generates directly from the prompt. Best for experiments and landing pages; guided preflight wins for anything with data or auth.
Pass-1 Build
The uninterruptible first generation surface: styles, layout, page, components, then validation. Letting pass one finish prevents half-built states that later edits have to repair.