Why use a custom domain
- Consistent branding looks more professional
- Better search indexing
- Easier to remember and share
Requirements
- You own a domain
- Hosting with automatic certificates (e.g. Vercel/Netlify)
Configure a custom domain in superun
You can configure a custom domain in the superun console without manual DNS setup in many cases. Steps:- On the project page, go to Operations → Search optimization → + Custom domain
- Follow the wizard and enter your domain (e.g.
yourdomain.com) - Choose your DNS provider or manual setup
- Add the DNS records shown to your DNS provider
- After setup, SSL is provisioned automatically
Connect your domain (example: Vercel)
- Connect your project to Vercel
- Add the domain under Vercel Domains
- Follow DNS instructions (e.g. CNAME to
cname.vercel-dns.com) - Wait for SSL (minutes to hours)
Other providers
- Netlify: Import repo → Domain management → follow DNS guide
- Namecheap + GitHub Pages: Host on GitHub and configure A/CNAME per guide
FAQ
- Domain connected but site unreachable: Check DNS propagation (dnschecker), DNS-only mode if applicable, and SSL issuance
- Subdomains: Supported — enter the subdomain in the connect flow
- SSL: Most hosts issue and renew automatically
- WeChat opens link with security warning: Prefer full
https://links.http://may trigger warnings in WeChat. With domain bound and SSL healthy, sharehttps://your-domain. - Frontend vs backend custom domain: Frontend custom domains are self-serve via the steps above; for backend custom domains, contact support
- Standalone deploy / custom domain needs: Describe requirements to superun; support will advise. Private deployment is harder — see Private deployment
superun website
Visit the site to learn more about features and examples.

