Skip to Content
ContextPinned Apps

Pinned Apps

Keep your essential tools like GitHub, PostHog, Vercel, Supabase, and more pinned right in your workspace.

What are Pinned Apps?

Pinned apps let you keep web applications accessible in a dedicated sidebar panel. Instead of switching to your browser and hunting through tabs, your tools are always one click away.

Pinning an App

  1. Open the web app in the Preview Browser (e.g., https://github.com)
  2. Drag it from the browser into your sidebar
  3. The app appears as a pinned icon in your sidebar

Using Pinned Apps

Quick Access

  • Click a pinned app icon to open it
  • Use Ctrl+1 through Ctrl+6 for keyboard shortcuts

Per-Project Sync

Pinned apps are saved per project. Your marketing site project might have:

  • Vercel (deployment)
  • PostHog (analytics)

While your API project might have:

  • Supabase (database)
  • GitHub (code)

Chromeless Interface

Pinned apps show just the web content without browser chrome, maximizing your screen space.

Common Use Cases

Development

  • GitHub - View PRs and issues
  • Vercel - Check deployments
  • Netlify - Monitor builds

Analytics

  • PostHog - Track events
  • Mixpanel - View funnels
  • Google Analytics - Check traffic

Backend

  • Supabase - Database and auth
  • Firebase - Realtime data
  • PlanetScale - MySQL database

Communication

  • Gmail - Check email
  • Slack - Team chat
  • Linear - Issue tracking

Managing Pinned Apps

Reorder

Drag and drop pinned app icons to reorder them.

Remove

Right-click a pinned app and select “Unpin” to remove it.

Refresh

Click the refresh button or press Cmd+R when focused on a pinned app.

Claude Integration

Claude can see the content of your pinned apps through MCP:

  • blueberry_open_pinned_app - Open a specific pinned app
  • blueberry_capture_webview_content - Read the text content
  • blueberry_capture_webview_screenshot - Take a screenshot

This means you can ask Claude things like “What’s the status of my latest deployment?” and it can check your Vercel dashboard.

Last updated on