@cannot('access premium features')
@cannot('access basic features')
@if ($billingProvider === 'stripe')
@include('livewire.pages.landing-page.partials.stripe-price-table')
@elseif ($billingProvider === 'paddle')
@include('livewire.pages.landing-page.partials.paddle-price-table')
@elseif ($billingProvider === 'lemonsqueezy')
@include('livewire.pages.landing-page.partials.lemonsqueezy-price-table')
@elseif ($billingProvider === 'nowpayments')
@include('livewire.pages.landing-page.partials.nowpayments-price-table')
@endif
@endcannot
@endcannot
What is a SaaS starter kit?
A SaaS starter kit is a pre-built codebase that provides developers with the foundational components and tools needed to launch a SaaS application. It typically includes features like user authentication, subscription management, payment integration, and content management, saving developers significant time and effort.
What do I get with SaaShovel?
With SaaShovel, you get:
• A starter-kit for running a SaaS business, including payment systems, database integration, authentication, CMS, permission access, UI components, and more.
• PHP Artisan commands to automate development and production processes
• Comprehensive documentation to help you set up your app and customize it to fit your needs
What payment processors does SaaShovel support?
SaaShovel integrates multiple payment processors, including Stripe, LemonSqueezy, Paddle, and NowPayments for crypto payments. This multi-payment support ensures you can switch to another payment processor should you need to (in case any issues arise with your current payment processor). Additionally, you can add your own.
What stack does SaaShovel use?
SaaShovel is powered by the TALL stack, which includes Tailwind, Alpine.js, Laravel 11, and Livewire 3. It also uses Jetstream (with Teams and API tokens) for user account management and Filament for the admin panel. You can leverage the power of all those tools to build a comprehensive SaaS.
Is it free?
Yes, it's under the MIT license, meaning you can use, modify, and distribute it freely while retaining the original license notice.