www.auapw.org

Claim Deployments Demo

This application demonstrates how to transfer a Vercel project from one account to another using the Claim Deployments feature.

The demo covers the entire process, including creating a project in the host team, initiating the transfer, and enabling users to claim the project for themselves.

Try it out at: https://claim-deployments-demo.vercel.app

Getting Started

To set up the project, add the following environment variables to your .env.local file:

TEAM_ID=""
ACCESS_TOKEN=""

Running the Development Server

Start the development server using your preferred package manager:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Once the server is running, open http://localhost:3000 in your browser to view the demo application.