v1.0.0 ยท npm ยท GitHub

๐Ÿ“Š MonForge

Your production health dashboard in the terminal.
Sentry ยท Crashlytics ยท App Store ยท Google Play โ€” one command.

$ npm install -g monforge click to copy
Terminal
# Check your production health in one command
$ monforge status
 
โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•—
โ•‘ ๐Ÿ“Š MonForge โ€” Health Dashboard โ•‘
โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•
 
โ”Œโ”€ Application Health โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ ๐ŸŸข Sentry Crash-free: 99.72%
โ”‚ Users: 99.85% Crashes: 142 ANR: 0.03%
โ”‚ ๐ŸŸก Crashlytics Crash-free: 97.80%
โ”‚ Users: 98.10% Crashes: 891 ANR: 0.42%
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
 
โ”Œโ”€ App Store Ratings โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ โ˜…โ˜…โ˜…โ˜…โ˜… 4.7 App Store (12,847 reviews)
โ”‚ โ˜…โ˜…โ˜…โ˜…โ˜† 4.3 Google Play (8,291 reviews)
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
 
# View top errors across all providers
$ monforge errors --limit 5

4 Providers, One CLI

Aggregate production data from all your monitoring sources.

๐Ÿ” Sentry Errors

Error tracking, crash-free rate, issue management via Sentry API.

errors crash-rate stats

๐Ÿ”ฅ Crashlytics Crashes

Firebase crash analytics, ANR tracking, crash-free users percentage.

crashes ANR stats

๐ŸŽ App Store Reviews

App Store Connect reviews, ratings, and version-specific feedback.

reviews ratings

๐Ÿค– Google Play Ratings

Google Play Developer API reviews, ratings, and user feedback.

reviews ratings

Features

Everything you need to monitor production health from the command line.

๐Ÿ“Š

Unified Dashboard

Combine crash rates, error counts, ratings, and reviews in a single terminal view.

๐Ÿšจ

Custom Alerts

Set threshold rules for crash rates, ANR, ratings. Get notified when things break.

๐Ÿ“

Health Reports

Generate markdown or plain text reports with crash-free rate, top errors, and rating trends.

โญ

Review Viewer

Browse App Store and Google Play reviews right in your terminal. Filter by platform.

๐Ÿ›

Error Explorer

List top errors from Sentry and Crashlytics sorted by frequency and impact.

โš™๏ธ

Easy Config

Simple key-value config for provider tokens. Stored locally at ~/.monforge/.

Quick Start

Get started in seconds.

npm install -g monforge Install globally
monforge config set sentry.authToken <token> Configure Sentry
monforge status View health dashboard
monforge errors --limit 10 List top errors
monforge reviews ios View App Store reviews
monforge alerts set "crash-rate > 1" Set a crash rate alert
monforge report --format md Generate a health report

Part of the Forge Ecosystem

10 CLI tools for full-cycle app development & deployment.