Changelog
All notable changes to Launchverse are documented here.
2026 — Q3
July 2026
Helix — Your Autonomous AI Engineer
Helix is Launchverse's built-in AI cloud engineer that deploys, diagnoses, and fixes infrastructure autonomously. Just tell it what you need in plain English.
- Autonomous deployments: Push a repo and Helix detects the stack, builds containers, and deploys — no YAML required
- Self-healing infrastructure: When builds fail, Helix reads logs, diagnoses root cause, and applies fixes automatically
- Live reasoning chain: Watch Helix think in real-time — see the analysis, the plan, tool calls, and results streamed to your dashboard
- Direct SSH execution: Helix connects to your infrastructure via secure SSH to run diagnostics, restart services, and fix config issues directly in containers
- GitHub PR automation: Helix analyzes failures, writes code fixes, opens pull requests, and merges when CI passes
- Infrastructure management: Scale instances, manage databases (PostgreSQL, MySQL, Redis, MongoDB), configure domains with automatic SSL, and set up cron jobs — all through natural language
- Environment secrets: Add, update, and rotate environment variables with automatic redeployment
- Watchdog mode: Helix runs continuously in the background — when issues arise, it springs into action autonomously based on your configured trust level
Smart Project Groups
- Transform isolated apps into cohesive microservice ecosystems
- Zero-config internal networking with auto-generated DNS aliases
- Automated group-level secret injection
- Dependency-aware deployments (databases boot before apps)
- Visual project canvas support for group architectures
2026 — Q2
May 2026
PR Preview Enhancements
- Preview environments now support per-preview environment variable overrides
- Teardown grace period extended to 24 hours
- Auto-deploy on PR sync is now configurable per project
Database Provisioning
- Added support for DragonFly and KeyDB
- Database credential rotation via API
- Point-in-time recovery for PostgreSQL instances
Platform Stability
- Improved build queue fairness — long-waiting builds now get priority
- Reduced cold-start times by 40% for Node.js applications
- Enhanced auto-rollback health probe with configurable thresholds
April 2026
Initial API v1 Release
- Stable REST API at
/api/v1with authentication, projects, deployments, and domains endpoints - OpenAPI 3.1 specification available at
/api/v1/openapi.json - Cursor-based pagination for all list endpoints
- Rate limiting with per-token tracking
Managed Databases
- PostgreSQL, MySQL, MariaDB, MongoDB, and Redis support
- Automated daily backups with 7-day retention
- Public access toggle for external tooling
March 2026
- GitHub App integration for auto-deployments
- Custom domain support with automatic Let's Encrypt TLS
- Team management with role-based access control
- Two-factor authentication (TOTP)