Skip to Content
Getting StartedDeployment

Deployment

While this template can be deployed on various platforms, deploying on Vercel is highly recommended for optimal performance and ease of use.

Vercel

Vercel  is a platform that allows you to deploy your website easily. The free plan is enough for hosting a portfolio website, otherwise you are too famous.

To deploy this template on Vercel, you can click the button below:

Deploy with Vercel

This will create a copy of the repository in your GitHub account and automatically deploy it to Vercel. Any changes you push to the repository will automatically trigger a new deployment, keeping your site up-to-date.

More information can be found in the Vercel documentation .

Domain Binding

To bind a custom domain to your website, you can follow the steps below:

  1. Go to the Vercel dashboard and select your project.
  2. Click on “Domains”.
  3. Click on “Add Domain” and enter your domain name (e.g. yourname.com).
  4. Click on “Save” to add the domain.
  5. Add the DNS records to your domain registrar.

Then you can access your website at https://yourname.com.

Buying a domain

If you don’t have a domain, you can buy one from a domain registrar.

There are many domain registrars available, with Cloudflare  being a popular and user-friendly choice. Domain names with newer top-level domains like .app or .dev are relatively affordable, typically costing between $10-$20 per year.

After buying a domain, you can add DNS records to your domain registrar:

  1. Go to the Dashboard of Cloudflare and select your domain.
  2. Click on “DNS” in the left sidebar.
  3. Click on “Add Record”.
  4. Add Type A and CNAME records according to the Vercel instructions. Uncheck the “proxied”.
  5. Click on “Save” to save the changes.
Last updated on