The idea is simple: The website itself becomes the CMS. There’s no admin panel. You define your content model in JavaScript and write Svelte components to render it. Once deployed the client can login and change content live on the page, create new pages, and link them up to form a website. The data is stored in SQLite. It’s fast and doesn’t require a rebuild when content changes.
My goal is to make small to medium websites editable, without depending on a 3rd party system.
This is likely not a good fit if you need multi-author workflows, or heavy editorial tooling.
Curios to hear what you think.