DEV Community

Inna
Inna

Posted on

Easiest way to host your dev portfolio using custom domain in 2025

All it takes is 5 minutes, you won't even need most of the text that's on here.

Tools

  1. Custom Domain -> I bought my custom domain at godaddy.com but you can also use other services such as hostgator.com, domains.cloudflare.com, namecheap.com. However, I did later find out that Vercel's pricing was lowest for the domains I was interested in.
  2. Your website -> Have it parked in a repo on http://github.com/
  3. Hosting -> I used Vercel as it's FREE.99! (see their hobby tier)

Putting it altogether

  1. Go to vercel.com & register if you don't have an account just yet.
  2. Add a new project: dropdown menu
  3. Import your project and follow instructions to "Deploy", and you'll see "Adding a domain" as one of the next steps. menu options
  4. Here you have a choice of buying or adding a domain. Type in the name of the domain you bought. Vercel will generate something like below for you. It might be multiple entries. DNS configutaions
  5. Unless you bought your domain on Vercel, go to your domain provider to access DNS records configurations. For godaddy it's in here: https://account.godaddy.com/products
  6. Scroll down to your domain, click "DNS" and plug the values that Vercel generated for you there. Then go back to Vercel and click "refresh" on those generated entries.

Ta-da! 🎉 Your portfolio should now be up and running.

Top comments (0)