The framework for modern Craft websites

Crelte combines Craft’s flexible content modeling with Svelte’s fast frontend in a clear, structured workflow — no manual wiring required.

Getting started

Three strong components for Crelte

CraftCMS

Craft CMS is a flexible content management system that lets you model, organize, and deliver content through an intuitive interface while giving developers fine-grained control.

Svelte

Svelte is a frontend framework that compiles your components into efficient JavaScript at build time, resulting in fast, lightweight user interfaces.

Vite

Vite is a modern build tool that provides instant server starts and fast hot module replacement, making development quick and responsive.

Built for speed and clarity

Content-driven routing

Crelte uses Craft’s sections and entry types to automatically determine which Svelte template to render — no manual route definitions needed.

Structured data loading

Global and entry-specific data are loaded in a predictable order through GraphQL and optional loadData-functions, keeping templates clean and maintainable.

Fast feedback with SSR + HMR

Pages are server-rendered for speed and SEO, then hydrate on the client, while Vite’s hot module replacement keeps development instant and smooth.

The magic of Crelte

Crelte abstracts away routing, data fetching, localization, and caching — so your components stay lean and your dev loop stays instant. It’s the kind of framework that gets out of your way, letting you ship faster without boilerplate.

Start creating beautiful websites today

Crelte combines Craft’s flexible content modeling with Svelte’s fast, compiled frontend and Vite’s instant feedback loop. You get content-driven routing, structured data loading, and server-rendered pages that hydrate smoothly — all without manual wiring or repetitive setup