https://github.com/saucebase-dev/saucebase
Modern Laravel SaaS starter kit with Vue 3, TypeScript, Inertia.js, and shadcn/ui - built for rapid SaaS development
https://github.com/saucebase-dev/saucebase
inertiajs laravel laravel-framework laravel-starter-kit open-source saas saas-boilerplate saas-template shadcn starter-kit typescript vue3 vuejs
Last synced: 3 months ago
JSON representation
Modern Laravel SaaS starter kit with Vue 3, TypeScript, Inertia.js, and shadcn/ui - built for rapid SaaS development
- Host: GitHub
- URL: https://github.com/saucebase-dev/saucebase
- Owner: saucebase-dev
- License: mit
- Created: 2025-07-10T20:36:02.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-04-15T20:07:07.000Z (3 months ago)
- Last Synced: 2026-04-15T21:35:28.455Z (3 months ago)
- Topics: inertiajs, laravel, laravel-framework, laravel-starter-kit, open-source, saas, saas-boilerplate, saas-template, shadcn, starter-kit, typescript, vue3, vuejs
- Language: PHP
- Homepage: https://demo.saucebase.dev
- Size: 70.8 MB
- Stars: 53
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
Saucebase
An enterprise-grade, modular Laravel SaaS starter kit. Own your code, ship faster.

Built on the VILT stack (Vue 3, Inertia.js, Laravel 13, Tailwind CSS 4) with TypeScript, SSR support,
and a copy-and-own module system inspired by shadcn/ui. Install only what you need, customize everything,
no vendor lock-in.
Modules
Auth |
Settings |
Billing |
Announcements |
Roadmap |
Themes
Each module is a standalone Laravel package with its own routes, controllers, views, assets, and tests.
Copy the module's files into your app to own it 100% — no composer dependencies, no vendor:publish overrides.
Modules can depend on each other (e.g. Billing depends on Auth) but are otherwise decoupled for maximum flexibility.
## Licenses
Saucebase is licensed under the [MIT License](LICENSE).
Third-party dependency licenses:
- [PHP / Composer dependencies](THIRD_PARTY_LICENSES.md)
- [JavaScript / npm dependencies](THIRD_PARTY_PACKAGE_LICENSES.md)