Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

beeps-terminal

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beeps-terminal

A terminal dashboard for managing on-call incidents via the [beeps.dev](https://beeps.dev) API. Built with [OpenTUI](https://github.com/anomalyco/opentui) and the `@beepsdev/sdk`.

latest
npmnpm
Version
0.1.1
Version published
Weekly downloads
4
-60%
Maintainers
1
Weekly downloads
 
Created
Source

beeps-terminal

A terminal dashboard for managing on-call incidents via the beeps.dev API. Built with OpenTUI and the @beepsdev/sdk.

Prerequisites

  • Bun v1.0+
  • A beeps.dev API key

Install

cd beeps-terminal
bun install

Usage

BEEPS_API_KEY=your-api-key bun start

Or with a .env file (Bun loads these automatically):

# .env
BEEPS_API_KEY=bp_live_xxxxxxxxxxxx
bun start

Environment Variables

VariableRequiredDefaultDescription
BEEPS_API_KEYYesYour beeps.dev API key
BEEPS_BASE_URLNohttps://api.beeps.dev/v0API base URL
BEEPS_REFRESH_INTERVALNo20000Auto-refresh interval in milliseconds

Keyboard Shortcuts

KeyAction
q / Ctrl+CQuit
Up / DownNavigate alerts
EnterToggle alert detail view
EscapeCollapse detail view
aAcknowledge selected alert
rResolve selected alert
eEscalate selected alert

Layout

The dashboard has two panes in a 60/40 split:

┌───────────────────────────────────┬────────────────────────┐
│                                   │                        │
│  Active Alerts                    │  On-Call Roster         │
│  (scrollable list)                │  (or Alert Detail when │
│                                   │   expanded with Enter) │
│                                   │                        │
│                                   │                        │
│                                   │                        │
└───────────────────────────────────┴────────────────────────┘
  • Left pane -- Active alerts from your beeps.dev account. Shows severity, source, assignment, and acknowledgement status. The selected alert is highlighted.
  • Right pane -- On-call roster pulled from your schedules, showing who is on call, their schedule, and when their shift ends. Press Enter on an alert to swap this pane to a detailed alert view.

FAQs

Package last updated on 02 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts