Native custom-domain publishing is in progress. Meanwhile, you can host your exported project on providers like Vercel, GitHub Pages, or Cloudflare Pages.
Option A — Vercel (recommended)
Download code
From Codebase, click Download Code.
Create a repo
Push the project to a new GitHub repository.
Import to Vercel
In Vercel, New Project → Import Git Repository. Accept defaults or set
your framework if detected.
Set environment variables
Add any required env vars (API keys, Supabase URL, etc.).
Add your domain
In Domains, add yourdomain.com and follow the DNS instructions
(usually a CNAME or A record).
Option B — Cloudflare Pages
Connect your repo
Create a Pages project and link your GitHub repo.
Build settings
Use the detected framework or set the build command and output directory.
Add domain
Attach your custom domain and update DNS as instructed.
Option C — GitHub Pages (static sites)
Build locally
Generate a static build if your project supports it.
Publish to `gh-pages`
Push the build output to the gh-pages branch and enable Pages in repo
settings.
On Premium, you can remove the “Built with SteerCode” badge from
SteerCode-hosted sites. When self-hosting, remove any badge component directly
in code if present.