> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lunarphp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Inertia + Vue Starter Kit

The Inertia + Vue Starter Kit is a production-ready storefront built on Laravel, [Inertia.js](https://inertiajs.com), and [Vue 3](https://vuejs.org). It is designed for developers who want the flexibility and interactivity of a single-page application while keeping the simplicity of Laravel’s server-side routing and controllers.

<Info>
  This starter kit is currently in active development. Check back soon for installation instructions and release updates.
</Info>

Unlike the [Livewire Starter Kit](/1.x/getting-started/starter-kits/livewire), which serves as a basic reference implementation, the Inertia + Vue Starter Kit provides a fully realized front-end experience out of the box, ready to serve as the foundation for production stores.

## Features

* Full product catalog with collection and search pages
* Cart and multi-step checkout flows
* Customer authentication, account area, and order history
* Server-side rendering (SSR) for SEO and performance
* Tailwind CSS styling with a clean, extensible component architecture
* Example implementations for payments, shipping, and tax
* Built to be customized, extended, and themed for client projects
