Modern Content Management

Decap CMS meets SvelteKit for blazing-fast static sites with Git-based content

Get Started

Why This Stack?

âš¡

Git-Based

Content stored directly in your repository for full version control.

🧩

Svelte Magic

Enjoy Svelte's compiler optimizations and reactive stores.

🎨

Customizable

Extend the CMS with custom widgets and previews.

🚀

Blazing Fast

Static output with SvelteKit's adapter-static.

Quick Start

| npm create svelte@latest my-app

| cd my-app

| npm install decap-cms @sveltejs/adapter-static

| # Configure svelte.config.js

| # Add admin/index.html

| npm run build

See the full documentation for detailed setup instructions.