Crelte combines Craft’s flexible content modeling with Svelte’s fast frontend in a clear, structured workflow — no manual wiring required.
Getting startedCraft 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 is a frontend framework that compiles your components into efficient JavaScript at build time, resulting in fast, lightweight user interfaces.
Vite is a modern build tool that provides instant server starts and fast hot module replacement, making development quick and responsive.
Crelte uses Craft’s sections and entry types to automatically determine which Svelte template to render — no manual route definitions needed.
Global and entry-specific data are loaded in a predictable order through GraphQL and optional loadData-functions, keeping templates clean and maintainable.
Pages are server-rendered for speed and SEO, then hydrate on the client, while Vite’s hot module replacement keeps development instant and smooth.
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.
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