Overview

Everything You Need To Build Your Next Project

A new project requires a lot of features that have been built thousands of times before, so why not just run a command and have all the features set up automatically? That's exactly what Artiplate provides.

  • Users & Authentication: Secure authentication with brute-force protection and two-factor auth.
  • Payments: Set up checkout sessions with Stripe, manage webhooks for user account updates.
  • Vue / Livewire & Tailwind UI: 50+ components and multiple themes made with pure Tailwind CSS. No other UI library needed.
  • Database: Use the DB you like. Choose between MySQL, Postgres and SQLite.
  • Blog: Built-in blog module with blog posts overview and single post page.
  • Email Notifications: Send well designed email notifications written in Markdown or HTML.
  • SEO & Analytics: Use blog posts to increase SEO, automate sitemap generation and easy setup for Google Analytics or Plausible.
  • Additional Features: Documentation, Magic Links auth, Tests, Social Logins, Privacy Policy template, Waiting list signup

Two Stacks Available

With Artiplate you gain access to both VILT and TALL boilerplates:

VILT: Vue 3, Inertia, Laravel 11, TailwindCSS

TALL: TailwindCSS, AlpineJS, Livewire and Laravel 11

Fredrik's profile picture

Fredrik

Related Boilerplates

Visit website for Larafast

Larafast

Laravel SaaS Starter Kit for beginners and pros

JavaScript
PHP
Alpine.js
DaisyUI
Tailwind CSS
MySQL
Lemon Squeezy
Paddle
Stripe
FilamentPHP
Inertia
Laravel
Livewire
Vue.js

Features:

1-Click Deploy
Access Control
Admin
AI
Auth
Blog
ChatGPT
+8 more
Visit website for Wave

Wave

The fastest way to ship your SaaS product

PHP
Alpine.js
Livewire
Tailwind CSS
MySQL
PostgreSQL
SQLite
Stripe
FilamentPHP
Laravel

Features:

Access Control
Admin
API
Auth
Billing
Blog
Changelog
+12 more
Visit website for Larasonic

Larasonic

Modern Laravel SaaS Starter Kit powered by Laravel Jetstream, Inertia V2, and Shadcn/ui

JavaScript
PHP
TypeScript
Inertia
shadcn/ui
Tailwind CSS
MySQL
Laravel Cashier
Stripe
FilamentPHP
Laravel
Vue.js

Features:

Access Control
Admin
AI
API
Auth
Docker
Payments
+3 more
Visit website for SaaSykit

SaaSykit

Laravel-based boilerplate with everything needed to build a SaaS in days

PHP
Alpine.js
Tailwind CSS
Lemon Squeezy
Paddle
Stripe
FilamentPHP
Laravel
Livewire

Features:

1-Click Deploy
2FA
Admin
Announcements
Auth
Blog
Dashboard
+11 more
Visit website for LaunchFast

LaunchFast

Production-Ready SaaS Starter Kits in Astro, Next.js, and SvelteKit

JavaScript
TypeScript
HTML
React
Tailwind CSS
DynamoDB
Firestore
MongoDB
PostgreSQL
Redis
SQLite
Lemon Squeezy
Stripe
Astro
Next.js
Preact
React
SolidJS
Svelte
SvelteKit
Vue.js

Features:

AI
Analytics
Auth
Blog
ContentLayer
Docs
Emails
+4 more
Visit website for FastestEngineer

FastestEngineer

Build a fully featured SaaS app with Primate.js and Svelte

Go
JavaScript
Python
Ruby
TypeScript
Angular
Handlebars
HTMX
Markdown
Marko
React
Solid
MongoDB
MySQL
PostgreSQL
SQLite
SurrealDB
Stripe
Analog
Next.js
Nuxt
Primate.js
Svelte
SvelteKit
Vue.js

Features:

API
Auth
Blog
CI/CD
Deployment
Docs
Emails
+7 more

Frequently Asked Questions

JavaScript

What makes JavaScript ideal for SaaS development?

JavaScript excels in SaaS development due to its robust ecosystem, strong typing capabilities, and excellent library support. JavaScript boilerplates leverage language-specific features to provide type-safe database queries, efficient API routing, and optimized runtime performance. The language's maturity means you get battle-tested packages for authentication, payment processing, and background jobs that integrate seamlessly.

PHP

What makes PHP ideal for SaaS development?

PHP excels in SaaS development due to its robust ecosystem, strong typing capabilities, and excellent library support. PHP boilerplates leverage language-specific features to provide type-safe database queries, efficient API routing, and optimized runtime performance. The language's maturity means you get battle-tested packages for authentication, payment processing, and background jobs that integrate seamlessly.

Inertia

What Inertia-specific architecture patterns are implemented?

Inertia boilerplates leverage the framework's native architecture patterns including its routing system, middleware pipeline, and controller/handler structure. They implement Inertia's conventions for separating concerns, dependency injection, and service layer patterns. The codebase follows Inertia's best practices for organizing models, views/components, and business logic to ensure maintainability as your application grows.

Laravel

What Laravel-specific architecture patterns are implemented?

Laravel boilerplates leverage the framework's native architecture patterns including its routing system, middleware pipeline, and controller/handler structure. They implement Laravel's conventions for separating concerns, dependency injection, and service layer patterns. The codebase follows Laravel's best practices for organizing models, views/components, and business logic to ensure maintainability as your application grows.

Livewire

What Livewire-specific architecture patterns are implemented?

Livewire boilerplates leverage the framework's native architecture patterns including its routing system, middleware pipeline, and controller/handler structure. They implement Livewire's conventions for separating concerns, dependency injection, and service layer patterns. The codebase follows Livewire's best practices for organizing models, views/components, and business logic to ensure maintainability as your application grows.

Vue.js

What Vue.js-specific architecture patterns are implemented?

Vue.js boilerplates leverage the framework's native architecture patterns including its routing system, middleware pipeline, and controller/handler structure. They implement Vue.js's conventions for separating concerns, dependency injection, and service layer patterns. The codebase follows Vue.js's best practices for organizing models, views/components, and business logic to ensure maintainability as your application grows.

Alpine.js

What Alpine.js-specific component architecture is used?

Alpine.js boilerplates follow the framework's component composition patterns with reusable, atomic design components. They implement Alpine.js's best practices for component structure, props handling, event management, and lifecycle methods. The component library includes authentication flows, dashboards, data tables, forms with validation, and navigation—all built with Alpine.js's native features like hooks (React), composition API (Vue), or directives (Angular).

Livewire

What Livewire-specific component architecture is used?

Livewire boilerplates follow the framework's component composition patterns with reusable, atomic design components. They implement Livewire's best practices for component structure, props handling, event management, and lifecycle methods. The component library includes authentication flows, dashboards, data tables, forms with validation, and navigation—all built with Livewire's native features like hooks (React), composition API (Vue), or directives (Angular).

Tailwind CSS

What Tailwind CSS-specific component architecture is used?

Tailwind CSS boilerplates follow the framework's component composition patterns with reusable, atomic design components. They implement Tailwind CSS's best practices for component structure, props handling, event management, and lifecycle methods. The component library includes authentication flows, dashboards, data tables, forms with validation, and navigation—all built with Tailwind CSS's native features like hooks (React), composition API (Vue), or directives (Angular).

MySQL

What MySQL-specific features are leveraged in these boilerplates?

MySQL boilerplates utilize the database's native capabilities including its transaction model (ACID for SQL, eventual consistency for NoSQL), indexing strategies (B-tree, GiST, full-text search), and advanced features like JSON columns, array types, window functions, or document queries. The schema design takes advantage of MySQL's strengths—whether that's PostgreSQL's JSONB, MySQL's full-text search, MongoDB's aggregation pipeline, or Redis's data structures.

PostgreSQL

What PostgreSQL-specific features are leveraged in these boilerplates?

PostgreSQL boilerplates utilize the database's native capabilities including its transaction model (ACID for SQL, eventual consistency for NoSQL), indexing strategies (B-tree, GiST, full-text search), and advanced features like JSON columns, array types, window functions, or document queries. The schema design takes advantage of PostgreSQL's strengths—whether that's PostgreSQL's JSONB, MySQL's full-text search, MongoDB's aggregation pipeline, or Redis's data structures.

SQLite

What SQLite-specific features are leveraged in these boilerplates?

SQLite boilerplates utilize the database's native capabilities including its transaction model (ACID for SQL, eventual consistency for NoSQL), indexing strategies (B-tree, GiST, full-text search), and advanced features like JSON columns, array types, window functions, or document queries. The schema design takes advantage of SQLite's strengths—whether that's PostgreSQL's JSONB, MySQL's full-text search, MongoDB's aggregation pipeline, or Redis's data structures.

Stripe

What Stripe API features are implemented?

Stripe boilerplates implement the provider's complete API suite including checkout sessions, subscription lifecycle management, customer portal, webhook event handling, and invoice generation. They use Stripe's latest API version with proper error handling, idempotency keys, and retry logic. The integration includes Stripe-specific features like payment intents, setup intents, subscription schedules, and tax calculation APIs.

JavaScript

What JavaScript-specific tools and libraries are included?

JavaScript boilerplates include the language's most popular and production-proven tools. This typically includes testing frameworks, linters, formatters, build tools, and package managers specific to JavaScript. You'll get pre-configured toolchains that enforce best practices, automated testing pipelines, and development environments optimized for JavaScript development workflows.

PHP

What PHP-specific tools and libraries are included?

PHP boilerplates include the language's most popular and production-proven tools. This typically includes testing frameworks, linters, formatters, build tools, and package managers specific to PHP. You'll get pre-configured toolchains that enforce best practices, automated testing pipelines, and development environments optimized for PHP development workflows.