orkify
You’re running a few JavaScript apps on a VPS. Maybe a systemd unit, maybe PM2. It works — until you need error tracking so you add Sentry, deploys so you write a bash script, monitoring so you set up Grafana, and alerts so you wire up a Discord bot. Suddenly you’re maintaining five tools to run one app.
orkify replaces all of that. Process management, real-time monitoring, error tracking, rolling deployments, alerts, and even customer support chat — one CLI and one dashboard for your own infrastructure. Starting at $4.99/month for the dashboard, free and open source for the CLI.
Process Management
Lightweight daemon that keeps your apps running. Fork mode, cluster mode with automatic worker management, memory threshold restarts, cron tasks, and zero-downtime reloads. Think PM2 but built for modern JavaScript — ES modules, worker threads, and clusters work out of the box.
Error Tracking
Captures uncaught exceptions with full stack traces and automatic source map resolution. Errors are grouped by fingerprint so you see unique issues, not thousands of duplicates. Stack traces link back to your original source code. No Sentry needed.
Rolling Deployments
orkify deploy pack creates a versioned artifact, uploads it, and rolls it out across your hosts with zero downtime. Live rollout progress in the dashboard, deployment history, one-click rollbacks. Secrets are encrypted and synced to your servers automatically.
Real-time Monitoring
Live CPU, memory, and event loop metrics from all your hosts in one dashboard. Historical data, per-worker breakdowns, and multi-server overview. No Prometheus/Grafana stack to maintain.
Alerts
CPU, memory, and heartbeat alerts delivered to Discord and Slack via webhooks. If your server goes offline at 3am, you’ll know before your users do.
Built-in Cache
In-memory LRU cache shared across cluster workers via IPC. TTL expiration, tag invalidation — no Redis needed. Comes with first-class Next.js integration for ISR and 'use cache'.
MCP Server
A built-in Model Context Protocol server that lets AI coding assistants inspect logs, check process status, and trigger deployments. Ask Claude or Cursor to debug your production issue.
Support Chat Widget
Embeddable widget that routes customer messages to Discord threads in real time. Your team replies in Discord, the customer sees it instantly. No Intercom needed.
Teams
Role-based permissions, project-scoped API keys, encrypted secrets, and database-level data isolation. Works for solo devs and scales to teams.
The CLI is free and open source under the Apache 2.0 license. Check the docs to get started.
orkify is available on npm, GitHub, and the dashboard is at orkify.com.