Gates
Feature flags, kill switches and experiments with Node and browser SDKs — synchronous reads, zero network on the request path. Kills propagate in ten seconds.
Gates docs
SDKs for feature flags, kill switches, experiments and user identity — plus a small REST API for waitlists. Everything you need to build on Lucerna.
SDK packages wherever one exists — the REST surface is only for what has no package.
@lucerna/gates-nodeNode & edgeFlags, kill switches and experiments on the server. Downloads your rules once, answers every check synchronously from memory.
pnpm add @lucerna/gates-node@lucerna/gates-browserBrowserReady-made decisions in the UI with a publishable client key — plus React, Preact and Astro bindings. Rules never leave the server.
pnpm add @lucerna/gates-browser@lucerna/identityUniversalOne answer to “who is the current user?” for every SDK. Keeps People up to date by itself — identify once, pass it everywhere.
pnpm add @lucerna/identityWaitlist REST APIHTTPThe one surface you call over raw HTTPS — capture signups in batches and redeem invites from your own join flow. No SDK required.
POST /sdk/v1/waitlist/signup