outseta
Installation
SKILL.md
Outseta Synopsis
Outseta is an all-in-one operating system for SaaS founders, combining CRM, authentication, billing, and customer support into a single platform. It is designed to handle the "business logic" of a SaaS product so developers can focus on the "functional logic."
Core Architecture
1. Relational Data Model (B2B First)
Outseta's CRM is structured to support team-based SaaS out of the box:
- Person: An individual user identified by a
Uid. - Account: A company or team entity. This is where Subscriptions and Billing reside.
- PersonAccount: A join entity linking People to Accounts. This allows for complex relationships where one user can be part of multiple organizations.
- Source of Truth: Treat Outseta as the primary source of truth for identity and payment status.