Deployment
How to deploy your ArtVault frontend application using Vercel.
Deploying to Vercel
The easiest way to deploy your ArtVault frontend is through Vercel — the creators of Next.js. It offers simple integration, fast global CDN, and automatic deployments from Git.
Important: All the following steps will be only applied to
/clientfolder, so assume this folder the only folder you have.
1. Prepare Your Project
Make sure your project is working locally and that your environment variables are set correctly in your .env file:
2. Push Your Code to GitHub
-
Create a GitHub repository (or GitLab/Bitbucket).
-
Push your project code to the repository.
3. Deploy on Vercel
-
Go to vercel.com and log in (or create a free account).
-
Click "New Project".
-
Import your Git repository.
-
Vercel will auto-detect it's a Next.js app.
-
Set your Environment Variables (same as in .env).
-
Click "Deploy".
You can modify environment variables later in your Vercel dashboard under Project → Settings → Environment Variables.
After Deployment
-
Vercel will provide you with a live URL like https://your-app.vercel.app.
-
Any push to the main (or selected) branch will automatically redeploy.
-
You can connect your custom domain if you want.
Automatic Deployments
Any push to your repo (main branch) will automatically trigger a new deployment.
Done!
You should now finlaized vercel deployment and see the app running on the internet, if you still need help, Reach out on our Support Page