// Templates

Pre-wired assemblies for common products.

Same foundation. Decisions already made.

SaaS subscription app

Providers used

StripeResendPostgreSQL

What's wired

  • -Auth with organizations
  • -Subscription billing
  • -Email notifications
  • -Team management

What's intentionally omitted

  • -Payment forms
  • -Custom pricing logic

Internal admin tool

Providers used

PostgreSQLResend

What's wired

  • -User authentication
  • -Role-based access
  • -Email invites
  • -Audit logging

What's intentionally omitted

  • -Billing
  • -Public pages

AI SaaS baseline

Providers used

StripeResendPostgreSQL

What's wired

  • -User accounts
  • -Usage-based billing
  • -API key management
  • -Webhook handling

What's intentionally omitted

  • -AI model integration
  • -Rate limiting

// Philosophy

Templates compress decisions, not flexibility.

Each template is a starting point. Remove what you don't need. Add what you do. The same modules power every template—no special logic, no locked-in patterns.