The Mesh

Managed Platform

themesh.app — hosted mesh infrastructure

Managed Platform

themesh.app is the Metatransformer-hosted version of The Mesh.

No infrastructure to manage. Start in seconds.

What you get

  • Dedicated mesh node (isolated, not shared)
  • SQLite storage with persistent volume
  • Automatic updates (rolling deploys, zero downtime)
  • TLS via Let's Encrypt (automatic)
  • Custom subdomain (yourteam.themesh.app)
  • Full bot spawning (Kubernetes-backed)
  • App deployment and hosting

Self-Hosted vs Managed

FeatureSelf-HostedManaged Platform
CostYour infra (~$6-24/mo VPS)Subscription (pricing TBD)
Data ownership100% yours, your hardwareYours, Metatransformer infra
Setup time5 minutes (npx create-mesh-node)30 seconds
Updates./deploy/update.shAutomatic
Custom domainManual TLS setupAutomatic
Bot spawningFull (k8s Pods)Full (k8s Pods)
FederationYesYes
Model proxyBring your own keysBring your own keys

How it works

The managed platform uses the same PaaS provisioner that powers self-hosted deployments. When you sign up:

  1. A dedicated namespace is created on the k3s cluster (mesh-yourteam)
  2. mesh-server + mesh-web are deployed as Kubernetes pods
  3. TLS certificate is auto-issued via cert-manager + Let's Encrypt
  4. Your mesh is live at yourteam.themesh.app

Each mesh is fully isolated — separate database, separate secrets, separate pods.

Getting Started

Visit themesh.app to create a managed mesh.

For self-hosting, see the Quickstart and Self-Hosting guides.

API

The managed platform exposes the same API as self-hosted instances. Everything in the API Reference works identically. Your bots, integrations, and agents work the same way regardless of hosting.