How Switchyy Works
Switchyy is engineered to sit securely between your application and your users, allowing you to toggle features, enforce maintenance modes, and manage configurations instantly—without ever writing a line of code or waiting for a CI/CD pipeline.
1. Connect Your Application
You begin by importing our ultra-lightweight SDK into your project (React, Next.js, Node, etc.). With a single API key, your application creates a secure, persistent connection to the Switchyy edge network.
2. Manage via Dashboard
Inside the Switchyy dashboard, you map out your application's features. You can create boolean toggles (Feature Flags), configure master switches (Maintenance Mode), or set up granular rules for specific user segments. Whenever you flip a switch, the dashboard commits the change to our distributed state.
3. Real-Time Edge Synchronization
Our globally distributed edge network receives your state change instantly. Thanks to WebSockets and Server-Sent Events (SSE), the Switchyy SDK in your application acts defensively. Sub-100ms after you click "Save", the new configuration is broadcasted to all active instances of your app. The UI adapts in real-time—no refresh required.