multi-tenant-platform-architecture

Document Cloudflare or Vercel multi-tenant architecture covering domain strategy, isolation, and routing.

75|6|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/mblode/agent-skills --skill multi-tenant-platform-architecture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-tenant-platform-architecture
Source: https://github.com/mblode/agent-skills/tree/main/skills/multi-tenant-platform-architecture
Command: npx skills add https://github.com/mblode/agent-skills --skill multi-tenant-platform-architecture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides architecture guidance for planning and implementing multi-tenant platforms on Cloudflare or Vercel, covering domain strategy, tenant identification, isolation, routing, per-tenant context, and plan/limit mappings.

Core Features & Use Cases

  • Guidance on platform choice (Cloudflare vs Vercel) with trade-offs for isolation and performance.
  • Domain and tenant identification strategies, routing patterns, and per-tenant context propagation.
  • Reference patterns for per-tenant static content, limits mapping, and API surface design.

Quick Start

Plan a Cloudflare or Vercel multi-tenant architecture and create a deployment plan.

Frequently Asked Questions about multi-tenant-platform-architecture

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

FAQPage Schema
How do I plan a multi-tenant architecture for SaaS on Cloudflare or Vercel?

Plan multi-tenant architecture by mapping domain strategies, tenant identification, routing, and per-tenant context propagation. It generates a deployment plan covering isolation scope, traffic routing, and limits mapping for SaaS applications on Cloudflare or Vercel.

What is the best way to isolate tenants in edge computing platforms?

Isolate tenants in edge computing platforms by defining isolation scopes across API and UI surfaces. The architecture maps tenant context flow and platform bindings to enforce boundaries and manage per-tenant static content securely.

Cloudflare vs Vercel for multi-tenant routing: which platform should I choose?

Choosing between Cloudflare and Vercel for multi-tenant routing depends on platform trade-offs for isolation and performance. The architecture guidance documents the rationale for platform choice, comparing domain management and edge computing capabilities.

How does tenant context propagation work in multi-tenant applications?

Tenant context propagation in multi-tenant applications works by routing traffic and passing tenant-specific bindings across API and UI surfaces. This ensures per-tenant data isolation and correct limits mapping throughout the request lifecycle.

Can I use custom domains for tenant identification in SaaS platforms?

Yes, you can use custom domains for tenant identification in SaaS platforms. The architecture defines domain strategies and routing patterns that map custom domains to specific tenants, propagating their context through the application's API and UI surfaces.

What are the limitations of multi-tenant isolation on edge networks?

Limitations of multi-tenant isolation on edge networks involve platform bindings and limits mapping constraints. The architecture documents these platform-specific boundaries to ensure proper tenant separation and manage static content delivery restrictions.