Skip to main content

Globe 🌐

Globe is a deployment platform for Dart developers, that allows you to deploy your Dart Frog backend to a globally distributed service without the need to manage servers, networks, or scaling. They provides a seamless developer experience for deploying and managing Dart Frog projects.

Prerequisites

Before you get started, if you don't already have a free Globe Account, you'll need to create one.

info

Globe is currently in public preview.

Additionally, you'll need the globe command line interface (CLI) installed on your computer.

Finally, you'll want to log in to globe by running:

globe login

Deploying

1. Deploy your API for production

In order to deploy, you can simply run:

globe deploy --prod

2. Enjoy your API on Globe!

Congratulations 🎉, you have successfully built and deployed your API on Globe. You can now access your API at the Deployment URL that is available through the Globe dashboard.

Additional Resources