The FilamentPHP SAAS starter kit
Ready to deploy SAAS starter kit with landing page, multi-tenancy and billing.
Already wired up.
Every Laravel SAAS rebuilds the same stuff: auth, teams, billing, settings, tests. We built it once on top of Filament so you can spend your time on the product.
Multi-tenancy
Personal and company teams with owners and roles. Invitations, ownership transfer, billing and scoped data.
Stripe subscriptions
Monthly and yearly plans, hosted checkout, the customer portal, and signed webhook handling. Drop your Stripe price IDs into .env and you're done.
Based on FilamentPHP
Account, Team and Billing settings are Filament v5 clusters. Even this landing page is built from FilamentPHP-style components you can configure for your use case.
PWA and Web Push
Service worker, manifest, install prompt, offline page, and VAPID push subscriptions.
Profile settings
Members manage their own profile, password and avatar. Account deletion for GDPR compatibility.
A Pest browser test for every flow
Pest 4 drives a real Chromium through registration, login, account settings, team flows, invitations, ownership transfer and billing, with a smoke pass over every page. When you change something, the suite tells you what broke.
Laravel Boost
You can ask your AI agent to quickly customize the whole app for your SAAS.
Action pattern
Most actions are customizable through single use case actions.
Quickest way to market
Create the project
Pull via composer
$ composer create-project filaascom/filaas my-app
Install and run
Run the migrations and start a dev environment
$ cd my-app && npm i && make
Open /
Ready to develop
$ herd open
Free until you make money.
Free under $1k/month
For projects under $1k/month revenue.
- Full source code
- Commercial use up to $1k MRR
For projects up to $10k/month revenue.
- Everything in Free, plus:
- Commercial use up to $10k MRR
For projects past $10k/month revenue and agencies.
- Everything in Pro, plus:
- No revenue cap
- Unlimited projects — use it on every client build
FAQ
How does the starter kit look like?
This landing page is exactly what you get in the kit: it's the same code. You can register and log in to check the user area.
What does the revenue cap mean?
Free until your project reaches $1k/month, Pro covers you up to $10k MRR, and Studio removes the cap.
Is the code open source?
Every line of code is open source and yours to change. Customize every bit for your needs.
Can I remove the filaas branding?
Yes, it's your codebase. Rename it, restyle it, swap the logo. There's no attribution requirement on any tier.
What if my project crosses the cap later?
You can subscribe any time you reach the milestone. No need to pay upfront.
What's the license?
MIT-style up to your tier's cap, with a commercial addendum on paid tiers.