Guide
Ship safely with branch previews
Work on a branch, preview it on its own URL, and publish only when it's ready.
Branch previews let you change anything without risking your live site. Every branch gets its own preview deployment at a shareable URL, so you can build, review, and share — then publish when it's right.
What you'll be able to do
- Work on changes without touching your live site
- Share a preview link for review before anything goes live
- Publish a branch to production in one click
Step by step
- 1
Create a branch
From the editor, create or switch to a branch so your changes are isolated from the live site.
- 2
Build on it
Chat as usual — every change builds a preview for that branch at its own URL.
- 3
Share for review
Flip the branch's test URL to public and send the link so others can review it.
- 4
Publish when ready
Promote the branch to your live site with one click; production was untouched until now.
Prompts to try
Copy one to start, or adapt it to your project.
Create a branch to redesign the landing page without touching production.
Give me a shareable preview URL for this branch.
Publish the development branch to the live site.
FAQ
Does each branch get its own URL?
Yes — every branch deploys to its own preview URL so you can test in isolation.
Can I share a preview privately?
Yes. The test URL is private by default; flip it public to share, and off again to lock it down.
When do changes go live?
Only when you publish. Production stays on the published build until you promote a branch.