Getting Started

Infrastructure

Frameworks

Globe is framework-agnostic and supports any Dart-based project that can be built without additional tooling. If your framework does not require extra setup or custom build steps, it will work on Globe by default.

For supported frameworks with specific build requirements, Globe applies preconfigured framework presets that detect and run the necessary build commands automatically. This includes support for tools like build_runner and melos.

You can also configure a custom build command for frameworks not yet supported by presets.

Supported frameworks

Globe currently includes presets for:

  • Dart Shelf: Minimal HTTP server framework for Dart.
  • Dart Frog: File system-based routing framework for Dart.
  • Flutter Web: Frontend framework for building SPAs and web applications.
  • Jaspr: Modern web framework for building websites in Dart.

More frameworks are in progress. To request support for a specific framework, submit a feature request.