PandevPandev
Configuration

Opening Integrations Settings

  1. Open Settings (Cmd+,)
  2. Select "Integrations" from the left sidebar
  3. Choose scope: Global or a specific Project

GitHub

GitHub integration enables:

  • Cloning repositories from the app
  • Submitting feedback as GitHub issues
  • Accessing private repositories

Authentication

GitHub uses the Device Flow for authentication:

  1. Click "Sign in with GitHub" in the integrations settings
  2. A device code is displayed and copied to your clipboard
  3. Click "Open GitHub" to go to the verification page
  4. Paste the code and authorize
  5. Pandev detects authorization automatically

Once authenticated, your username and avatar are displayed. Click "Disconnect" to remove the token.

Supabase

Supabase integration provides a Database tab in the workspace for exploring your project's database.

Connecting

  1. Enter your Supabase access token in the token field (password input with show/hide toggle)
  2. Click "Test Connection" to verify
  3. If successful, a list of your Supabase projects appears
  4. Select the project to link

Features

Once connected, the Database tab in the workspace lets you:

  • Browse database schemas and tables
  • Explore table data
  • View table structures

Disconnecting

Click "Disconnect" to remove the token and unlink the project.

Vercel

Vercel integration provides a Deployments tab in the workspace for monitoring your deployments.

Connecting

  1. Enter your Vercel token in the settings
  2. Click "Test Connection"
  3. Link your project to a Vercel project

Features

Once connected, the Deployments tab shows:

  • Deployment history with status badges (Ready, Building, Error, Queued, Canceled)
  • Preview URLs for each deployment
  • Deployment logs

Deployment Status Indicators

StatusColorDescription
ReadyGreenDeployment successful and live
BuildingAmberDeployment in progress
ErrorRedDeployment failed
QueuedGrayWaiting to build
CanceledGrayDeployment was canceled

Project-Level Integrations

Each integration can be configured at the project level to link specific projects to specific Supabase databases or Vercel projects. Open Settings with a project scope to configure project-specific integrations.

On this page