System operational

Ship config changes
without deploying

A developer-first platform for managing configurations, content, and webhooks. Update your games and apps in production without touching your codebase.

api-example.js
// Fetch configs from your game client
const response = await fetch('https://api.tweakpanel.com/v1/configs', {
  headers: { 'X-API-Key': process.env.TWEAKPANEL_KEY }
});

const { configs } = await response.json();

// Use configs in your game
game.setMaxPlayers(configs.max_players);  // Update instantly

For games. For apps. For any software.

Update your product in real-time without code changes

FOR GAMES

Ship balance changes instantly

Online multiplayer games

Tweak weapon damage, character stats, spawn rates, or match timers during live gameplay. No downtime. No patches.

weapon_damage: 45 → 42

Live events & seasons

Enable special events, limited-time modes, or seasonal content on schedule. Update loot tables and rewards dynamically.

halloween_event: enabled

Module updates

Enable/disable game features, A/B test mechanics, or roll out experimental systems to specific player segments.

new_ui_system: beta_testers_only
FOR APPS

Update design & behavior live

Theme & branding

Change colors, fonts, button styles, or entire themes instantly. Run seasonal promotions or test new designs without app updates.

primary_color: "#10b981"

Content moderation

Update banned words lists, spam filters, or moderation rules in real-time. Respond to trends and threats immediately.

banned_words: [... +3 new]

Feature flags & limits

Control rate limits, API quotas, feature access, or experimental features. Kill switches for emergencies.

max_uploads_per_day: 100 → 50
No app store approval wait
No forced user updates
No deployment downtime

Runtime configs

Update game settings without redeploying. Changes propagate instantly to all clients.

In-game news

Publish announcements and updates directly to your game. Schedule posts per environment.

Event webhooks

Get notified on config changes. Integrates with Discord, Slack, or custom endpoints.

Secure by default

API key authentication. Rate limiting. Environment isolation. Everything you need.

Version control

Every change tracked. Roll back anytime. Full audit trail of who changed what and when.

Team management

Invite teammates. Role-based permissions. GitHub-style organizations for multiple games.

Built for performance

Infrastructure that scales with your game

99.9%
Uptime guarantee
<50ms
P95 response time
API requests/month

Integration in minutes

  • RESTful API with OpenAPI spec
  • SDKs for Unity, Unreal, and web
  • Type-safe config definitions
  • Local development mode
# Install SDK
npm install @tweakpanel/sdk
# Initialize client
const client = new TweakPanel({
apiKey: 'tp_live_...',
env: 'production'
});
# Fetch configs
const configs = await client.getConfigs();

Start shipping faster

Join game and app developers using TweakPanel to iterate quickly without deployments

Free for solo developers • No credit card required