Inertia.js
Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers. observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 86
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 2.0
- age_days: 2737
- days_rel: 15
- days_push: 7
- n_releases_24m: 95
Adoption not part of the score
8102 stars · 554 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Inertia.js is a glue framework that lets you build single-page React, Vue, or Svelte apps on top of classic server-side routing and controllers, without building a separate API. It works through client-side and server-side adapters, with official support for Laravel and community adapters for Rails, Django, Phoenix, and more.
Use cases
- build a single-page app without writing an API
- add React or Vue frontend to a Laravel app
- replace client-side routing with server-side controllers
- build a modern monolith with server-driven navigation
- handle forms and validation without a REST layer
- server-side render an SPA without a separate API backend
When to choose
- you want SPA interactivity while keeping routing, auth, and validation on the backend
- your stack is Laravel (or Rails/Django/Phoenix) and you don't want to build and maintain an API
- you prefer one codebase and one router over a decoupled frontend/backend split
- you want a batteries-included setup with forms, partial reloads, SSR, and prefetching
When to avoid
- you need a fully decoupled frontend consuming a public or mobile API
- you need heavy client-side routing, offline support, or complex client-side state
- your backend framework has no Inertia adapter
- you're building a native mobile app or need API-first architecture
Facets
framework · maturity stable
web-framework routing ssr form-handling state-management middleware web-development frontend backend apis php cross-platform spa monolith laravel react vue svelte no-api adapter-pattern typescript nodejs web-server
3 sources
- readme: https://github.com/inertiajs/inertia · fetched 2026-08-28 · db041d98f50a
- homepage: https://inertiajs.com · fetched 2026-08-29 · 2ee985d6847a
- site_page: https://inertiajs.com/docs · fetched 2026-08-29 · 817e57051fc3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| inertiajs/inertia | main | 95 |
| inertiajs/inertia-laravel | sdk | 98 |
| inertiajs/pingcrm | examples | 34 |
For agents
markdown · JSON · MCP: product_card(name="inertiajs/inertia")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem