logoNotionDir
Deployment

Vercel

Learn how to deploy NotionDir on Vercel.

NotionDir template is a Next.js project, you can deploy it to any hosting provider that supports Next.js. But Vercel is recommended because it's the easiest way to deploy NotionDir.

Setup vercel account

To host your project on Vercel you first have to create an account.

Connect your git repository

After signing up, you will be prompted to import a Git repository. Choose your Git provider (GitHub, GitLab, or Bitbucket) where your project is hosted and connect your Git account with Vercel. This will allow Vercel to access and deploy your repository.

Create a new project

After connecting your Git repository, you will be redirected to the Vercel dashboard. Here, you can create a new project by clicking on the "New Project" button.

Create a new project

Deploy your project

After creating the project, Vercel will automatically detect the build command and start the deployment process. This usually takes a few minutes. Once the deployment is complete, you will be able to access your project through the Vercel URL.

On this page