saas-platforms

Installation
SKILL.md

SaaS Platform Development

Overview

Building Software-as-a-Service applications with multi-tenancy, subscription billing, and user management.


Multi-Tenancy

Database Strategies

// Strategy 1: Shared database with tenant_id column
interface TenantEntity {
  tenantId: string;
  // ... other fields
}
Related skills
Installs
234
GitHub Stars
13
First Seen
Jan 24, 2026