Quickstart
Deploy your first application on LaunchVerse in under three minutes using our automated Git integration.
1. Create an Account
Sign up at launchverse.app using your GitHub account or an email address.
> [!TIP]
> If you are a student, check out our Student Program to verify your status and receive platform credits.
2. Import a Project
LaunchVerse supports multiple ways to import your code:
- GitHub Integration: Navigate to your Dashboard, click New Project, and authorize the LaunchVerse GitHub App. Select the repository you want to deploy.
- Third-Party Providers: You can also migrate projects seamlessly from Netlify or Railway using our 1-click import providers.
3. The Forge Builder Takes Over
Once you select your repository, the LaunchVerse Forge builder automatically analyzes your codebase.
- Framework Detection: Forge detects your stack (Next.js, Node.js, Python, Rust, Go, etc.) and prepares the optimized build environment.
- Customization: You can override the build command, output directory, and install command, or configure Branch Overrides for specific staging environments.
4. Deploy & Monitor
Click Deploy.
LaunchVerse will stream your build logs in real-time. If your build fails, you can instantly invoke the Helix AI Explainer to analyze the stack trace and recommend a fix.
5. Access Your App
Once the health verifier passes, your app is routed live. It is immediately available at your auto-generated your-project.launchverse.app URL with automatic HTTPS and Edge caching.