Skip to content

Deploying to Vercel

Vercel is the easiest way to host your Synquora instance with zero config.


Make sure your repository contains the following:

  • vercel.json (optional, for settings)
  • A valid .env.sample file
  • A working build command (pnpm build)
  • Output folder is .next (default for Next.js apps)

You can deploy instantly using the button below:

Deploy to Vercel


Once the Vercel dashboard prompts you, set these values (refer to your .env.sample):

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
DATABASE_URL=
DISCORD_GUILD_ID=
DISCORD_BOT_TOKEN=
DISCORD_ANNOUNCEMENT_CHANNEL_ID=
NEXT_PUBLIC_APP_URL=https://your-vercel-app.vercel.app

Once deployed:

  • Go to your Vercel dashboard
  • Click Visit
  • You should see Synquora’s login page

Connect your GitHub repo to auto-redeploy on push.