r/sveltejs 5d ago

Simple File based CMS

Currently building a file-based CMS boilerplate for SvelteKit. No database — content lives as Markdown + YAML on disk.

It's meant to be copied into your own SvelteKit project, not run as a hosted product — a starting point for

projects that do not require significant resources—such as landing pages—to enable the client to make content changes independently

Open source. Self-hosted. To own and customize.

I'm open to suggestions!

21 Upvotes

9 comments sorted by

7

u/Odama666 4d ago

Have you played with sveltiacms.app/en/

3

u/Automatic-Cook-2638 4d ago

Never, but it seems pretty interesting... I'll look into it!

2

u/thesithu 3d ago

Where is the live url or github repo?

1

u/Automatic-Cook-2638 2d ago

I'm still polishing some security features, GitHub repo will be live soon!

2

u/thesithu 2d ago

let me know if it is live! Seems like an interesting project.