Skip to content

thinkgrid-labs/checkgate

Repository files navigation

Checkgate Logo

Checkgate — Feature Flags Without the Round-Trip.

CI License: MIT npm @checkgate/node npm @checkgate/web npm @checkgate/react-native

Checkgate is an open-source feature flag engine that evaluates flags locally — no network call, no latency, no SaaS vendor. Every flag decision happens inside your process in sub-microseconds, while a persistent SSE stream keeps every SDK instance in sync within 50 ms of a change.

It is proudly built in Rust and ships with native SDKs for Node.js (NAPI), browsers (WebAssembly), React Native (JSI), and Flutter (FFI). A persistent SSE stream propagates flag changes to every connected SDK instance in under 50 ms.

Explore the Documentation →


Features

  • Sub-microsecond evaluation — flags are evaluated entirely in local memory
  • Real-time updates — SSE push, not polling; changes land in < 50 ms
  • Targeting rules — match by any user attribute (email, plan, region, …)
  • Percentage rollouts — deterministic MurmurHash3 bucketing; sticky and independent per flag
  • Rust evaluation core — compiled to NAPI, WASM, JSI, or FFI depending on platform
  • Self-hosted — single binary + PostgreSQL + Redis; your data never leaves your infra

Screenshots

Dashboard shown with example data for a fictional company, Vantage Robotics.

Dashboard overview — flag counts, rollout status, and recent activity at a glance.

Dashboard overview

Feature flags — tags, types, rollout percentage, and one-click enable/disable per environment.

Feature flags list

Flag editor — targeting rules, tags, ownership, and prerequisite (dependent) flags.

Flag editor

Change requests — require a second reviewer before a flag change takes effect in sensitive environments; self-approval is blocked.

Change requests

Cross-environment diff — see what's different between environments before promoting, with a one-click sync.

Compare environments

Personal access tokens — scoped, revocable API credentials for CI/CD and Terraform, as an alternative to admin-equivalent SDK keys.

Personal access tokens

Environments — isolate configuration across Production, Staging, UAT, and Development, with per-environment approval gates.

Environments

Collapsible sidebar — reclaim screen space on data-dense pages; the whole dashboard is full-width by default.

Collapsed sidebar


Documentation

Topic Link
Why Checkgate / comparisons What is Checkgate?
System architecture Architecture
Flags, rules, rollout concepts Core Concepts
Step-by-step setup Getting Started
REST API + SSE stream reference API Reference
Node.js SDK SDK: Node.js
Web (WASM) SDK SDK: Web
React Native (JSI) SDK SDK: React Native
Flutter (FFI) SDK SDK: Flutter
Docker, AWS, env vars Self-Hosting
Enterprise Setup & Migration Enterprise Setup & Migration

Contributing

See CONTRIBUTING.md.

License

MIT — see LICENSE.

About

Checkgate — Feature Flags Without the Round-Trip.

Topics

Resources

License

Contributing

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors