diff --git a/src/site/headless-cms/sveltia-cms.md b/src/site/headless-cms/sveltia-cms.md new file mode 100644 index 00000000..76e56495 --- /dev/null +++ b/src/site/headless-cms/sveltia-cms.md @@ -0,0 +1,39 @@ +--- +title: Sveltia CMS +repo: sveltia/sveltia-cms +homepage: https://github.com/sveltia/sveltia-cms +opensource: "Yes" +typeofcms: "Git-based" +supportedgenerators: + - All +description: Git-based headless CMS. A modern, free alternative to Netlify CMS & Decap CMS. Open source. Lightweight. UX-driven development. Made with Svelte. +images: + - path: /img/cms/sveltia-0.png + - path: /img/cms/sveltia-1.png + - path: /img/cms/sveltia-2.png + - path: /img/cms/sveltia-3.png + - path: /img/cms/sveltia-4.png +--- +# Sveltia CMS + +Sveltia CMS is a Git-based lightweight headless CMS under active +development as a modern, quick replacement for Netlify CMS and Decap +CMS. + +In some simple cases, migration is as easy as a single line of code +change, although we’re still working on improving compatibility. + +The free, open source, UX-focused alternative to Netlify/Decap CMS is +now in public beta — with more features to come. + +# Motivation + +Sveltia CMS was born in November 2022, when the progress of Netlify CMS was stalled for more than six months. @kyoshino’s clients wanted to replace their Netlify CMS instances without much effort, mainly to get better internationalization (i18n) support. + +To achieve radical improvements in UX, performance and i18n, it was decided to build an alternative from the ground up, while ensuring an easy migration path from the other. After proving the concept with a rapid Svelte prototype, development was accelerated to address their primary use cases. The new offering has since been named Sveltia CMS and released as open source software to encourage wider adoption. + +Our goal is to make it a viable successor to Netlify CMS, expand the Git-based headless CMS market, empower small businesses and individuals who need a simple yet powerful CMS solution, and showcase the huge potential of the Svelte framework. + +# Features + +> See the git repository `readme.md` file, all supported and upcoming features. diff --git a/src/site/img/cms/sveltia-0.png b/src/site/img/cms/sveltia-0.png new file mode 100644 index 00000000..c0131e64 Binary files /dev/null and b/src/site/img/cms/sveltia-0.png differ diff --git a/src/site/img/cms/sveltia-1.png b/src/site/img/cms/sveltia-1.png new file mode 100644 index 00000000..d46c9012 Binary files /dev/null and b/src/site/img/cms/sveltia-1.png differ diff --git a/src/site/img/cms/sveltia-2.png b/src/site/img/cms/sveltia-2.png new file mode 100644 index 00000000..4937a43c Binary files /dev/null and b/src/site/img/cms/sveltia-2.png differ diff --git a/src/site/img/cms/sveltia-3.png b/src/site/img/cms/sveltia-3.png new file mode 100644 index 00000000..db0525c3 Binary files /dev/null and b/src/site/img/cms/sveltia-3.png differ diff --git a/src/site/img/cms/sveltia-4.png b/src/site/img/cms/sveltia-4.png new file mode 100644 index 00000000..c3e888b7 Binary files /dev/null and b/src/site/img/cms/sveltia-4.png differ