Welcome to LaunchverseQuickstartDashboard Overview
Deployment GuideEnvironment Variables & SecretsCustom DomainsTeam ManagementPreview EnvironmentsRollback & PromoteWeb ShellHow Builds Work (Forge)
AuthenticationProjectsDeploymentsDomainsDatabasesError Codes & Conventions
JavaScript SDKPython SDK
Changelog
API Reference (Redoc)

Quickstart

Deploy your first application on Launchverse in under five minutes.

1. Create an Account

Sign up at launchverse.app. No credit card required — start on the Free plan.

2. Connect a GitHub Repository

  1. Go to the Dashboard and click New Project.
  2. Install the Launchverse GitHub App on your repository.
  3. Select the repository you want to deploy.

3. Configure Your Project

Launchverse auto-detects your framework (Next.js, Node.js, Python, Go, etc.). You can override the build command, output directory, and install command in the project settings.

4. Deploy

Click Deploy. Your application builds and ships to a live URL in seconds. The dashboard streams build logs in real time so you can see every step.

5. Access Your App

Once the build succeeds, your app is available at your-project.launchverse.app with automatic HTTPS.

Next Steps

    1. Set up a custom domain
    2. Add a database
    3. Invite your team
    4. Explore the API
Edit this page on GitHub↗