Custom Domains
Each Micropage project has a primary host (for example my-site.micropage.sh). You can also attach your own custom domain such as www.example.com.
Setup
Create a DNS record at your domain provider:
| Field | Value |
|---|---|
| Type | CNAME |
| Name | www |
| Target | <project-host> |
Example: www.example.com → CNAME → my-site.micropage.sh
SSL certificates are automatically provided by Cloudflare.
Finding Your Target
In the Micropage web editor, go to Settings to see the exact CNAME target for your project. You can also run:
micropage projects show
to see both the primary URL (custom domain if configured) and the fallback host for your project.
Notes
- Custom domains are available on paid plans.
- DNS propagation may take a few minutes.