Mandu Deployment

Automate production deployments for Mandu applications across multiple platforms.

46|4|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/konamgil/mandu --skill mandu-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Mandu Deployment
Source: https://github.com/konamgil/mandu/tree/main/packages/mcp/src/resources/skills/mandu-deployment
Command: npx skills add https://github.com/konamgil/mandu --skill mandu-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mandu Deployment simplifies producing reliable, repeatable deployments for Mandu applications across environments, reducing manual toil and risk during releases.

Core Features & Use Cases

  • Bun-native build and run patterns that streamline production deployment
  • Environment separation guidance for development, staging, and production with platform-agnostic blueprints
  • CI/CD automation strategies and multi-platform deployment support (Render, Docker, Fly, Supabase, Vercel)

Quick Start

Follow the Render deployment blueprint to install dependencies, build the app with Bun, and start the production server.

Frequently Asked Questions about Mandu Deployment

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

FAQPage Schema
How do I automate Mandu app deployment to production with CI/CD?

Automating Mandu app deployment involves using CI/CD strategies to build with Bun and start the production server. This reduces manual toil and risk by applying repeatable deployment patterns across environments.

What is the best way to deploy a Bun-native application across multiple environments?

Deploying a Bun-native application safely requires environment separation guidance for development, staging, and production. Platform-agnostic blueprints streamline the build and run patterns for reliable releases.

Can I deploy Mandu applications using Docker, Render, Fly.io, and Vercel?

Yes, Mandu applications support multi-platform deployment targets including Docker, Render, Fly.io, and Vercel. This allows flexible hosting choices while maintaining consistent CI/CD automation and security guidance.

Do I need environment separation when deploying Mandu apps to staging and production?

Environment separation is necessary when deploying Mandu apps to staging and production to ensure safe releases. Distinct development, staging, and production environments reduce risk and maintain reliable deployment patterns.

What are the steps to deploy a Mandu app using the Render blueprint?

To deploy on Render, follow the deployment blueprint to install dependencies, build the app with Bun, and start the production server. This provides a streamlined, deterministic path for releasing your application.

Why does my Mandu production deployment require a SKILL.md frontmatter?

Mandu production deployment requires a SKILL.md frontmatter to define the name, description, metadata, and globs for the Skill Unit. This structure enables deterministic task guidance and supports optional script resources.