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
$ composer create-project laraspeed/laraspeed my-saas
Installing LaraSpeed...
✓ Authentication scaffolding ready
✓ Billing system configured (Stripe)
✓ Admin panel installed
✓ Multi-tenancy enabled
✓ 127 tests passing
$ php artisan serve
Built on proven technologies trusted by millions of developers
LaraSpeed includes the features every SaaS needs,
built the way Laravel developers expect.
Email & password, social login with Google and GitHub, two-factor authentication, email verification, password reset. Everything your users expect, working out of the box.
Stripe, Paddle, and LemonSqueezy — switch providers with a single .env change. Plans, trials, upgrades, downgrades, invoices, and webhook handling included.
Teams with role-based access, member invitations, and team switching. Every query automatically scoped to the current workspace.
Beautiful admin dashboard with user management, revenue charts, subscription tracking, and impersonation. Built on Filament 3 — customize and extend with ease.
Sanctum-authenticated API with rate limiting, versioned routes, and auto-generated documentation. API key management built into the user dashboard.
Pest test suite, CI/CD pipeline, Pint code style, Larastan static analysis. i18n ready with language switcher. SEO optimized with sitemap and structured data.
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 }
Choose the tier that fits your needs. Upgrade anytime by paying the difference.
Everything you need to launch a simple SaaS with Stripe billing.
The complete package for serious SaaS builders.
Everything in Pro plus enterprise features and extended license.
All plans include full source code with no encryption or obfuscation.
You own the code. Forever.
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
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.
LaraSpeed saves you 200+ hours of repetitive setup work. That's 5 weeks of full-time development — or one afternoon with LaraSpeed.
One-time purchase · 14-day money-back guarantee