What is Svelte Components?
Reusable UI units (.svelte files) composing a SvelteKit app. Generated projects keep components small and named by feature so humans and AI alike can modify them safely.
Related terms
SvelteKit
The full-stack framework BYOB generates: Svelte 5 components with server rendering, file-based routing, and edge deployment. Standard code any developer can extend outside the builder.
Visual Editing
Clicking page elements in a live preview and asking the AI to refine text, spacing, or layout. It keeps non-developers in flow while the underlying code stays standard and editable.
Redesign Patterns
Repeatable fixes for common generated-site flaws: hierarchy, spacing rhythm, contrast, and component consistency. Auditing new builds against patterns beats redesigning from taste.
One-Click Deployment
Publishing a site to production hosting without manual configuration. BYOB deploys to an edge network with rollback to known commits when a release misbehaves.
Custom Domain
Your own address (you.com) instead of a builder subdomain, with automatic SSL. The trust baseline for anything commercial: subdomains convert worse and rank no better.
Live Preview
A running browser view of the generated site updating as code changes. Immediate feedback is the core loop of AI building: prompt, see, refine.