docs/guide/starter-kits.md
Inertia Rails starter kits provide modern, full-stack scaffolding for building Rails applications with React, Vue, or Svelte frontends using Inertia.js. These starter kits are inspired by Laravel's starter kit ecosystem and offer the fastest way to begin building Inertia-powered Rails applications.
<script setup> import { useData } from 'vitepress'; const { isDark } = useData() </script>Repository: inertia-rails/react-starter-kit
Repository: inertia-rails/vue-starter-kit
Repository: inertia-rails/svelte-starter-kit
Each starter kit repository includes detailed setup instructions. The typical workflow:
bin/setup