Laravel 12 + Filament 3 + Livewire 3

Ship Your SaaS
This Weekend.

The production-ready Laravel starter kit with authentication, multi-tenant billing, admin panel, and everything you need to launch — so you can focus on what makes your app unique.

One-time purchase · Full source code · 14-day money-back guarantee

~/my-saas

$ composer create-project laraspeed/laraspeed my-saas

Built on proven technologies trusted by millions of developers

Laravel Filament Tailwind CSS Livewire Stripe Alpine.js

Without LaraSpeed

  • Weeks setting up auth, billing, and admin
  • Debugging Stripe webhooks at 2am
  • Building the same team management for the 5th time
  • Cobbling together packages that don't play nice
  • Launching months later than planned

With LaraSpeed

  • Auth, billing, and admin ready in 30 minutes
  • Stripe, Paddle & LemonSqueezy — tested and working
  • Teams, roles, and invitations out of the box
  • One cohesive codebase, fully integrated
  • Launch this weekend

Everything You Need. Nothing You Don't.

LaraSpeed includes the features every SaaS needs, built the way Laravel developers expect.

Authentication

Email & password, social login with Google and GitHub, two-factor authentication, email verification, password reset. Everything your users expect, working out of the box.

Route::get('/auth/{provider}', [SocialLoginController::class, 'redirect']);

Subscription Billing

Stripe, Paddle, and LemonSqueezy — switch providers with a single .env change. Plans, trials, upgrades, downgrades, invoices, and webhook handling included.

BILLING_PROVIDER=stripe # or paddle, lemonsqueezy

Multi-tenancy

Teams with role-based access, member invitations, and team switching. Every query automatically scoped to the current workspace.

$user->currentTeam()->members()->where('role', 'admin')->get();

Filament Admin Panel

Beautiful admin dashboard with user management, revenue charts, subscription tracking, and impersonation. Built on Filament 3 — customize and extend with ease.

MRR tracking · User impersonation · Plan management

RESTful API

Sanctum-authenticated API with rate limiting, versioned routes, and auto-generated documentation. API key management built into the user dashboard.

curl -H "Authorization: Bearer $TOKEN" /api/v1/teams

Developer Experience

Pest test suite, CI/CD pipeline, Pint code style, Larastan static analysis. i18n ready with language switcher. SEO optimized with sitemap and structured data.

100+ tests · GitHub Actions · Full documentation

Clean Code You'll Actually Enjoy Working With

 1  return [
 2      [
 3          'name' => 'Pro',
 4          'price_monthly' => 2900, // $29
 5          'price_yearly' => 29000, // $290
 6          'trial_days' => 14,
 7          'features' => [
 8              'Unlimited projects',
 9              'Priority support',
10              'API access',
11          ],
12      ],
13  ];
 1  // Switch billing provider with one .env change
 2  // No code changes needed
 3  
 4  // .env
 5  BILLING_PROVIDER=stripe
 6  
 7  // Your app doesn't care which provider
 8  $url = app(BillingManager::class)
 9      ->createCheckoutSession($team, $plan, 'monthly');
10  
11  return redirect($url);
 1  // Features are gated by product tier
 2  @tier('multi_tenancy')
 3      <x-team-switcher :teams="$user->teams" />
 4  @endtier
 5  
 6  // In controllers
 7  if (tier_has('api')) {
 8      Route::apiResource('teams', TeamController::class);
 9  }

Three Tiers. Full Source Code. One-Time Payment.

Choose the tier that fits your needs. Upgrade anytime by paying the difference.

For Side Projects

Starter

$49 one-time

Everything you need to launch a simple SaaS with Stripe billing.

  • Full source code
  • Authentication (email, social, 2FA)
  • Stripe billing integration
  • Landing page with pricing
  • Email templates
  • i18n & SEO ready
  • 6 months updates
  • Community support
Get Starter — $49
Most Popular

Pro

$199 one-time

The complete package for serious SaaS builders.

  • Everything in Starter
  • Paddle & LemonSqueezy billing
  • Multi-tenancy (teams & invitations)
  • Filament 3 admin panel
  • RESTful API with Sanctum
  • Onboarding flow
  • Pest test suite (100+ tests)
  • GitHub Actions CI/CD
  • Lifetime updates
  • Priority email support
Get Pro — $199
For Teams & Agencies

Team

$349 one-time

Everything in Pro plus enterprise features and extended license.

  • Everything in Pro
  • Multi-admin panel with permissions
  • Audit log system
  • White-label support
  • Advanced role builder
  • Data export (CSV/Excel)
  • User webhook system
  • Extended license (client projects)
  • 1 hour consultation call
Get Team — $349

All plans include full source code with no encryption or obfuscation.
You own the code. Forever.

Built on the Modern Laravel Stack

Laravel 12

The PHP framework for web artisans

Filament 3

The elegant admin panel for Laravel

Livewire 3

Full-stack framework for Laravel

Tailwind CSS 3

Utility-first CSS framework

Alpine.js

Lightweight JavaScript framework

Pest PHP

Elegant PHP testing framework

Frequently Asked Questions

Yes, 100%. No encrypted files, no obfuscation, no license server that locks you out. You get clean, readable, well-documented Laravel code that you can modify however you want.

Starter and Pro licenses allow use in your own projects. The Team license includes an extended license that allows you to use LaraSpeed in projects you build for clients.

LaraSpeed includes a full Filament admin panel, supports three billing providers (not just Stripe), includes multi-tenancy with teams, has a complete test suite, and gives you full source code with no ongoing subscription fee.

Starter customers get community support through GitHub Issues. Pro and Team customers get priority email support with a 24-48 hour response time. Team customers also get a 1-hour consultation call.

Starter includes 6 months of updates. Pro and Team get lifetime updates. When a new Laravel version comes out, LaraSpeed is updated within 2 weeks.

Yes! LaraSpeed's abstract billing layer means you can switch from Stripe to Paddle or LemonSqueezy by changing one line in your .env file. No code changes needed.

Yes, 14-day no-questions-asked refund policy. If LaraSpeed doesn't work for you, email support@laraspeed.dev and you'll get a full refund.

Yes! Email support@laraspeed.dev with proof of student status or a link to your open source project, and I'll send you a discount code.

Stop Building Boilerplate.
Start Building Your SaaS.

LaraSpeed saves you 200+ hours of repetitive setup work. That's 5 weeks of full-time development — or one afternoon with LaraSpeed.

Get LaraSpeed — Starting at $49

One-time purchase · 14-day money-back guarantee

Get LaraSpeed — from $49