Kalmia started as a small hobby project about two months ago, but it quickly evolved when we needed a better solution to manage our office's documentation. It has now become our go-to tool for both internal and user-facing docs.<p>Recently, we decided to open source it, as we believe others might benefit from a lightweight, customizable documentation system like this. We're excited to see how the community can take it further, contribute, and adapt it to their own needs!
Congrats on launching! Quick question: is this closer to WikiJS (<a href="https://js.wiki/" rel="nofollow">https://js.wiki/</a>), TinaCMS (<a href="https://tina.io/" rel="nofollow">https://tina.io/</a>), Docusaurus (<a href="https://docusaurus.io/" rel="nofollow">https://docusaurus.io/</a>), or something else?
I browsed the documentaton a bit and struggle to understand. CMS for me means "web server side application that stores data". However I don't understand how this goes together with "Cross-Platform Compatibility: Run Kalmia virtually anywhere thanks to its Go-based architecture."<p>I couldn't find a roadmap for the project but I would suggest to implement some sort of SSO. At work it was so much easier to justify bringing in a new tool like <a href="https://www.getoutline.com/" rel="nofollow">https://www.getoutline.com/</a> where we could use OIDC to integrate with Gitlab user management.
Using Rust for markdown parsing seems like the epitome of driving a racecar to the grocery store- I’m curious if you have any metrics as to how much build time was reduced with that over using something like Node. I’d guess it’s <10ms.
I have yet go understand how people built slick UI like this.<p>Is this Chakra UI? The notification that shows up and bounces a bit, I've seen that on other websites too.
Nice framework! I think it's missing a graph view that shows the connections between documents. Something like what Quartz provides. <a href="https://quartz.jzhao.xyz/" rel="nofollow">https://quartz.jzhao.xyz/</a>
I'd like a CMS for static files so non git users can edit my hugo/whatever static sites (marketing, docs, etc).<p>Are there any that just work with markdown and git repos?