Welcome to LaunchVerseQuickstartDashboard OverviewImporting Projects
LaunchVerse ForgeScale-to-ZeroEnvironment Variable VersioningRollbacks & PromotionsPreview Environments
Helix CopilotEphemeral SandboxesAI Log Explainer
The LaunchVerse EdgeCustom Domains & TLSDomain PurchasingTwo-Factor Authentication (TOTP)IP Allowlists
Managed DatabasesDatabase Backups & RestoresLog DrainsObservability
Project GroupsRole-Based Access Control (RBAC)
Student ProgramDeveloper Streaks
AuthenticationProjectsDeploymentsDomainsDatabasesError Codes & Conventions
Changelog
Deployment GuideEnvironment Variables & SecretsTeam ManagementWeb ShellHow Builds Work (Forge)
JavaScript SDKPython SDK
API Reference (Redoc)

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.

    1. Autonomous deployments: Push a repo and Helix detects the stack, builds containers, and deploys — no YAML required
    2. Self-healing infrastructure: When builds fail, Helix reads logs, diagnoses root cause, and applies fixes automatically
    3. Live reasoning chain: Watch Helix think in real-time — see the analysis, the plan, tool calls, and results streamed to your dashboard
    4. Direct SSH execution: Helix connects to your infrastructure via secure SSH to run diagnostics, restart services, and fix config issues directly in containers
    5. GitHub PR automation: Helix analyzes failures, writes code fixes, opens pull requests, and merges when CI passes
    6. Infrastructure management: Scale instances, manage databases (PostgreSQL, MySQL, Redis, MongoDB), configure domains with automatic SSL, and set up cron jobs — all through natural language
    7. Environment secrets: Add, update, and rotate environment variables with automatic redeployment
    8. 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

    1. Transform isolated apps into cohesive microservice ecosystems
    2. Zero-config internal networking with auto-generated DNS aliases
    3. Automated group-level secret injection
    4. Dependency-aware deployments (databases boot before apps)
    5. Visual project canvas support for group architectures

2026 — Q2

May 2026

PR Preview Enhancements

    1. Preview environments now support per-preview environment variable overrides
    2. Teardown grace period extended to 24 hours
    3. Auto-deploy on PR sync is now configurable per project

Database Provisioning

    1. Added support for DragonFly and KeyDB
    2. Database credential rotation via API
    3. Point-in-time recovery for PostgreSQL instances

Platform Stability

    1. Improved build queue fairness — long-waiting builds now get priority
    2. Reduced cold-start times by 40% for Node.js applications
    3. Enhanced auto-rollback health probe with configurable thresholds

April 2026

Initial API v1 Release

    1. Stable REST API at /api/v1 with authentication, projects, deployments, and domains endpoints
    2. OpenAPI 3.1 specification available at /api/v1/openapi.json
    3. Cursor-based pagination for all list endpoints
    4. Rate limiting with per-token tracking

Managed Databases

    1. PostgreSQL, MySQL, MariaDB, MongoDB, and Redis support
    2. Automated daily backups with 7-day retention
    3. Public access toggle for external tooling

March 2026

    1. GitHub App integration for auto-deployments
    2. Custom domain support with automatic Let's Encrypt TLS
    3. Team management with role-based access control
    4. Two-factor authentication (TOTP)
Edit this page on GitHub↗