deploying-to-globe

Automate Dart and Flutter app deployments to Globe.dev with globe.yaml and CLI workflows.

3|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/invertase/agent-skills --skill deploying-to-globe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploying-to-globe
Source: https://github.com/invertase/agent-skills/tree/main/skills/globe
Command: npx skills add https://github.com/invertase/agent-skills --skill deploying-to-globe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers deploy, configure, and manage Dart/Flutter apps on Globe.dev, removing the complexity of serverless deployments and domain setup.

Core Features & Use Cases

  • Deployment guidance and best practices for Globe.dev, including cron jobs, static assets, and regions
  • Configuring globe.yaml, Globe KV, Globe DB, and Globe AI integration
  • Use Case: When you need to push a new Dart Frog or Shelf app to edge locations with automated deployment and monitoring

Quick Start

After installing, use the globe CLI to connect your project, deploy to a preview environment, and then promote to production. For example: globe login, globe link, globe deploy.

Frequently Asked Questions about deploying-to-globe

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Dart Frog or Flutter app to the edge using Globe.dev?

To deploy a Dart Frog or Flutter app to the edge using Globe.dev, use the globe CLI to connect your project, configure globe.yaml, and run globe deploy to push to a preview environment before promoting to production.

What is the best way to configure cron jobs and static assets for a Dart serverless deployment?

Configuring cron jobs and static assets for a Dart serverless deployment involves defining them within your globe.yaml file, enabling automated execution and edge distribution alongside your main Dart or Flutter application.

Can I use Globe KV and Globe DB with a Flutter app during serverless deployment?

Yes, you can use Globe KV and Globe DB with a Flutter app by configuring the integrations in your globe.yaml file, allowing stateless edge deployments to access managed storage and database services.

Does the globe CLI workflow support environment portability for Dart apps?

Yes, the globe CLI workflow enforces environment portability for Dart apps by utilizing built-in validation scripts and requiring stateless design, ensuring consistent behavior across preview and production environments.

What are the limitations when deploying Dart apps to edge locations with Globe.dev?

Deploying Dart apps to edge locations with Globe.dev requires adhering to stateless design constraints and environment portability, meaning applications must rely on Globe KV or DB for state rather than local memory.