// NO-NONSENSE SAAS BOILERPLATE
Build faster.
Ship sooner.
A no-nonsense toolkit for developers who value function over form. Raw interfaces. Zero bloat. Maximum output.
// FEATURES
Everything you need. Nothing you don't.
Terminal-First
Built for the command line. Every action available via CLI. No GUI required.
Zero Config
Sensible defaults out of the box. Override only what you need. Convention over configuration.
Type-Safe
Full TypeScript support with generated types. Catch errors at compile time, not runtime.
Edge-Ready
Deploy to edge functions globally. Sub-50ms cold starts. No vendor lock-in.
Open Source
MIT licensed. Fork it. Modify it. Ship it. No strings attached.
Composable
Unix philosophy: small, focused modules that pipe together. Build your own stack.
// DEVELOPER EXPERIENCE
One config. Zero bloat.
- Single config file controls everything
- Tree-shakes unused features at build
- TypeScript-first with full inference
- Hot reload in under 200ms
Configure once, deploy anywhere. MantleKit reads your mantle.config.ts and strips everything you don't need.
export default {
theme: "brutalist",
database: true,
auth: {
providers: ["google", "magic-link"],
},
payments: "stripe",
email: "resend",
features: {
blog: true,
ecommerce: true,
chat: true,
},
} satisfies MantleConfig;
"We believe software should be honest. No rounded corners hiding complexity. No gradients masking mediocrity. Just raw, functional interfaces that respect the developer."
-- The MantleKit Manifesto
// TESTIMONIALS
What developers are saying.
"Shipped my SaaS in a weekend. No fighting with config, no hidden abstractions. Just code that works."
"Finally a boilerplate that doesn't make me rip out half the code. MantleKit ships exactly what I need."
"The theme system is brutally simple. Swap a config value and the whole UI transforms. No component soup."
// PRICING
One-time payment. Lifetime access.
- 1 theme of your choice
- Auth + Supabase integration
- 1 payment provider
- MDX blog system
- Email transactional templates
- Personal licence
- All 5 themes included
- All 3 payment providers
- Ecommerce module
- Chat widget (Crisp)
- Both email providers
- Personal licence
// FROM THE BLOG
Latest posts.
Guide
Getting Started with MantleKit in 60 Seconds
Run one command, pick your theme, and deploy. Here's the fastest path from zero to production.
Tutorial
Building a Stripe Checkout Flow
Wire up payments in under 30 lines of config. No boilerplate, no abstractions to fight.
Opinion
Why Brutalist Design Wins for Developer Tools
Rounded corners and gradients are for marketing sites. Your SaaS dashboard deserves better.
// FAQ
Common questions.
Is MantleKit a template or a framework?
MantleKit is a production-ready boilerplate. You get the full source code -- no runtime dependency, no lock-in. Fork it, modify it, ship it.
Can I use MantleKit for client projects?
The Agency tier ($249) includes a commercial licence for unlimited client projects. Starter and Pro are personal-use licences.
What happens after I purchase?
You receive a licence key via email. Run npx create-mantlekit --key YOUR_KEY and the CLI handles everything: theme selection, feature flags, dependency installation.
// READY TO BUILD?
Stop configuring. Start shipping.
Get MantleKit running in under 60 seconds. One command. One config. Zero bloat.
Get Started Now// TEAM
Meet the Team.
Alex Kim
Lead Engineer
Full-stack dev with 10 years building SaaS. Believes software should be honest and functional.
Maya Rivera
Design Lead
Designs interfaces that respect the user. No gradients, no gimmicks -- just clarity and function.
Daniel Wu
DevOps & Infra
Edge-obsessed ops engineer. Keeps cold starts under 50ms and uptime above 99.9%.
// NEWSLETTER
Stay in the Loop.
Get product updates and tips delivered to your inbox.
// COMPARISON
How We Compare.
| Feature | MantleKit | Others |
|---|---|---|
| 5 Production Themes | ✓ | ✗ |
| One-Time Payment | ✓ | ✗ |
| 3 Payment Providers | ✓ | ✗ |
| CLI Feature Stripper | ✓ | ✗ |
| Full Source Code | ✓ | ✓ |
| Edge-Ready Deployment | ✓ | ✗ |
// ROADMAP
Our Journey.
Public Launch
MantleKit shipped with 5 themes, auth, payments, and the CLI stripper.
Ecommerce Module
Product catalog, cart, checkout, and order management added.
AI & Automation
Drop-in AI chat, content generation, and smart analytics.
Multi-Tenant Support
White-label SaaS with tenant isolation, custom domains, and per-tenant billing.