New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@workflow/web

Package Overview
Dependencies
Maintainers
11
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workflow/web

Workflow Observability UI

Source
npmnpm
Version
4.0.1-beta.1
Version published
Weekly downloads
827K
1.55%
Maintainers
11
Weekly downloads
 
Created
Source

@workflow/web

A Next.js-based web interface for inspecting workflow runs, steps, streams, and events. This package is designed to be launched from the @workflow/cli package with the --web flag, e.g. workflow inspect runs --web. It can also be self-hosted to provide a standalone observability UI.

Installation

For End Users

When published to npm, install globally:

npm install -g @workflow/cli
# or
pnpm install -g @workflow/cli

Usage

Via CLI

The primary way to start using the web UI is through the CLI:

# Basic usage - view local runs in web UI
wf inspect runs --web

# Viewing remote production data
wf inspect events --web \
  --backend=vercel \
  --env=production \
  --project=my-project \
  --team=my-team

Once the web UI is started, you can use it to navigate and inspect all available workflow-related data.

Contributing

Development Workflow

In the packages/web directory, run the server live:

pnpm dev

Then use the web config to point to your local or remote workflow data.

FAQs

Package last updated on 22 Oct 2025

Related posts