Sveltia
This article is a stub. You can help the IndieWeb wiki by expanding it with relevant information.
Sveltia is a Git-based headless CMS used by a few folks in the indieweb community. It works well with any static site generator, such as hugo, 11ty, and Astro.
Why
This kind of CMS is useful if you enjoy the benefits of static site generators but still want to quickly add or edit content from mobile devices or other situations where using Git directly is cumbersome.
Sveltia is entirely on the client side (unlike most traditional CMSs), so there is no server and database to host and manage, and your edits are written directly back to the Git repository.
Indieweb Examples
Lesley Lai uses Sveltia CMS to manage microblogs (https://lesleylai.info/micro/)
Aks uses Sveltia CMS to easily post new blogposts from mobile browser.- Add yourself here⦠(see this for more details)
See Also
- Decap CMS: A similar project
- static site CMS