Feature flags, simplified

Ship features with confidence, not anxiety.

Togul gives your team fine-grained control over feature releases. Roll out gradually, target specific users, and kill switches instantly — all without redeploying.

Targeting rules
Real-time analytics
Team permissions
Multi-environment
Server – TogulClientTypeScript
import { TogulClient } from "@togul/js/server";

const client = new TogulClient({
  baseUrl: "https://api.togul.com",
  apiKey: "your-environment-api-key",
  environment: "production",
});

const enabled = await client.isEnabled("new-dashboard", {
  user_id: "user-123",
  country: "TR",
});
Built for developers

Integrate in minutes, not days.

A lightweight SDK and a clean REST API. Get flag decisions in your app with just a few lines of code.

Releases

Gradual rollouts

Release to 1% of users first, then scale up. Define rules by user attributes, percentages, or segments.

Analytics

Usage insights

See how many times each flag is evaluated, which values are returned, and spot anomalies early.

Access control

Team permissions

Assign roles, manage invitations, and audit who changed what — all in one place.

Environments

Dev, staging, prod

Separate flag configurations per environment. Test safely without affecting production users.

From first flag to full-scale operations.

Togul grows with your team. Start with a single flag, scale to hundreds — without losing visibility or control.

Flags
Smart evaluation

Rules are evaluated by priority. When nothing matches, the default value kicks in. Always predictable.

Usage
Real-time monitoring

Daily evaluations, trend comparisons, and quota tracking — no surprises at the end of the month.

Projects
Organized by project

Group flags and environments by project. Keep things clean as your team and product grow.

Security
Audit everything

Every change is logged. Roles, API keys, and exports are always behind proper permissions.

Simple pricing

Start free. Scale as you grow.

No hidden fees, no surprise charges. Upgrade when you need more.

Free

Free
  • 3 environments
  • 50 flags
  • 3 seats
  • 10k evaluations / mo
Most popular

Pro

$10/ month
  • 10 environments
  • 500 flags
  • 15 seats
  • 500k evaluations / mo

Enterprise

$300/ month
  • Unlimited environments
  • Unlimited flags
  • Unlimited seats
  • Unlimited evaluations / mo
Why teams choose Togul
Less complexity. More control.

Feature flags shouldn't require a PhD. Togul keeps things simple so you can focus on building.

Developer-first SDK

Clean API, strong types, fast evaluation. Integrate in under 5 minutes.

Clear dashboard

See all your flags, rules, and environments at a glance. No clutter.

No extra tools needed

Permissions, exports, billing, and team management — all inside Togul.

Ready to start?

Start shipping features fearlessly.

Create your workspace, set up your environments, and deploy your first feature flag in minutes.