Overview
Pick your framework to get a complete Localess integration guide, from install through live editing.
Every guide is end-to-end: install, configure, fetch content, render it, and wire up the Visual Editor. Pick the one matching your stack — you shouldn't need to know which package it uses.
Angular
Angular, client-side or server-rendered, with TransferState hydration. Built on @localess/angular.
Astro
Astro integration for static or server output, with in-place live preview. Built on @localess/astro.
Next.js
App Router with React Server Components, or a static export. Built on @localess/react.
Node.js
No frontend framework — the type-safe TypeScript client for any server or script. Built on @localess/client.
Nuxt
Nuxt 4 module with a public/secret token split and component auto-registration. Built on @localess/nuxt.
React Router
React Router v7 framework mode, server-rendered or prerendered. Built on @localess/react.
SvelteKit
SvelteKit with server-side loading in +page.server.ts. Built on @localess/svelte.
TanStack Start
Full-stack React on TanStack Router, server-rendered or prerendered. Built on @localess/react.
Reference implementations
Every guide is written from a working project you can run and read. Each one links its own, and they all live in playgrounds/.
| Framework | Package | Playground |
|---|---|---|
| Angular | @localess/angular | angular-ssr |
| Astro | @localess/astro | astro, astro-static |
| Next.js | @localess/react | next, next-static |
| Node.js | @localess/client | — |
| Nuxt | @localess/nuxt | nuxt |
| React Router | @localess/react | react-router, react-router-static |
| SvelteKit | @localess/svelte | svelte-kit |
| TanStack Start | @localess/react | tanstack-start, tanstack-start-static |
Guides that cover more than one rendering mode explain the difference in their Setup section rather than splitting into separate pages — Next.js covers App Router and static export, Astro covers server and static output, and React Router and TanStack Start each cover server-rendered and prerendered builds.
Not listed yet
Guides for React (no framework), Vue (no framework), Svelte (no framework), and AnalogJS are not published yet. We write a guide once there's a reference implementation to write it from, so these arrive alongside their playgrounds.
In the meantime the closest starting points are Next.js for React, Nuxt for Vue, SvelteKit for Svelte, and Angular for AnalogJS — each shares its package with the missing guide.