Custom Domain
Every Typeroll site gets a free subdomain at yoursite.sites.typeroll.com. To use your own domain (e.g. acme.se), connect it in the portal and update your DNS.
-
Open the portal
Go to app.typeroll.com → your site → Settings → Domain.
-
Enter your domain
Type your domain (e.g.
acme.seorwww.acme.se) and click Connect.The portal will show you the DNS records to add.
-
Add DNS records
Log in to your DNS provider (Cloudflare, GoDaddy, Namecheap, etc.) and add the records shown. Typically:
Type Name Value CNAME @orwwwyour-project.pages.devIf your DNS provider doesn’t support CNAME on the root (
@), use an ANAME/ALIAS record instead, or point to awwwsubdomain with a redirect. -
Wait for propagation
DNS changes can take a few minutes to a few hours. The portal shows a green checkmark when the domain is verified and SSL is provisioned.
-
Redeploy
Trigger a new deploy so the
canonical_urland OG URLs in the built HTML use your custom domain:Deploy the site
Subdomain vs root domain
Section titled “Subdomain vs root domain”| Setup | Example | Notes |
|---|---|---|
| Root domain | acme.se | Requires ANAME/ALIAS or Cloudflare Proxy |
| www subdomain | www.acme.se | CNAME works everywhere |
| Subdomain | studio.acme.se | CNAME works everywhere |
For root domains with a registrar that doesn’t support ANAME/ALIAS, the easiest solution is to use www as the canonical domain and redirect acme.se → www.acme.se at the DNS level.
SSL certificates are provisioned automatically by Cloudflare Pages. No configuration needed.