Grain logomark

Remote Config

Control app behavior without code deployments. Update text, toggle features, or change colors instantly from the dashboard.

// Instead of hardcoded values...
const heroText = "Welcome!";  // Requires deploy

// Use dynamic config...
const heroText = grain.getConfig('hero_text');

// Update instantly from dashboard
// No code deployment required

Key Capabilities

Everything you need to succeed

Instant Updates

Change text, colors, or features instantly without deployments.

Cache-First

Instant load from cache with background refresh. Zero network wait.

Personalization

Show different values based on user plan, location, or attributes.

Feature Flags

Enable, disable, or gradually roll out features without code.

Dynamic Content

Update any text, labels, or colors for A/B testing.

Auto-Refresh

Background refresh at configurable intervals from 30s to hours.

Why it matters

Zero Latency

Cache-first architecture delivers instant config access.

User-Specific

Personalized values based on user properties automatically.

Kill Switch

Disable broken features instantly without deployments.

Complete Feature Set

Synchronous getConfig() for instant access
Async getConfigAsync() for fresh values
localStorage caching for persistence
Change listeners for reactive updates
User-specific personalization
Configurable auto-refresh intervals
Dashboard UI for config management
Default values for offline scenarios

Perfect For

Feature Flags

Toggle features without deployments. Roll out gradually or kill instantly.

ProductEngineering

A/B Testing

Test variants and measure performance before full rollout.

GrowthProduct

Content Management

Update messaging without code changes or engineering involvement.

MarketingBusiness

Personalization

Deliver tailored experiences based on user attributes at scale.

ProductGrowth

Deploy without deploying

Remote config included in all plans.

No credit card required