Roadmap
What's shipped, what's planned, and what we're still exploring. Order isn't a promise of timing — just an honest look at where things stand.
Webhook Push Notifications & Alerting
ShippedRegister your own webhook URL and get notified instantly when a config variable changes, a GitHub sync fails, a rate limit is hit, or a game server reports an invalid config type — before it impacts players.
Scheduled & Recurring Config Changes
ExploringQueue a configuration change to go live at a specific time — or automate it on a recurring schedule, like doubling XP every Friday at 5PM and reverting Sunday night — without logging in to flip it yourself.
Failover Cache
ShippedA fallback Luau snippet caches your last known-good config to Roblox DataStoreService, so if ShadowConfig or a network request times out, your game boots from the cached backup instead of breaking.
Discord Bot Command Center
ShippedRun announcements, rewards, kicks, and custom in-game commands right from Discord — with live dropdowns for your games and online players, no typing usernames by hand.
GitHub Script Sync
ShippedHave Your roblox scripts update without needing to update roblox game or restart servers.
GitHub Configuration Sync
ShippedLink a public or private GitHub repository to automatically load and synchronize configuration files directly from GitHub with beautiful version history logs.
Team Access
ShippedInvite collaborators to manage configuration variables on a shared game without giving out your full account or API key. Share codes allow team members to join your game project.
Advanced Config Types
ShippedPro and Developer plans now support JSON config variables for complex data structures, while Free and Starter plans support number, string, and boolean types.
Firebase Call Optimization
ShippedImplemented in-memory caching for game data and tier information to significantly reduce Firebase read operations and improve performance.
Live Player Count Reporting
ShippedYour Roblox game reports its own live player count alongside every config sync, so the dashboard reflects real server activity instead of relying solely on the Roblox Web API.
Tier-Based Sync Speed
ShippedHigher plans sync configuration values more frequently, controlled entirely from the server so it updates automatically without needing to re-paste any script.
