> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fimo.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Framework support

> Use Fimo with React Router, Vite + React, Next.js, Astro, or SvelteKit.

Fimo now supports React Router, Vite + React, Next.js, Astro, and SvelteKit.

Keep your application code, routes, locale setup, and SEO. Fimo adds content,
media, editing, Branches, previews, and hosting around the site you already
build.

## Start with a supported framework

Choose a framework when you create a project, or connect an application you
already have.

```bash theme={null}
# New project
fimo init my-site --framework astro

# Existing application
cd my-site
fimo link
```

[Choose a framework](/docs/cli/frameworks)

The framework keeps ownership of routing and application structure. Fimo gives
your team a place to edit content, review previews, and publish when ready.

Read the [framework comparison](/docs/cli/frameworks) for the current adapter
details, or see how to [migrate an existing site](/docs/changelog/2026-08-25-migration).

[See all updates](/docs/changelog/overview)
