Filament v5 · Laravel 13 · Livewire v4 · v1.0

The FilamentPHP SAAS starter kit

Ready to deploy SAAS starter kit with landing page, multi-tenancy and billing.

$ composer create-project filaascom/filaas my-app
Laravel 13 Filament v5 Livewire v4 Web Push PWA Pest 4
filaas.com/app/acme/settings/subscription
/ what's inside

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.

/ how it works

Quickest way to market

1 scaffold

Create the project

Pull via composer

$ composer create-project filaascom/filaas my-app
2 install

Install and run

Run the migrations and start a dev environment

$ cd my-app && npm i && make
3 ship

Open /

Ready to develop

$ herd open
/ pricing

Free until you make money.

Free under $1k/month

Free
$0 forever
$0 forever

For projects under $1k/month revenue.


  • Full source code
  • Commercial use up to $1k MRR
Most popular
Pro
$29 per month
$278 per year Save 20%

For projects up to $10k/month revenue.


  • Everything in Free, plus:
  • Commercial use up to $10k MRR
Studio
$79 per month
$758 per year Save 20%

For projects past $10k/month revenue and agencies.


  • Everything in Pro, plus:
  • No revenue cap
  • Unlimited projects — use it on every client build
prices in USD · taxes added at checkout · cancel anytime
/ faq

FAQ

01

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.

02

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.

03

Is the code open source?

Every line of code is open source and yours to change. Customize every bit for your needs.

04

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.

05

What if my project crosses the cap later?

You can subscribe any time you reach the milestone. No need to pay upfront.

06

What's the license?

MIT-style up to your tier's cap, with a commercial addendum on paid tiers.

Ship it now

$ composer create-project filaascom/filaas my-app