DeploymentDeploy to Vercel

Deploying PenX on Vercel

This guide will walk you through deploying your PenX project on Vercel.

Account Setup

Make sure you have accounts on both GitHub and Vercel. Log in to both platforms, then connect your GitHub account to Vercel:

PenX Deployment

Click the button below to start the deployment process:

Deploy with Vercel

Connect to GitHub

Ensure your GitHub account is connected to Vercel. If it’s already connected, you can skip this step:

vercel-deploy-connect-git-provider

Clone repository

Select the Git scope and enter your desired repository name:

vercel-deploy-clone-repository

Configure environment

Enter your PostgreSQL connection URL (DATABASE_URL). If you haven’t set up a database yet, refer to our guide to create a PostgreSQL Database on Vercel.

A typical DATABASE_URL looks like this:

postgres://username:password@hostname:port/database_name?sslmode=require

Once you’ve configured the necessary environment variables, click the deploy button:

vercel-deploy-config-env

Await deployment

Deployment will take a few minutes. Please be patient.

vercel-deploy-wait

Deployment completed

Once deployment is successful, your PenX project is live on Vercel. You can view your project and manage it through the Vercel dashboard.

vercel-depoly-compeleted