Skip to main content

Fusebox for production

Real-time visibility and control over every circuit breaker, from a single dashboard.

Get started for free

No credit card required

Read the docs
Circuit Breakers6
Search...
stripe0.3%Closed
sendgrid0.1%Closed
openai0.2%Closed
redis-cache47.2%Open
s3-uploads4.1%Half-open
auth00.4%Closed

Integrate in minutes

One SDK call wraps your critical dependencies. Everything else is managed from the dashboard.

$ npm install @openfuseio/sdk
checkout.ts
import { OpenfuseCloud } from '@openfuseio/sdk';

const openfuse = new OpenfuseCloud(...);

const customer = await openfuse.breaker('stripe').protect(
  () => stripe.customers.retrieve(customerId) // calls Stripe normally
);

// See it break. Act before it spreads.
stripe
payments
error rate2%
threshold
breaker
closed

That's all the code you need. Thresholds, recovery, and sync are managed from dashboard. Read the SDK docs.

Built for reliability-first teams

See how your services degrade. Act before your users notice.

Define your trip policies

Configure exactly when and how breakers should trip. Set error thresholds, evaluation windows, and choose between opening the breaker or alerting your team. All from the dashboard.

Available on all plans
Trip Policystripe
Consecutive Windows
3
Window Duration
1m
Probe Interval
1m 45s
State Historystripe
closed
open
2m ago
by trip-policy·Error rate exceeded 50% for 3 consecutive windows
open
half-open
48s ago
by probe·Probe interval elapsed, allowing test request
half-open
closed
12s ago
by probe·Probe request succeeded

Monitor every state change

Every breaker transition is captured with full context: who triggered it, when it happened, and why. Trace incidents back to the exact moment a circuit changed state.

Managed cloud or self-hosted

Simple, transparent pricing

Start free and scale as you grow. No hidden fees or surprise charges.

Free

$0

For side projects and trying things out

Get started for free
  • 2 environments
  • 10 breakers per environment
  • 5 connected instances per environment
  • Unlimited users
  • Trip policies + manual controls
  • 7-day state history
  • Community Slack support

Starter

$99/mo

For small teams going to production

Get started for free
  • 3 environments
  • 50 breakers per environment
  • 25 connected instances per environment
  • Unlimited users
  • Slack + webhook notifications
  • 90-day audit retention
  • Email support

Business

$399/mo

For multi-team platforms at scale

Get started for free
  • 5 environments
  • 200 breakers per environment
  • 100 connected instances per environment
  • Unlimited users
  • RBAC (ops/dev/viewer)
  • 1-year audit retention
  • Priority support

Enterprise

Custom

For large platforms with compliance

Contact sales
  • Unlimited environments, breakers & instances
  • Unlimited users
  • SSO/SAML & SCIM
  • Audit exports & VPC peering
  • Data Processing Agreement
  • Named Customer Success Manager
  • Custom SLAs & 24x7 routing

Prefer to self-host? Check out the docs to get started.

Frequently asked questions

Everything you need to know about Openfuse. Can't find what you're looking for? Contact our support team.

Ready to build more resilient systems?

Start protecting your critical infrastructure in minutes. Free for up to 10 breakers on our cloud, or self-host from day one.