Publishing
Go live instantly on a Boomlink subdomain, connect your own domain, or export and deploy anywhere.
Instant Publishing (Subdomain)
The fastest way to go live — ask your AI to publish, or click the publish button in your dashboard. Your site gets a unique URL immediately:
https://{slug}.boomlink.win/The following subdomains are reserved and cannot be used as site slugs:
apiadmin-apiwwwmailadminappdashboardCustom Domain via CNAME
Use your own domain for a professional look. Add it in your dashboard under site settings, then point your DNS with two records:
1. CNAME Record
Point your domain to your Boomlink site subdomain:
yourdomain.com{slug}.boomlink.win2. Verification TXT Record
Prove domain ownership by adding a TXT record with the verification token from your dashboard:
_boomlink-verify.yourdomain.com{verification-token}Domain Status Flow
pending_verificationpending_sslactiveSSL certificates are auto-provisioned via Cloudflare once verification completes.
Root-Level Domain Proxy
Apex (naked) domains like yourdomain.com can't use CNAME records per DNS standards. Boomlink solves this with edge routing on Cloudflare Workers — domain-to-site mapping resolves at the edge with zero origin round-trips.
Enable root-level proxying in your dashboard. Boomlink provisions the edge routing automatically once your domain ownership is verified.
Cloudflare Pages Deployment
Want full infrastructure control? Export your site as static HTML and deploy to your own Cloudflare Pages project:
- Export your site as static HTML from the dashboard or via MCP
- Create a Cloudflare Pages project and upload the exported files
- Configure your custom domain at the Cloudflare Pages project level
Full CDN control, your own domain management in Cloudflare — no dependency on Boomlink's DNS infrastructure.
Cloudflare Worker Sub-Path
Embed a Boomlink site under a sub-path of an existing Cloudflare Worker — for example, yourdomain.com/landing/. Ideal when you want Boomlink to power a landing page within a larger Worker-based application.
Add a proxy rule in your Worker to forward matching requests. Boomlink automatically rewrites internal links and assets so everything resolves correctly under the mounted path.
Version Management & A/B Testing
Snapshot your site at any point, roll back instantly, or split traffic between versions to test which performs better — all without risk.
Creating & Publishing Versions
- Use
create_versionto snapshot the current site state - Use
publish_versionto promote a specific snapshot to live - Use
unpublish_versionto roll back a version - Use
list_versionsto see all available snapshots - Use
delete_versionto clean up old snapshots
Traffic Splitting
Split traffic across versions for A/B testing. Assign weights to each version — weights must sum to 100. Preview URLs let you test a specific version before shifting traffic.
Example Traffic Split
version-a70%version-b30%Available MCP Tools
Control every aspect of publishing through your AI assistant:
preview_sitePreview before publishing
publish_sitePublish the active site
unpublish_siteTake the site offline
create_versionSnapshot current state
list_versionsList all snapshots
publish_versionPromote a snapshot to live
unpublish_versionRoll back a version
delete_versionRemove a snapshot
set_traffic_splitSplit traffic for A/B tests