Custom Domain
Use your own domain for your website
Custom Domain
Connect your own domain to your new.website project for a professional web presence. Instead of using the default your-project.public.website
URL, you can use your own domain like yourcompany.com
.
How to Add a Custom Domain
Access Domain Settings
- Navigate to your project in the new.website dashboard
- Click on the Domain section in the left sidebar
- Click the ”+ Add Domain” button to begin the setup process
Enter Your Domain
- Enter your custom domain name (e.g.,
my-saas-domain.com
) - The system will display the domain you’ve entered for confirmation
- Click Continue to proceed
Configure DNS Settings
Once you’ve added your domain, you’ll need to configure your DNS settings with your domain provider (GoDaddy, Namecheap, Cloudflare, etc.).
DNS Configuration Required:
Type | Name | Value | TTL |
---|---|---|---|
A | @ | 76.76.21.21 | 300 |
Update DNS with Your Provider
- Log into your domain registrar’s control panel
- Navigate to DNS management or DNS settings
- Add an A record with the values shown in the table above:
- Type: A
- Name: @ (or leave blank for root domain)
- Value: 76.76.21.21
- TTL: 300 (or the lowest available value)
This example shows how it looks in Cloudflare.com. Other domain providers like Namecheap or GoDaddy will have similar interfaces but may look different.
Verify Your Domain
- After updating your DNS settings, return to the new.website dashboard
- Click the “Verify Domain” button
- The verification process may take up to 12 hours due to DNS propagation
Finished
Once verification is complete, your domain should have a “Verified” badge next to it, indicating it’s working properly.
DNS Propagation: Domain changes can take up to 12 hours to propagate globally. If verification fails initially, wait a few hours and try again.
If a TTL value of 300 is not available with your DNS provider, choose the lowest available value to speed up propagation.
Troubleshooting
Domain Not Verifying
- Wait for propagation: DNS changes can take up to 12 hours
- Check DNS settings: Ensure the A record is correctly configured
- Clear DNS cache: Try accessing your domain from an incognito/private browser window
- Contact support: If issues persist after 24 hours, contact support at hello@new.website
Subdomain Setup
If you want to use a subdomain (like app.yourcompany.com
), use the subdomain name instead of @
in the Name field when setting up your DNS A record.
Domain Management
Once verified, you can:
- Remove domains: Click the “Remove Domain” button to disconnect a domain
- Add multiple domains: Connect multiple domains to the same project
- Monitor status: See verification status with the “Verified” badge
Consider setting up both the www and non-www versions of your domain by adding both yourcompany.com
and www.yourcompany.com
as separate domain entries.