Skip to main content
Skip to content
Kiln Dashboard screenshot

SaaS Starter

SaaS Starter: Kiln

Full auth, billing, and admin dashboard. The fastest path to a production-ready subscription product.

67 Features 1 Stacks Lifetime Updates

Compare with other Next.js SaaS boilerplates

Tier

More stacks coming soon: Django, Rails, and 11 others on the roadmap.

$199 $10050% OFFone-time
Live Demo
90
Perf*
95
A11y*
96
BP*
90
SEO*

*Audited stock-build averages. Matrix covers desktop/mobile and light/dark runs across included pages. See methodology.

Save up to 35%

Add more templates and unlock automatic bundle discounts.

Browse more templates

01Inside Kiln

Warm, bold, and immediately ownable. Kiln uses an earthy terracotta palette that cuts through the noise of blue SaaS.

Warm terracotta palette

Stand out from the sea of blue. Kiln's earthy tones feel handcrafted but deeply professional.

Marketing-first landing

Above-the-fold hero built to convert — social proof, a single high-intent CTA, and clear product hierarchy.

Bold display typography

Sora geometric sans creates visual hierarchy that guides the eye without additional UI chrome.

02What you ship

Every module is production-ready. Not a demo, not a prototype: real features you deploy from day one.

Authentication

Email/password, OAuth, MFA, session management, and password recovery.

Billing & Payments

Stripe integration, subscription management, invoicing, and usage metering.

Admin Panel

User management, role assignment, system settings, and activity monitoring.

Dashboard & Analytics

Data visualisation, charts, KPI cards, and real-time metrics.

03Architecture

Built the way your team would build it.

Every template follows the same architectural patterns regardless of stack. Clean separation of concerns, dependency injection where appropriate, and a consistent project structure that any senior developer can navigate in minutes.

Project structure

Monorepo-ready with clear module boundaries

State management

Framework-native patterns, no unnecessary abstractions

Database

PostgreSQL with migrations, seeds, and typed queries

Testing

Unit, integration, and E2E tests with CI pipeline

Deployment

Docker Compose, health checks, and env management

04Quality Gate

Quality Gate Report

Every template passes a 25-gate quality audit before release. The full report is available from your account.

25/25Quality gates passed
0TypeScript errors
0ESLint warnings
90+Lighthouse (all configs)
TypeScript strict mode: zero type errors
ESLint + Prettier: zero warnings
Zero OWASP findings: dependency audit clean
Accessibility: WCAG 2.2 AA compliant
prefers-reduced-motion respected on all animations
Tested 375px → 2560px across all breakpoints

05Tier comparison

See exactly what each tier includes for SaaS Starter.

FeatureLite
Full authentication
Admin dashboard
Domain-specific features
Docker + CI/CD
Multi-tenancy
Teams & RBAC
Audit logging
Webhooks
SSO (SAML/OIDC)
White-label
Compliance suite
Axiom Engine
Mobile companion
67

Lite features

06Stack notes

Ne

Next.js

Node ecosystem

The Next.js variant of SaaS Starter uses idiomatic Next.js patterns and conventions. The same 67features are implemented using the framework's native tools: no forced abstractions, no foreign patterns. Your team can read the code and understand it immediately.

07Licensing

Commercial Licence

Every purchase includes a commercial licence. Ship to production, bill your clients, launch your SaaS: no royalties, no recurring fees.

  • Unlimited end users
  • Deploy to any infrastructure
  • No vendor lock-in: eject anytime
  • Full source code access

Support

Every purchase includes lifetime updates and email support. No time limits, no expiry. Your licence is perpetual.

  • Lifetime updates, free forever
  • Email support that doesn’t expire
  • Bug fixes and security patches
  • Upgrade guidance between versions
  • Full quality gate audit report in your account

Read the full documentation

Installation, project structure, design tokens, accessibility, compliance, FAQ — everything the docs cover, plus the real repository file tree.

View documentation

08Changelog

Changelog

  1. v1.14.76

    Maintenance30 June 2026

    Dependency hygiene: updated @types/uuid to v11. This is a TypeScript type definitions update with no impact on runtime behaviour or the public API.

  2. v1.14.75

    Maintenance30 June 2026

    Dependency hygiene: updated @types/nodemailer to v8. This is a TypeScript types-only update with no impact on runtime behaviour or the template's email functionality.

  3. v1.14.74

    Maintenance30 June 2026

    Dependency maintenance: updated all non-major dependencies to their latest patch and minor versions. Ensures compatibility with upstream ecosystem improvements and security patches. No breaking changes or new features in this release.

  4. v1.14.73

    Maintenance30 June 2026

    Dependency maintenance: updated all non-major dependencies to their latest patch and minor versions. These updates include security and reliability hardening across the dependency tree. No breaking changes or migration required.

  5. v1.14.72

    Maintenance20 June 2026

    Dependency updates: esbuild updated to v0.28.1 with security and reliability hardening.

  6. v1.14.71

    Minor20 June 2026

    **Dependencies:** Updated esbuild to v0.28.1. This release includes security and reliability hardening to the build toolchain, ensuring your Next.js starter project benefits from the latest stability improvements in the bundler. No breaking changes. Update at your convenience.

  7. v1.14.70

    Update20 June 2026

    **Nodemailer upgrade (^8 → ^9.0.1)** Updated Nodemailer to the latest major version to incorporate security and reliability hardening. This is a recommended update for all deployments using email functionality. No breaking changes to the public API. If you have custom Nodemailer configuration or plugins, review the [Nodemailer v9 changelog](https://github.com/nodemailer/nodemailer/releases) to confirm compatibility with your setup.

  8. v1.14.69

    Minor13 June 2026

    **CSS theming fix:** Restored `--accent` custom property to `globals.css`. A recent refactor inadvertently removed this variable, breaking accent-based theme customizations. This release restores full theming control for projects relying on the accent colour system.

  9. v1.14.68

    Minor13 June 2026

    **Security and reliability hardening** across core systems: - **Webhooks**: Added rate-limit protection to webhook test endpoints; improved error handling and documentation clarity. - **Billing & disputes**: Hardened dispute lifecycle handling, trial-period logic, and step-up reauthentication flows. - **API & auth**: Refined return types, narrowed API documentation scope, and improved white-label configuration strings. - **Database**: Fixed LIKE-clause escaping to prevent edge-case query issues. - **Dependencies**: Pinned pnpm version for build consistency; removed unused e2e test scripts. N…

    Show full notes →

    **Security and reliability hardening** across core systems: - **Webhooks**: Added rate-limit protection to webhook test endpoints; improved error handling and documentation clarity. - **Billing & disputes**: Hardened dispute lifecycle handling, trial-period logic, and step-up reauthentication flows. - **API & auth**: Refined return types, narrowed API documentation scope, and improved white-label configuration strings. - **Database**: Fixed LIKE-clause escaping to prevent edge-case query issues. - **Dependencies**: Pinned pnpm version for build consistency; removed unused e2e test scripts. No breaking changes. Update at your convenience.

  10. v1.14.67

    Maintenance13 June 2026

    Routine maintenance release. For detailed changes, see the [full release notes]({url}).

  11. v1.14.66

    Minor7 June 2026

    This release addresses audit findings related to license and billing configuration. Internal compliance checks have been refined to ensure accurate tracking and reporting across the SaaS starter template. No action required on upgrade. Existing deployments will benefit from improved audit readiness.

  12. v1.14.65

    Maintenance4 June 2026

    Dependency hygiene: applied override to brace-expansion range to ensure security and reliability standards are met across the dependency tree.

  13. v1.14.64

    Maintenance4 June 2026

    Dependency maintenance: updated all non-major dependencies to their latest patch and minor versions. This release includes routine security and reliability hardening across the dependency tree. No breaking changes or new features.

  14. v1.14.63

    Maintenance4 June 2026

    Documentation: added universal buyer documentation to improve onboarding and reference material for template users. No code or dependency changes.

  15. v1.14.62

    Maintenance3 June 2026

    Fixed alignment of legal prose and typography styling across the SaaS starter template. This ensures consistent font rendering and spacing in legal/compliance sections without affecting core functionality or user workflows.

  16. v1.14.61

    Minor27 May 2026

    **Fixed:** Seeded billing plans now remain in sync across environments. Previously, plan configurations could drift during deployment cycles—this is now corrected. **Docs:** Added quality gate report documentation for improved visibility into release standards and compliance checks. Update recommended for all deployments relying on seeded billing data.

  17. v1.14.60

    Update25 May 2026

    The SaaS Starter is now available, verified against a full quality matrix. - Public and authenticated dashboard runs meet minimum scores of 90 performance, 95 accessibility, 96 best practices, and 90 SEO - Completed a reliability and access-control review across authentication, account linking, API keys, billing, and account dashboards

  18. v1.14.59

    Update25 May 2026

    Fixed API key usage accounting to fail closed (#90). The system now safely halts requests when usage cannot be reliably tracked, preventing silent overages or billing discrepancies. If you use metered API access or enforce rate limits, verify your monitoring and alerting are configured to catch closed-state events. This ensures you catch tracking failures before they impact production.

  19. v1.14.58

    Maintenance25 May 2026

    Maintenance release. Internal dependency and tooling updates to keep the Next.js SaaS starter current with upstream ecosystem changes. No breaking changes or new features in this release.

  20. v1.14.57

    Update25 May 2026

    Strengthened access controls across API key and OAuth account-linking flows. - Improved API key validation and scope enforcement - Tightened authorization checks on OAuth account linking - Firmer permission boundaries for credential management No migration required. Updating is recommended.

  21. v1.14.56

    Maintenance25 May 2026

    Maintenance release. Internal updates and stability improvements.

  22. v1.14.55

    Maintenance25 May 2026

    Design token alignment: corrected accent token to match the current design catalogue (#88). This ensures consistency across component styling and theme application.

  23. v1.14.54

    Maintenance25 May 2026

    Closed review gaps identified in v1.14.53. Internal fixes to ensure code quality and consistency across the Next.js SaaS starter template. No breaking changes or new features in this release.

  24. v1.14.53

    Update25 May 2026

    Security and reliability hardening. Update recommended.

  25. v1.14.52

    Maintenance25 May 2026

    Fixed review gaps identified in v1.14.51 zip packaging. This release ensures the starter kit meets our internal quality standards with no changes to your project structure or dependencies.

  26. v1.14.51

    Maintenance25 May 2026

    Post-release review cleanups. Internal maintenance to improve code quality and consistency. No breaking changes or new features in this patch.

  27. v1.14.50

    Minor25 May 2026

    Fixed regressions in cleanup and API contracts identified during code review (#78). These fixes ensure proper resource teardown and maintain API contract integrity across the starter template. No breaking changes. Update recommended for improved stability.

  28. v1.14.49

    Minor25 May 2026

    Fixed regressions identified in release review phase 2. This patch addresses stability issues in the tl01-kiln-saas-starter-nextjs template that may have affected deployment or runtime behavior. No breaking changes or migration required — update at your convenience.

  29. v1.14.48

    Minor25 May 2026

    Fixed regressions in external review workflows that were introduced in a recent update. This release restores expected behaviour for review submission, approval routing, and stakeholder notifications. If you've experienced issues with external reviews not processing correctly, update to v1.14.48 to resolve.

  30. v1.14.47

    Minor25 May 2026

    Resolved Stripe checkout review findings (#73). This release addresses compliance and integration issues identified during Stripe's review process, ensuring smoother payment flows and better alignment with Stripe's platform requirements. No breaking changes. Update at your convenience.

  31. v1.14.46

    Update25 May 2026

    Strengthened access controls in the external review workflow. Viewing and removing reviews now enforce tighter permission checks, improving behaviour in multi-tenant deployments. Updating is recommended.

  32. v1.14.45

    Maintenance25 May 2026

    Fixed display font token parsing to ensure tokens remain valid during build and runtime processing. This resolves an edge case where certain font token configurations could become unparseable in downstream tools.

  33. v1.14.44

    Maintenance25 May 2026

    Design token alignment: synchronized Kiln design tokens with the current catalogue to ensure consistency across component styling and theming. No breaking changes or new features.

  34. v1.14.43

    Maintenance25 May 2026

    Internal review gap closure from v1.14.42. No breaking changes or new features in this patch. Recommended for all users on v1.14.x.

  35. v1.14.42

    Minor25 May 2026

    **Subscription & Account Deletion Reliability** - Fixed subscription cancellation reconciliation after Stripe deletion failures, preventing orphaned subscription states. - Account deletion now fails gracefully before attempting to delete the account if Stripe cancellation fails, ensuring data consistency. These changes reduce edge-case failures in account lifecycle management and improve error handling when Stripe operations encounter issues.

  36. v1.14.41

    Minor25 May 2026

    **Activity Timeline Fix** Fixed an issue where soft-deleted actors were appearing in activity timelines. The timeline now correctly filters out deleted actors, ensuring activity logs display only current, valid references. This improves data clarity in audit trails and activity feeds without requiring any configuration changes.

  37. v1.14.40

    Minor25 May 2026

    **Fixed:** Removed inherited DataTable scope creep that was causing unintended style and behaviour leakage to child components. DataTable now properly isolates its internal state and styling, preventing conflicts when nested or reused in complex layouts. This fix improves component predictability and reduces debugging friction when working with multiple DataTable instances or integrating DataTable into custom layouts.

  38. v1.14.39

    Maintenance25 May 2026

    Build optimization: removed remote font build dependency. No changes to font delivery, rendering, or application behaviour. This reduces build complexity and improves local development setup reliability.

  39. v1.14.38

    Minor25 May 2026

    **Fixed:** Stripe customer deletion is now guarded in demo mode, preventing accidental data loss when testing payment flows in non-production environments. This ensures demo instances remain stable during development and testing cycles.

  40. v1.14.37

    Maintenance25 May 2026

    Resolved internal review blockers from v1.14.36. No breaking changes or new features in this patch release.

  41. v1.14.36

    Maintenance25 May 2026

    Internal release addressing v1.14.35 review process items. No changes to buyer-facing functionality, APIs, or dependencies. Stable continuation of the v1.14.x line.

  42. v1.14.35

    Maintenance21 May 2026

    Fixed accent token alignment with the design catalogue (#56). This ensures consistent colour application across components and maintains parity with the latest design system specifications.

  43. v1.14.34

    Minor21 May 2026

    Improved validation logic in the checkout billing flow to prevent edge-case failures and ensure payment processing completes reliably. This release hardens blockers that could interrupt transaction completion under specific conditions. No breaking changes. Update recommended for production SaaS deployments relying on consistent checkout performance.

  44. v1.14.33

    Maintenance21 May 2026

    Documentation polish and billing phase 7 closure. Routine maintenance release with no breaking changes or new features.

  45. v1.14.32

    Maintenance21 May 2026

    Maintenance release. Routine dependency updates and internal improvements to keep the Next.js SaaS starter template current and stable.

  46. v1.14.31

    Minor21 May 2026

    Fixed billing logic and documentation issues identified in phase 7 review. These corrections ensure accurate billing calculations and clearer setup guidance for new projects. **Changes:** - Billing phase 7 findings resolved - Documentation updates for clarity No breaking changes. Update at your convenience.

  47. v1.14.30

    Minor21 May 2026

    Resolved findings from phase 7 review cycle (#47). This release addresses quality and compliance issues identified during internal audit, improving the overall stability and readiness of the starter kit. Updates include bug fixes and refinements across the codebase to ensure the template meets production standards. No breaking changes — safe to update.

  48. v1.14.29

    Minor21 May 2026

    **Auth:** Fixed API key validation to reject invalid keys before attempting browser session fallback (#46). This prevents unintended session escalation in edge cases where malformed or expired API credentials were present. No breaking changes — existing integrations continue to work as expected.

  49. v1.14.28

    Minor21 May 2026

    **Fixed:** Pricing analytics and authentication boundaries are now properly aligned (#45). This resolves inconsistencies where analytics data visibility and pricing tier access controls were not synchronized. No migration required—update and deploy.

  50. v1.14.27

    Update21 May 2026

    Completed the full TL01 feature matrix implementation with comprehensive audit hardening across the starter kit. **What's new:** - Full TL01 feature parity: all required components, patterns, and integrations now present - Enhanced audit readiness: security headers, CORS policies, and compliance checks hardened - Improved observability: logging and monitoring hooks aligned with production requirements **Who benefits:** If you're deploying to regulated environments or need comprehensive feature coverage, this release closes gaps in the baseline template. Review the feature matrix in the docs…

    Show full notes →

    Completed the full TL01 feature matrix implementation with comprehensive audit hardening across the starter kit. **What's new:** - Full TL01 feature parity: all required components, patterns, and integrations now present - Enhanced audit readiness: security headers, CORS policies, and compliance checks hardened - Improved observability: logging and monitoring hooks aligned with production requirements **Who benefits:** If you're deploying to regulated environments or need comprehensive feature coverage, this release closes gaps in the baseline template. Review the feature matrix in the docs to confirm all required capabilities are present for your use case. **Next steps:** Update to v1.14.27 and run your audit suite against the hardened configuration. No breaking changes—existing projects update cleanly.

  51. v1.14.26

    Maintenance20 May 2026

    Documentation: cleaned up buyer-facing docs branding for consistency and clarity. No functional changes.

  52. v1.14.25

    Update20 May 2026

    Magic links and upload downloads have been hardened to improve security posture and prevent potential attack vectors. **Changes:** - Enhanced magic link validation and expiration handling - Strengthened upload download verification and access controls - Improved token entropy and rate-limiting safeguards No breaking changes. Update recommended for all deployments handling authentication or file uploads.

  53. v1.14.24

    Maintenance18 May 2026

    Documentation: clarified production Docker Compose environment variable requirements for deployment. No code changes.

  54. v1.14.23

    Minor15 May 2026

    Applied phase 7 review fixes across the template. These updates address issues identified during QA review, improving overall stability and correctness of the Next.js SaaS starter. No breaking changes—update at your convenience.

  55. v1.14.22

    Maintenance14 May 2026

    Fixed console.log statement in DSAR script that was inadvertently logging to browser console during data subject access request processing. This cleanup ensures compliance tooling runs silently in production environments.

  56. v1.14.21

    Minor14 May 2026

    Fixed compliance scaffold surface propagation to ensure all compliance-related surfaces are properly initialized and available throughout the application lifecycle. This resolves cases where compliance scaffolding was not fully accessible in nested components or dynamic contexts. **What changed:** Compliance scaffold surfaces now propagate correctly through the component tree. **Who benefits:** Teams using the compliance scaffold feature in their SaaS implementations.

  57. v1.14.20

    Minor14 May 2026

    **Fixed:** Multipart uploads now require a valid `Content-Length` header. This prevents malformed upload requests from being processed and improves upload reliability. If you're using the built-in file upload components, no changes needed—they already send this header correctly.

  58. v1.14.19

    Minor14 May 2026

    Closed phase 4 inherited review gaps identified during QA. This release addresses technical debt and compliance issues discovered in the previous phase, improving overall stability and reliability of the starter template. No breaking changes. Update at your convenience.

  59. v1.14.18

    Maintenance14 May 2026

    Fixed smooth scroll behavior declaration for Next.js layouts. This ensures scroll-behavior: smooth CSS is properly applied across the template without conflicts or resets during navigation.

  60. v1.14.17

    Minor14 May 2026

    **Fixed:** Browser-based Server-Sent Events (SSE) streams now correctly handle refresh cookie propagation. Previously, cookie refresh logic could interfere with long-lived SSE connections; this release ensures cookies are properly maintained without disrupting the stream lifecycle. If you're using real-time event subscriptions in your SaaS application, this fix improves reliability and eliminates potential session timeout issues during active streaming.

  61. v1.14.16

    Maintenance13 May 2026

    Documentation: clarified default access controls for activity logging. No functional changes.

  62. v1.14.15

    Maintenance13 May 2026

    Dependency update: Next.js bumped to 16.2.6. This patch release includes upstream stability improvements and bug fixes. No action required — update at your convenience.

  63. v1.14.14

    Minor12 May 2026

    Fixed external review hardening propagation in the tl01 module. This ensures review state and validation rules are correctly applied across external review workflows, improving consistency and reducing edge-case failures in multi-reviewer scenarios.

  64. v1.14.13

    Minor12 May 2026

    **Layout:** Dashboard shell now renders full width, eliminating unnecessary side margins and improving space utilization on larger screens. This provides a cleaner, more spacious interface for dashboard content without requiring any configuration changes.

  65. v1.14.12

    Minor9 May 2026

    Maintenance and reliability improvements.

  66. v1.14.11

    Minor9 May 2026

    Maintenance and reliability improvements.

  67. v1.14.10

    Minor9 May 2026

    Maintenance and reliability improvements.

  68. v1.14.9

    Minor9 May 2026

    Maintenance and reliability improvements.

  69. v1.14.8

    Minor8 May 2026

    Maintenance and reliability improvements.

  70. v1.14.7

    Minor8 May 2026

    Maintenance and reliability improvements.

  71. v1.14.6

    Minor8 May 2026

    Maintenance and reliability improvements.

  72. v1.14.5

    Minor8 May 2026

    Maintenance and reliability improvements.

  73. v1.14.4

    Minor8 May 2026

    Maintenance and reliability improvements.

  74. v1.14.3

    Minor8 May 2026

    Maintenance and reliability improvements.

  75. v1.14.2

    Minor7 May 2026

    Maintenance and reliability improvements.

  76. v1.14.1

    Minor7 May 2026

    Maintenance and reliability improvements.

  77. v1.14.0

    Update7 May 2026

    Maintenance and reliability improvements.

  78. v1.13.15

    Minor2 May 2026

    Maintenance and reliability improvements.

  79. v1.13.14

    Minor2 May 2026

    Maintenance and reliability improvements.

  80. v1.13.13

    Minor2 May 2026

    Maintenance and reliability improvements.

  81. v1.13.12

    Minor2 May 2026

    Maintenance and reliability improvements.

  82. v1.13.11

    Minor2 May 2026

    Maintenance and reliability improvements.

  83. v1.13.10

    Minor2 May 2026

    Maintenance and reliability improvements.

  84. v1.13.9

    Minor2 May 2026

    Maintenance and reliability improvements.

  85. v1.13.8

    Minor2 May 2026

    Maintenance and reliability improvements.

  86. v1.13.7

    Minor2 May 2026

    Maintenance and reliability improvements.

  87. v1.13.6

    Minor2 May 2026

    Maintenance and reliability improvements.

  88. v1.13.5

    Minor2 May 2026

    Maintenance and reliability improvements.

  89. v1.13.4

    Minor2 May 2026

    Maintenance and reliability improvements.

  90. v1.13.3

    Minor2 May 2026

    Maintenance and reliability improvements.

  91. v1.13.0

    Update29 April 2026

    Adds a shared HTML email builder for composing transactional email templates, along with breadcrumb navigation. - Reusable HTML email rendering helper - Breadcrumb navigation component - More reliable link rendering in email templates

  92. v1.12.0

    Update28 April 2026

    Adds an activity-timeline helper for rendering chronological, time-ordered activity feeds in your interface.

  93. v1.10.0

    Update28 April 2026

    Adds a reusable file-upload abstraction, giving you a consistent interface for handling file uploads across the template.

  94. v1.8.0

    Update28 April 2026

    Foundational support for live, real-time updates in the interface. - Lightweight internal event channel for broadcasting changes - Server-sent events so the browser can receive updates as they happen This provides the plumbing for views that stay current without a manual refresh, ready to build live features on.

  95. v1.7.0

    Update28 April 2026

    A new reusable data table component for presenting structured records in your interface. - Generic, typed table you can drop into any list or admin view - Consistent layout for sortable, columnar data Designed to be reused across screens so tabular views stay uniform throughout the product.

  96. v1.6.0

    Update28 April 2026

    Foundational groundwork for marketplace-style payments built on Stripe Connect. This release adds the underlying structure for splitting payments across multiple sellers, ready to build on as the marketplace flow is completed. No customer-facing payment changes ship in this version yet.

  97. v1.5.0

    Update28 April 2026

    New commerce configuration options let you tailor how the storefront behaves out of the box. - Choose the commerce mode that fits your build - Optionally require an account before checkout These settings are driven from your central configuration, so you can adjust them without touching feature code.

  98. v1.4.1

    Minor28 April 2026

    Maintenance and reliability improvements.

  99. v1.4.0

    Update28 April 2026

    Configuration scaffolding to centralise how authentication and commerce behaviour are set for your site. These options live alongside your existing site settings, giving you a single place to manage them as you build. No visible change on its own; this lays the groundwork for the configurable behaviour that follows.

  100. v1.3.9

    Minor27 April 2026

    Maintenance and reliability improvements.

  101. v1.3.8

    Minor27 April 2026

    - Maintenance release

  102. v1.3.7

    Minor27 April 2026

    - Maintenance release

  103. v1.3.6

    Minor27 April 2026

    Maintenance and reliability improvements.

  104. v1.3.5

    Minor27 April 2026

    Maintenance and reliability improvements.

  105. v1.3.4

    Minor27 April 2026

    Maintenance and reliability improvements.

  106. v1.3.3

    Minor27 April 2026

    Maintenance and reliability improvements.

  107. v1.3.2

    Minor27 April 2026

    Maintenance and reliability improvements.

  108. v1.3.1

    Minor27 April 2026

    v1.3.1 — backport user.login_failed + sweep from TL00-BASE v1.3.1 Backport from TL00-BASE v1.3.1 (commit 5926a75).

108 releases

Reviews

No reviews yet — verified buyers can leave one from their account after purchase.

Want it built, branded, and deployed for you?

Send your assets and I’ll have this kit branded, configured, and live on your domain in 5 business days. From $1,950 — 50% deposit reserves your slot.

View Founder Launch

You might also like

Other templates that combine well with SaaS Starter.

Ready to build with SaaS Starter?

Lite tier · Next.js · 67 features · $100

SaaS Starter: Kiln

Next.js · Lite Edition

$199 $100