Skip to main content

Inertia JavaScript Server Adapter

Integrate Inertia with any modern Javascript runtime and server. Inertia is a framework-agnostic way to create single-page applications without much of the complexity of modern SPAs. It allows you to build modern single-page React, Vue, and Svelte applications using classic server-side routing and controllers.

Why Inertia Server?

  • Framework agnostic - Works with any modern JavaScript server and runtime
  • Fully typed - Communicate between server and client with full type safety
  • Feature complete - Supports all Inertia.js v2 features besides precognition (yet)

Example

Next Steps

Installation

Detailed installation instructions

Elysia Adapter

Connect inertia helpers to Elysia routes

Hono Adapter

Connect inertia helpers to Hono routes