Laravel Jetstream
Laravel Jetstream is a beautifully designed application starter kit for Laravel, providing the perfect starting point for your next Laravel application. It implements your application's login, registration, email verification, two-factor authentication, session management, API via Laravel Sanctum, and optional team management features. Jetstream is designed using Tailwind CSS and offers your choice of Livewire or Inertia scaffolding. Laravel Jetstream offers your choice of two frontend stacks, Livewire and Inertia.js. Each stack provides a productive, powerful starting point for building your application; however, the stack you choose will depend on your preferred templating language. Laravel Livewire is a library that makes it simple to build modern, reactive, dynamic interfaces using Laravel Blade as your templating language. This is a great stack to choose if you want to build an application that is dynamic and reactive and is a great alternative to a full JavaScript framework.
Learn more
Larafast
Larafast is a Laravel Starter Kit that speeds up development by including pre-built features like payment integration (Stripe, LemonSqueezy, Paddle), SEO tools, an Admin dashboard, a Blog, User Auth, Landing Page components powered by TailwindCSS and DaisyUI, and more, offering a complete package to quickly start Laravel projects.
Learn more
Artiplate
Artiplate is a comprehensive Laravel SaaS boilerplate designed to accelerate the launch of startups by providing essential features and integrations out of the box. It offers two versions, VILT, built with Laravel 11, Vue 3, Inertia, and Tailwind CSS; and TALL, utilizing Laravel 11, Alpine.js, Livewire, and Tailwind CSS. Key functionalities include secure user authentication, payments through Stripe, database management with support for SQLite, MySQL, and PostgreSQL, and a built-in blog system. The platform also supports Single Sign-On (SSO) and magic links for passwordless authentication, enhancing user convenience. Artiplate comes with a collection of base components such as input fields, buttons, and utilities, facilitating rapid UI development. By handling common, repetitive tasks, Artiplate enables developers to focus on their unique business logic, thereby reducing development time and effort.
Learn more
Livewire
Livewire is a full-stack framework for Laravel that simplifies building dynamic interfaces without leaving the comfort of Laravel. It allows developers to create modern, reactive web applications using Laravel's Blade templating engine, eliminating the need for a separate frontend framework. Livewire components can communicate with each other through a global event system, enabling seamless interaction between components on the same page. The framework supports features like data binding, validation, and lifecycle hooks, facilitating the development of complex, dynamic interfaces. By handling frontend interactions on the server side, Livewire reduces the complexity of building dynamic UIs, allowing developers to focus on application logic without extensive JavaScript. Livewire renders the initial component output with the page. This way, it's SEO-friendly. When an interaction occurs, Livewire makes an AJAX request to the server with the updated data.
Learn more