Muxy

Documentation

Cookbook Guides

Real-world project setups you can copy and adapt. Each guide is a separate page with full use-case context and an explanation of every project setting.

Guide Index

Each guide has its own page with:

  • • A concrete use case.
  • • Project-setting by project-setting explanation of what it solves and how it works.
  • • Why named ports, process commands, browser sessions, setup scripts, and status checks are configured a specific way.
  • • Docker-specific operational guidance where relevant.

Next.js (No Docker)

Single-repo frontend running directly on host with Muxy-managed ports and status checks.

Open Guide

Next.js (Docker Compose)

Single frontend service in Compose, with notes on stop vs down and container-level health checks.

Open Guide

Next.js + Django Monorepo (No Docker)

Frontend and backend processes from one repo, each with dedicated reserved ports.

Open Guide

Next.js + Django Monorepo (Docker)

Containerized full-stack setup with host port mapping per workspace.

Open Guide

Next.js + Django (Separate Repos)

Cross-project pattern using workspace overrides to run both services in one context.

Open Guide