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
}
Installs
311
GitHub Stars
17
First Seen
Jan 24, 2026
saas-platforms — miles990/claude-software-skills