Getting started with Globe
Get started with Globe by installing the Dart SDK, creating an account, and choosing between CLI or GitHub integration for deploying Dart and Flutter applications.
Deploy your first Dart or Flutter application in minutes. Complete the prerequisites below, then choose a deployment method that fits your workflow.
Prerequisites
Before deploying, make sure you have the following:
- Dart SDK Installed — Install Dart
- A Globe.dev account — Sign up or log in
Choose Your Deployment Method
Globe supports two deployment methods. Choose based on your workflow:
| Method | Best For | How It Works |
|---|---|---|
| Globe CLI | Local development, quick iteration, manual control | Run globe deploy from your terminal |
| GitHub Integration | Teams, CI/CD, automatic deployments | Push to GitHub and Globe deploys automatically |
New to Globe? Start with the CLI to understand the deployment process, then add GitHub integration for automation later.
Set Up the Globe CLI
Install the CLI and deploy from your terminal. Great for local development and quick iteration.
Connect GitHub
Enable automatic deployments on every push. Perfect for teams and Git-based workflows.
Once you've set up your deployment method, head to the Quickstart to deploy your first app.
