---
name: mastra-deployer
description: Documentation for @mastra/deployer. Use when working with @mastra/deployer APIs, configuration, or implementation.
metadata:
  package: "@mastra/deployer"
  version: "1.67.0"
---

## When to use

Use this skill whenever you are working with @mastra/deployer to obtain the domain-specific knowledge.

## How to use

Read the individual reference documents for detailed explanations and code examples.

### Docs

- [Cloud providers](references/docs-deployment-cloud-providers.md) - Compare deployment options for Mastra applications across Mastra platform and supported cloud providers, then follow the provider-specific setup guide.
- [Mastra server](references/docs-deployment-mastra-server.md) - Build and deploy a production Mastra server, configure build output and public assets, run the generated application, and manage build-time settings.
- [Monorepo](references/docs-deployment-monorepo.md) - Deploy Mastra applications from pnpm, npm, Yarn, or Bun monorepos by configuring workspace packages, build commands, dependencies, and environment variables.
- [Deploy](references/docs-deployment-overview.md) - Choose how to deploy a Mastra application as a server, framework integration, monorepo service, cloud deployment, platform project, or sandbox.
- [Web framework](references/docs-deployment-web-framework.md) - Deploy Mastra alongside a Next.js or Astro application using the framework’s standard Vercel or Netlify build and deployment workflow.
- [Workflow runners](references/docs-deployment-workflow-runners.md) - Deploy Mastra workflows to specialized orchestration platforms such as Inngest or Temporal for durable execution, retries, monitoring, and resumption.

### Reference

- [Reference: Deployer](references/reference-deployer.md) - The Deployer handles the deployment of standalone Mastra applications by packaging code and managing environment files while serving applications through the Hono framework.


Read [assets/SOURCE_MAP.json](assets/SOURCE_MAP.json) for source code references.