Saucebase
A complete modular Laravel foundation for building SaaS applications.
Saucebase is a modular Laravel SaaS starter kit for the modern web —
own your code, ship faster.
#Install
The recommended way to install Saucebase is by running the command below:
curl -fsSL https://install.saucebase.dev | bash
The CLI installs PHP/Composer if needed, then guides you through choosing a frontend framework and installing your first modules.
Looking for help? Start with our Getting Started guide.
Want to see it live? Try the online demo.
#Documentation
Visit our official documentation.
The version badges above show the supported major (or minor, for Vue) lines
declared by the project and stack manifests. Exact dependency constraints live
in composer.json, package.json, and stubs/saucebase/stack/*/package.json.
#Support
Having trouble? Get help in the official Saucebase Discord.
#Contributing
New contributors welcome! Check out our Contributors Guide for help getting started.
#Modules
| Module | Version | Description |
|---|---|---|
| auth | Authentication, social login, email verification, and admin impersonation | |
| billing | Subscriptions, checkout sessions, and payment processing | |
| announcements | Site-wide announcement banners with scheduling and dismissal support | |
| roadmap | Feature requests, voting, and public product roadmap | |
| themes | Visual theme editor for designing and baking your app's look and feel | |
| blog | Public blog with categories, cover images, scheduling, and SEO |
Several official packages are maintained outside of this repo:
| Package | Repository |
|---|---|
| saucebase/breadcrumbs | saucebase-dev/breadcrumbs |
| saucebase/laravel-playwright | saucebase-dev/laravel-playwright |
#Links
#License
Saucebase is MIT licensed.
Third-party dependencies keep their own licenses. To list them:
composer licenses
npx license-checker --production