All Docs
FeaturesSaaS FactoryUpdated March 11, 2026

Introducing the Template & Plugin Marketplace

Introducing the Template & Plugin Marketplace

Version: 1.0.145

The biggest friction point in starting a new product is the blank-canvas problem — even when you have a great idea, the first few days are consumed by boilerplate: setting up repos, wiring CI, designing an initial schema, and scaffolding the UI. Starting today, SaaS Factory eliminates that friction entirely with the Template & Plugin Marketplace.


What Is It?

The Template Marketplace is a browsable gallery of curated, production-ready starter templates for specific product verticals. Pick a template, click Create Project, and the platform takes care of everything else — repository, pipeline, database, environment variables, and an initial feature backlog are all provisioned automatically.

From there, the full autonomous agent pipeline picks up where the template leaves off. Your product is not frozen at the scaffold — it keeps getting better, automatically.


Available Template Archetypes

Templates are organized along two axes: structural archetype and business vertical.

Structural Archetypes

ArchetypeBest For
b2b-saasMulti-tenant SaaS products with team/org management, billing, and role-based access
multi-userConsumer apps or internal tools with individual user accounts
single-userPersonal productivity tools, desktop-class web apps, solo-operator utilities
open-appPublic-facing apps with no authentication requirement

Example Vertical Starters

  • SaaS CRM — Lead pipeline, contact management, activity feed, email integration hooks
  • AI Chatbot — LLM-connected chat UI, conversation history, prompt management, usage metering
  • Developer Tool — API key management, usage dashboards, webhook infrastructure, docs scaffold
  • Marketplace — Buyer/seller roles, listing management, transaction flow, review system

More verticals are added continuously by the platform team and community contributors.


How It Works

1. Browse the Gallery

Open the New Project flow and switch to the Start from Template tab. Each template card shows:

  • A short description of the product archetype
  • The structural base (b2b-saas, multi-user, etc.)
  • Key technical inclusions (auth strategy, billing setup, DB schema highlights)
  • A live preview link where available

2. Fork with One Click

Click Use Template on any card. The platform will:

  1. Scaffold a new repository pre-populated with the starter code
  2. Provision a Postgres database with the template's baseline schema
  3. Wire up the CI/CD pipeline and Vercel deployment
  4. Pre-populate required environment variables
  5. Generate an initial feature backlog based on the vertical

The entire process completes in under two minutes.

3. Let the Agents Take Over

Once the project is live, the autonomous pipeline runs exactly as it does for any other SaaS Factory product. Feature discovery, architect decomposition, PR automation, testing, and release management all continue on top of the template scaffold. The template is a starting point — not a ceiling.


Publishing a Template

Both the platform team and community members can contribute templates to the marketplace.

Community Submissions

To submit a template:

  1. Build your starter in a SaaS Factory project using an existing archetype as the base.
  2. Open the project settings and select Publish as Template.
  3. Provide a title, description, vertical category, and (optionally) a preview URL.
  4. Submit for review. The platform team reviews submissions for quality and security before listing.

Platform-Team Templates

First-party templates are maintained in the template/ directory of the platform monorepo. The four existing variants (b2b-saas, multi-user, single-user, open-app) are now surfaced as official starters in the gallery and will be kept up to date with each platform release.


Why Templates Matter

The fastest path to a great product is starting with a pattern that already works. Templates compress days of setup into minutes, meaning:

  • Faster time-to-first-value — Users experience a working, deployed product before they've had time to second-guess the idea.
  • Higher quality foundations — Every template bakes in the platform's best practices for auth, billing, observability, and compliance from day one.
  • Community growth flywheel — As more teams publish their scaffolds, the marketplace improves, attracting new users who discover the platform through a compelling starter.

Compatibility

  • Requires SaaS Factory platform v1.0.145 or later.
  • All existing projects are unaffected — the marketplace is additive and only applies to new project creation.
  • Forked templates are fully owned by the creating workspace and are not tied to the original template after creation.