How Apps Work
Every app gets its own subdomain. Learn how Mutar routes requests to your deployed WASM apps.
www.mutar.dev
The main marketing site and application shell (this page).
api.mutar.dev
The REST API for managing applications, authentication, and deployment.
your-app.mutar.dev
Any other subdomain routes directly to your deployed WASM application. The HTTP request is forwarded to your code inside a secure sandbox.