# Inertia.js

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.

Repository: https://github.com/inertiajs/inertia
Canonical: https://ross.abutalabs.com/products/inertiajs
Homepage: https://inertiajs.com
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2026-08-26T21:28:18+00:00
Link (homepage): https://inertiajs.com
Link (site_page): https://inertiajs.com/docs

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 86, longevity 100
- inputs: {"age_days": 2737, "days_push": 7, "days_rel": 15, "gap_med": 2.0, "n_releases_24m": 95}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 8102, forks 554 (observed 2026-08-28T04:10:12.957574+00:00)

## What it is
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
- artifact type: framework
- maturity: stable
- function: web-framework, routing, ssr, form-handling, state-management, middleware
- domain: web-development, frontend, backend, apis
- platform: php, cross-platform
- tags: spa, monolith, laravel, react, vue, svelte, no-api, adapter-pattern, typescript, nodejs, web-server

## Member repositories
- inertiajs/inertia (main) score 95
- inertiajs/inertia-laravel (sdk) score 98
- inertiajs/pingcrm (examples) score 34

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:12.957574+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:30:42.108756+00:00, confidence not recorded.
  - readme: https://github.com/inertiajs/inertia (fetched 2026-08-28T04:10:12.957574+00:00, sha db041d98f50a)
  - homepage: https://inertiajs.com (fetched 2026-08-29T08:29:06.420888+00:00, sha 2ee985d6847a)
  - site_page: https://inertiajs.com/docs (fetched 2026-08-29T08:29:06.430524+00:00, sha 817e57051fc3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
