Localess

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.

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/.

FrameworkPackagePlayground
Angular@localess/angularangular-ssr
Astro@localess/astroastro, astro-static
Next.js@localess/reactnext, next-static
Node.js@localess/client
Nuxt@localess/nuxtnuxt
React Router@localess/reactreact-router, react-router-static
SvelteKit@localess/sveltesvelte-kit
TanStack Start@localess/reacttanstack-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.

On this page