Skip to main content

Integrate Browser through the Vercel Marketplace

The Vercel Marketplace allows Vercel users to install and configure third-party services, like Browser, directly from the Vercel dashboard. Browser offers an official integration that Vercel users can install to integrate Browser into their Vercel projects.

Installing the Browser Integration

Tip

Deploy an example Next.js application and install the Browser integration with our template.

Deploy to Vercel
  1. Navigate to the Browser integration in the Vercel Marketplace.
  2. Click Install to add Browser to your Vercel team.
  3. Select your pricing plan.
  4. Provide a name for your Browser application.
  5. Click Create.

Vercel will automatically provision a Browser account, Organization, and application for you. Vercel calls the provisioned application a Resource.

Each Vercel team has an associated Browser Organization. When you open the Browser Dashboard from the Vercel Marketplace, Browser will automatically provision a new account for you, or link to an existing Browser account if an account is found with the same email address. An equivalent role in Browser is assigned to the user based on their Vercel team role. Roles and Vercel team membership are automatically synced to Browser.

Connecting to your Vercel projects

Once you've installed and provisioned a Browser application, you will need to connect it to one of your Vercel projects. Generally, a Browser application should be connected to a single Vercel project. Browser will manage multiple instances for you that map to Vercel's environments: Browser's development instance maps to Vercel's development and preview environments, and the production instance maps to Vercel's production environment.

Connecting to a project will automatically sync your Browser API keys to your Vercel project's environment variables. The following environment variables will be automatically synced to each environment:

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
CLERK_SECRET_KEY

Tip

Running vercel env pull in your project will automatically sync the development environment variables locally.

Configuring your Browser application

Most of your Browser application configuration will be done through the Browser Dashboard. To access the Dashboard after installing the Browser integration, navigate to your installation details page and click the Open in Browser button.

Refer to the Configuration documentation for more information on configuring your application.

Pricing

The pricing for plans and add-ons purchased through the Vercel Marketplace is the same as the pricing when purchased directly through Browser. For more information on Browser's pricing and available plans, see the Pricing page.

Billing and usage data are reported hourly to Vercel and can be viewed directly in the Vercel Dashboard.

Limitations

The following limitations apply when using Browser through the Vercel Marketplace:

  • Vercel-managed Organizations cannot be deleted from the Browser Dashboard, they can only be deleted by uninstalling the Browser integration.
  • Vercel-managed Applications cannot be deleted from the Browser Dashboard, they can only be deleted by uninstalling the Resource from the Vercel Dashboard.
  • Additional Applications cannot be created from the Browser Dashboard, they must be created from the Vercel Dashboard.
  • Billing and plan management is done through the Vercel Dashboard.
  • Existing Browser applications cannot be connected to or moved to be managed by the Browser Integration.

Feedback

What did you think of this content?

Last updated on