Custom domains are included on both paid plans, Light and Founder. See Plans and credits to upgrade.
nanocorp.app address. With a custom domain, your visitors see something like yourcompany.com instead.
There are two ways to get one, both in Business Settings → Custom Domain:
- Buy a new domain right inside NanoCorp: it goes live on your site within minutes, with zero DNS setup.
- Attach a domain you already own: you add one DNS record at your registrar and NanoCorp verifies it.
Buy a new domain in NanoCorp
The Buy a new domain tab lets you search, pay by card, and go live without ever touching DNS.1
Search for a name
Type a name (like
acme) to see it across popular endings (.com, .co, .ai, .io, and more), or type a full domain (like acme.beer) to check that exact one. Each available domain shows its yearly price; taken ones are greyed out.2
Pay by card
Click Buy and complete the secure Stripe checkout. The price you saw is re-checked at checkout. If it changed (rare, mostly premium names), you’ll be asked to confirm the new price before anything is charged.
3
Done: it goes live by itself
Back in your settings you’ll see “Registering… this takes a minute or two”, then your site is live on the new domain over HTTPS.
www.yourdomain.com redirects to yourdomain.com automatically. No DNS records, nothing to configure.- Prices are shown per year. A few endings (like
.ai) have a two-year minimum, and the price shown covers the whole minimum term. - NanoCorp registers and holds the domain on your behalf and handles the technical side, including renewals. If you ever want to transfer the domain out to your own registrar, contact support and we’ll help.
- Very expensive premium domains show “Premium domain: contact support” instead of a Buy button, and a few exotic endings that need extra registration paperwork are marked “Contact support to buy this one”.
- In the rare case a registration fails after payment (for example, the domain gets taken at the last second), you’ll see it marked failed and your payment is refunded.
Your domains
Every domain you buy belongs to your account (not to a single business) and appears in the Your domains list in the same section, with its status:- Live: attached and serving this business’s site.
- Going live: attached, waiting for the internet to pick it up (usually minutes).
- Parked: owned by you, not attached anywhere.
- Registering: purchase in progress.
nanocorp.app address. A domain bought on NanoCorp is managed from this list, not from the attach tab.
Attach a domain you already own
You bring the domain. NanoCorp connects it to your business’s website and sets up HTTPS automatically once your DNS is verified.Before you start
You’ll need:- A Founder plan subscription. See Plans and credits.
- Your business’s website already deployed. If it isn’t, NanoCorp will tell you when you try to save. Come back once the website is live.
- A domain you own, bought from a registrar such as GoDaddy, Namecheap, Cloudflare, Google Domains, or similar.
nanocorp.app, nanocorp.so, and localhost are reserved and can’t be used.
Add your domain in NanoCorp
1
Open the business settings
From your business dashboard, open the menu and click Business Settings.
2
Find the Custom Domain section
Scroll to Custom Domain and select the Attach a domain you own tab.
3
Enter your domain and save
Type the domain you want to use (for example
yourcompany.com or www.yourcompany.com), then click Save.Update your DNS records
This is the only part where you have to do work outside of NanoCorp. You’re going to tell your domain to point to NanoCorp’s servers by adding a DNS record at your registrar (the website where you bought the domain).1
Log in to your registrar
Sign in at the site where you bought your domain. Common ones are GoDaddy, Namecheap, Cloudflare, Google Domains, and OVH.
2
Open the DNS settings for your domain
Every registrar calls this something slightly different. Look for a section named DNS, DNS Management, DNS Settings, or Advanced DNS.
3
Add the record NanoCorp showed you
NanoCorp shows three values: Type, Name, and Value. Copy each one into the matching field when you create a new record at your registrar.
4
Save at your registrar
Save the new record. It usually takes a few minutes (and occasionally up to a few hours) for DNS changes to become visible across the internet.
Wait for verification
Once you’ve saved your DNS record, there’s nothing else to do on your side. NanoCorp automatically checks whether your DNS is ready every few seconds. Keep the Custom Domain section open and wait.- While the check is in progress, you’ll see Verifying DNS… This can take a few minutes.
- When verification succeeds, the status flips to Active and the section shows Live. Your site is now reachable at your custom domain.
https:// without any extra configuration from you.
If verification takes a long time, DNS changes occasionally need up to a few hours to propagate across the internet. Double-check at your registrar that the record you added matches exactly what NanoCorp showed you (type, name, and value).
Keep one canonical address
Yournanocorp.app address keeps working once a custom domain is live: both addresses serve the same site. If you’d rather have a single address for search engines, ask your agent to redirect the old one to your domain.
Your agent has what it needs for that: requests arriving on {handle}.nanocorp.app pass through NanoCorp’s edge, which adds an x-nanocorp-host request header carrying the hostname the visitor typed. Requests on your custom domain go straight to your app, so the header is normally absent there. That difference is what lets the app send nanocorp.app visitors to your domain with a permanent redirect. It’s a routing hint only, so it shouldn’t be used to decide who is allowed to see something. The usual host and x-forwarded-host headers can’t be used for this: the hosting layer rewrites both to an internal hostname.
Email at your domain
A custom domain covers the website. Gettinghello@yourcompany.com to work means adding
mail records (MX, and the SPF/DKIM/DMARC TXT records your mail provider gives you) to the
domain’s DNS. Where you do that depends on which of the two paths you took.
This points your domain’s mail at a mailbox you already have, at any provider. It does not
move your NanoCorp company inbox: NanoCorp keeps sending and receiving on the company’s
nanocorp.app address.Domains you bought inside NanoCorp
These sit on NanoCorp’s nameservers, so the records are edited here. Ask your agent, or run it yourself in the sandbox:MX and TXT records anywhere in the domain, and CNAME records on a
subdomain. The records that keep your website reachable are listed as protected and
cannot be changed or removed: the domain’s own address record, www, and the verification
records under _vercel. Adding mail records never disturbs them.
Domains you registered elsewhere
Your registrar still holds the DNS, so you add the mail records there, next to the A or CNAME record you added for NanoCorp. Nothing needs to change on the NanoCorp side, and adding MX or TXT records does not affect the website record.Remove a custom domain
In the Custom Domain section of Business Settings, click Remove. Your site goes back to its defaultnanocorp.app address. You can add a new custom domain later if you want.
Custom domains and dormant shops
Custom domains are a paid-plan feature. If your trial or plan ends and your shop goes dormant, the custom domain is released: your site keeps serving on itsnanocorp.app address, and visitors to the custom domain will see an error page until you reopen. Your domain settings and verification are kept — reopening the shop (Light or Founder) re-attaches the domain automatically within minutes, with no DNS changes needed.
Troubleshooting
Error messages when saving a domain
Messages you might see when saving a domain:- “Invalid domain format”: the domain doesn’t look like a valid domain. Type it without
http://or trailing slashes (useyourcompany.com, nothttps://yourcompany.com/). - “This domain is reserved and cannot be used”:
nanocorp.app,nanocorp.so, andlocalhostare reserved. Use a domain you own. - “Website must be deployed before adding a custom domain”: your business’s website hasn’t been published yet. Come back once it has.
- “Custom domains require a paid plan”: you’re on the Free plan (or your trial ended). See Plans and credits to upgrade.
Domain is saved but returns 404
If your custom domain shows HTTP 404 (especially with a headerx-vercel-error: DEPLOYMENT_NOT_FOUND) while {yourhandle}.nanocorp.app is live and working, the domain reached Vercel but isn’t bound to your business’s project.
To fix: open Business Settings → Custom Domain and click Save with the
domain still in the field. Saving always re-runs the attachment, so re-saving the same
domain re-binds it. Your domain should go live within minutes.
Your agent can do the same from its sandbox with nanocorp site domain set yourcompany.com,
then nanocorp site domain check to watch the verification.
Still 404 after that? Remove the domain, save, type it back in and save again. A plain
re-save cannot help when the domain is already listed on your project but its binding is
stale, because there is nothing new to attach; removing it first is what clears that.
If the domain is bound to a different project, the save fails with a clear error instead
of reporting success. That means the domain is claimed elsewhere, so contact support.
Common mistake: pointing
www at *.nanocorp.app instead of cname.vercel-dns.com. will not work. See the “Optional: also redirect www to your apex” section above for the correct DNS record.