Next.js, Tigris & Vercel Quick Start
This guide focuses on demonstrating how easy it is to deploy a Next.js application built with Tigris to Vercel. Vercel can integrate with GitHub, GitLab or Bitbucket repositories for automatic deployments on every branch push and merges.
Prerequisites​
Deploy​
Hit the deploy button to fork Tigris and Next.js example repo to your account and follow instructions
You should see the following landing page, link account and create a Git repository:
Click on Add
button to add Tigris integration to your application. A pop-up window will ask you
to log in to your Tigris account:
An application key is required by your application to access Tigris cloud. You can "create a new
application key" or use an existing one from your account. Click Continue
:
The Tigris integration will automatically populate following environment variables for your project:
TIGRIS_URI=api.preview.tigrisdata.cloud
TIGRIS_PROJECT="your project name"
TIGRIS_CLIENT_ID="Your application's client id"
TIGRIS_CLIENT_SECRET="Your application's secret key"
TIGRIS_DB_BRANCH="the branch for your database"
🎉 Congratulations, you have just deployed a fullstack app using Next.js and Tigris