Custom domains
Serve your app from your own domain over HTTPS.
By default your app is served at a *.solitud.dev address. With a custom
domain you can serve it from your own address — app.yourcompany.com or
yourbrand.com — over HTTPS.
How it works
You set this up right in the chat. Tell Solitud the domain you want to use and it walks you through it:
Add this record at your DNS provider, then recheck.
app.yourbrand.comws-7f3a91c2.solitud.dev- Solitud shows the DNS records. You get an instructions card listing the exact DNS record to add (typically a CNAME), with a Copy button on each value.
- Add the record at your registrar. Log in wherever your domain's DNS is managed (your registrar or DNS provider) and add the record exactly as shown.
- Recheck. Back in the chat, click Recheck. Solitud verifies the DNS has propagated — usually quick, but it can take longer depending on your provider.
- Go live. Once verified, Solitud issues an HTTPS certificate and your app starts serving from your domain.
Type Host Value
CNAME app.yourcompany.com ws-<id>.solitud.dev
The exact records shown in your card are the ones to use — copy them from there rather than the example above.
After it's live
- Your app is reachable at your custom domain over HTTPS.
- The certificate is managed and renewed for you.
- You can point multiple hostnames (for example, the apex
yourbrand.comandwww.yourbrand.com) by adding the records Solitud provides for each.
Tips & troubleshooting
- Recheck didn't pass? DNS changes can take a while to propagate. Confirm the record matches the card exactly (no extra dots or trailing spaces), then recheck again in a few minutes.
- Already using the domain elsewhere? Make sure the new record replaces or coexists correctly with any existing records for that hostname.
- Use a subdomain if unsure. Pointing
app.yourcompany.comis lower-risk than your apex domain and keeps your main site untouched.
FAQ
Do I need to buy a domain from Solitud? No. Bring a domain you already own from any registrar — you only add a DNS record.
Does my old *.solitud.dev URL stop working?
Your app becomes available at your custom domain once it's verified. Keep the DNS
record in place so the domain keeps resolving.
Is HTTPS included? Yes — the certificate is provisioned and renewed automatically.