Git-Based CMS app akin to Netlify pages but:
- Not tied to Netlify
- Self-hostable
Ideally build with a serverless tech stack. (probably solidStart or maybe primeStack)
Should:
- Have an admin Dashboard thats generated based on:
- Models defined in some config file (probably a toml)
- Content in site.
- Content types supported:
- Json Data
- Markdown w/ frontmatter
- Be queriable by whatever static site builders.
- Published changes trigger webhooks.