buildHtml
baseUrl https://decap-svelte.scroll.pub
metaTags
editButton /edit.html
title Decap CMS + SvelteKit
style.css
header
class hero
nav
div Decap+Svelte
class logo
div
class nav-links
a Features
href #features
a Docs
href #docs
a Edit
href edit.html
a GitHub
class cta-button
href https://github.com/decaporg/decap-cms
div
class hero-content
h1 Modern Content Management
p Decap CMS meets SvelteKit for blazing-fast static sites with Git-based content
a Get Started
class primary-button
href #docs
main
section
id features
class features
h2 Why This Stack?
div
class feature-grid
div
class feature-card
div ⚡
class feature-icon
h3 Git-Based
p Content stored directly in your repository for full version control.
div
class feature-card
div 🧩
class feature-icon
h3 Svelte Magic
p Enjoy Svelte's compiler optimizations and reactive stores.
div
class feature-card
div 🎨
class feature-icon
h3 Customizable
p Extend the CMS with custom widgets and previews.
div
class feature-card
div 🚀
class feature-icon
h3 Blazing Fast
p Static output with SvelteKit's adapter-static.
section
id docs
class docs
h2 Quick Start
div
class terminal
pre
class code-example
| 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
p See the full documentation for detailed setup instructions.
footer
div
class footer-content
div
class footer-links
a Documentation
href https://decapcms.org/docs/sveltekit/
a Community
href https://discord.gg/PuSA6YN
a Blog
href https://decapcms.org/blog
p A perfect pairing for modern Jamstack development.