Skip to content

SaaS platform template program — implementation mapping

This page ties the ConnectSoft template program (ConnectSoft.Saas.*Template, ConnectSoft.Blazor.Shell.Saas, ConnectSoft.Extensions.Saas.*, SaaS MFE templates) to the company SaaS framework documents. It is the implementation view; the vision remains in the broader HLD and framework overview.

Scope boundary

In scope (this program) Out of scope (other initiatives)
Tenants, Product catalog, Entitlements, Billing, Metering as template repositories and ServiceModel surfaces Audit & compliance platform template
ConnectSoft.Blazor.Shell.Saas and SaaS Blazor MFE templates Notifications & webhooks platform template
ConnectSoft.Extensions.Saas.* shared libraries (multi-repo) Configuration / feature-flag platform as a dedicated template program here

The framework overview and HLD still describe the wider SaaS factory (including AI, compliance, notifications, etc.). This program narrows delivery to the core product + monetization path so teams can ship templates and libraries with clear priorities.

Document map

Company document Role
SaaS Solution Platform (product portfolio) Portfolio hub: vision, BRD, architecture, solution, backlogs, API/integration/testing blueprints
Epics and program backlog Full EPIC-SAAS-* list and order; links to factory epics file and Azure import guide
Framework overview Vision, personas, portfolio
High-level design Logical architecture, cross-cutting concerns
DDD entities specification Canonical aggregates and boundaries—each ConnectSoft.Saas.<Context>Template must align
DDD Blueprint Strategic design and context relationships

ConnectSoft.Documentation (public starters)

Implementation details for template repos, shell, MFEs, and ServiceModel live in ConnectSoft.Documentation:

  • SaaS platform — solution plan — end-to-end DDD, repos, templates, published surfaces
  • SaaS bounded contexts and ConnectSoft.Saas.*Template matrix
  • ConnectSoft.Extensions.Saas.* libraries
  • SaaS extensions and templates — epics (backlog IDs for Azure DevOps)

Repository paths in that doc repo: Docs/starters/saas-platform-solution-plan.md, etc.

Alignment rule

Any new bounded-context template under this program must:

  1. Name aggregates and relationships consistently with saas-platform-ddd-entities.md.
  2. Avoid duplicating Audit, Notifications, or Configuration domains—use integration (IDs, events) only.