Custom domain on Vercel & Netlify
Vercel and Netlify deploy modern web apps for free, and certed.one gives you a free domain to point at them. Here's how to connect your yourname.certed.one name to either host.
Before you start
- A deployed project on Vercel or Netlify.
- A free certed.one subdomain — claim one here.
Vercel
- Open your project → Settings → Domains and add jane.certed.one.
- Vercel shows a record to create. For a subdomain it's usually a CNAME to cname.vercel-dns.com.
- In Manage domain for your subdomain, add that CNAME record. See managing DNS records.
- Back on Vercel, wait for verification — HTTPS is automatic.
Netlify
- Open your site → Domain settings → Add a domain and enter jane.certed.one.
- Netlify gives you a target like your-site.netlify.app.
- Add a CNAME record from your label to that target in Manage domain.
- Netlify provisions a free Let's Encrypt certificate automatically.
CNAME vs A record
Subdomains almost always use a CNAME. Only use an A record when your host gives you a fixed IP. Learn the difference in DNS & subdomains explained.
Next steps
Putting up a portfolio? Read host a portfolio for free. Shipping a class project? See free domains for projects.
Still have questions? Read the FAQ or create a free account to get started.