The SaaS Boilerplate
Build faster. Ship sooner.
A minimal foundation for products that value clarity and restraint. No noise, no distraction — just what matters.
Features
Simple tools, thoughtfully designed
Everything you need, nothing you don't.
Developer Experience
One config, infinite possibilities.
A single configuration file controls your theme, features, integrations, and deployment. Change one line, transform the entire product.
- Five production-ready themes
- Feature flags for auth, payments, email
- Provider swapping with zero code changes
- TypeScript-first, fully typed config
export default {
theme: "minimal",
database: true,
auth: {
providers: ["google", "magic-link"],
},
payments: {
provider: "stripe",
},
email: {
provider: "resend",
},
features: {
blog: true,
ecommerce: true,
chat: true,
},
} satisfies MantleConfig;
"Good design is as little design as possible. Less, but better — because it concentrates on the essential aspects."
Dieter Rams
Testimonials
What people are saying
"The cleanest boilerplate I've ever used. Shipped my SaaS in a weekend with zero design debt."
"Finally a starter kit that doesn't look like every other starter kit. The minimal theme is stunning."
"Config-driven architecture saved us weeks. Swap providers, change themes — no refactoring needed."
Pricing
Simple, transparent pricing
One-time payment. Lifetime access. No subscriptions.
- 1 theme
- Auth + database
- MDX blog
- 1 payment provider
- 1 email provider
- Personal licence
- All 5 themes
- Auth + database
- MDX blog with social features
- All 3 payment providers
- Ecommerce
- Chat widget
From the blog
Latest articles
Getting Started with MantleKit
From zero to deployed in under 10 minutes. A walkthrough of setup, configuration, and your first deploy.
Deploying to Vercel
The complete guide to deploying your MantleKit project on Vercel with environment variables and edge functions.
What's New in v2.0
Five themes, three payment providers, and a complete rewrite of the config system. Here's everything that changed.
FAQ
Common questions
What tech stack does MantleKit use?
Can I use MantleKit without a database?
database: false in your config and MantleKit runs as a fully static site with MDX blog, landing pages, and support content — no server needed.How do themes work?
Team
Meet the Team
The people behind the product.
Comparison
How We Compare
See why teams choose MantleKit over alternatives.
| Feature | MantleKit | Others |
|---|---|---|
| Production-ready themes | ✓ 5 themes | ✗ 1–2 basic |
| Config-driven architecture | ✓ | ✗ |
| Multiple payment providers | ✓ Stripe, LS, Polar | ✗ Stripe only |
| Static & database modes | ✓ | ✗ |
| E-commerce module | ✓ | ✗ |
| One-time pricing | ✓ From $49 | ✗ Subscription |
Roadmap
Our Journey
Ready to get started?
Join thousands of teams building with clarity and focus.