BookSlash for Vercel · Engineering

b/deploy.
b/preview. b/prod.

Vercel projects accumulate URLs fast: the production deploy, the latest preview, the env settings, the analytics dashboard. BookSlash gives each one a name your whole team agrees on, so design and product can reach the latest preview without an engineer pasting the URL.

prod

resolved

Vercel

vercel.com/

landed in 38ms

other shortcuts you might save

b/prodb/deployb/previewb/env

Suggested slug patterns

Steal these. They work for most teams.

Battle-tested shortcut conventions for Vercel, with notes on why each one survives the URL changes that break personal bookmarks.

  • b/prod

    The production app URL (canonical domain).

    Ops, support, and marketing all need this. Saving it as a slug stops the recurring "what’s our production URL?" question.

    https://{your-app}.com
  • b/deploy

    The Vercel deploys dashboard.

    Engineers check it after every merge; saving the URL is faster than navigating Vercel’s sidebar.

    https://vercel.com/{team}/{project}/deployments
  • b/preview

    The latest preview deploy.

    Designers and PMs request this constantly. b/preview always shows the latest.

    https://{project}-git-main-{team}.vercel.app
  • b/env

    Environment variables page for the production environment.

    Engineering leads need it during incidents; saving it as a slug avoids the multi-click navigation.

    https://vercel.com/{team}/{project}/settings/environment-variables
  • b/analytics

    Vercel Web Analytics dashboard.

    Marketing and growth teams check it daily; engineering owns the slug.

    https://vercel.com/{team}/{project}/analytics
  • b/logs

    Production runtime logs.

    On-call engineers reach this during alert investigation. Pairs with b/dash (Datadog) for full coverage.

    https://vercel.com/{team}/{project}/logs

Common workflows

Three patterns that pay back in week one.

01

Design review with the latest preview

b/preview points at the project’s "latest preview deploy" URL, which Vercel updates automatically on every preview build. Designers and PMs reach the freshest preview without an engineer pasting the URL into Slack — the slug always shows the latest.

02

Production health check during incidents

When an alert fires, the on-call engineer types b/prod to confirm the symptom is reproducible, then b/logs to inspect runtime errors, then b/deploy to identify the offending deployment. Three slugs, one keystroke each.

03

Stakeholder-facing analytics

Marketing reviews b/analytics weekly. The slug points at the Vercel Web Analytics dashboard; the destination URL never changes even as the analytics view evolves.

With and without

Same Vercel. Different team experience.

Without shortcuts

Designers ping engineers for the preview URL after every build. Marketing keeps a stale bookmark to last quarter’s analytics page. New hires take a week to memorise which Vercel sub-domain is "production".

With BookSlash

b/prod, b/preview, b/deploy, b/env, b/analytics, b/logs. Six shortcuts, every team. Designers reach the latest preview in one keystroke; ops reaches production logs in another.

Frequently asked

BookSlash + Vercel

It points at whichever URL you tell it to. Most teams use Vercel’s "latest preview" alias (e.g., my-project-git-main-org.vercel.app), which Vercel rotates automatically. Some teams use a per-PR convention: b/preview-pr-1234.

No — slugs are URL → URL redirects. Triggering a deploy is a Vercel CLI / API action. Most teams put a slug at the deploy hook URL (b/redeploy) so non-engineers can re-trigger known-safe rebuilds.

Namespace per project: b/prod-marketing, b/prod-app, b/prod-docs. Or use a per-team prefix: b/eng-prod, b/marketing-prod. The b/ stays constant; the segment after is the project.

Not natively today, but the BookSlash API lets you update slugs from CI. Many teams call the BookSlash API in their post-deploy step so b/preview always points at the freshest preview without manual edits.

Start with one team. Roll out when it sticks.

Your stack. Your shortcuts.
One keystroke for everyone.

2,400+ teams reach every important destination in their stack with a single keystroke. Save the first slug in 30 seconds.

Free for personal use · No credit card · 14-day team trial

BookSlash for Vercel — Shortcuts to deploys, previews, and production · BookSlash