A resilience layer for OrbitHost that detects when apps fail and serves alternative content.
OrbitFallback provides a dual deployment approach for resilience:
GET /health - Health check endpointGET /logs - Get fallback system logs (requires authentication)GET /api/v1/projects/:projectId/fallback - Get fallback content for a path (5 free uses)POST /api/v1/projects/:projectId/snapshots - Create a snapshot (5 free uses)GET /api/v1/projects/:projectId/snapshots/:snapshotId - Get a snapshot by ID (5 free uses)GET /api/v1/projects/:projectId/snapshots - Get the latest snapshot for a path (5 free uses)POST /api/v1/projects/:projectId/fallbacks - Activate fallback for a path (5 free uses)POST /api/v1/projects/:projectId/fallbacks/:fallbackId/deactivate - Deactivate fallback (5 free uses)GET /api/v1/projects/:projectId/fallbacks - Get all active fallbacks for a project (5 free uses)
OrbitFallback provides 5 free fallbacks without requiring authentication. After that, you'll need to sign up using Clerk authentication.
Sign Up for Unlimited Access