HeadlinesBriefing favicon HeadlinesBriefing.com

Kiso: Open-Source Engine Transforms Knowledge Bundles Into Static Sites

Hacker News •
×

Kiso emerged on Hacker News as an open-source publishing engine that converts Open Knowledge Format bundles into static websites optimized for both human readers and AI agents. The tool treats OKF as the single source of truth, generating clean HTML while preserving the original structured Markdown files for easy editing and version control.

Built around first principles, Kiso maintains knowledge in Git-compatible Markdown with explicit metadata. This approach keeps content reviewable and diffable while ensuring pages contain enough context for validation and consistent rendering. Each generated HTML page includes clear links back to its Markdown source, enabling seamless inspection and reuse.

The project ships with a build command that produces static websites complete with navigation, llms.txt, and sitemap.xml files. Developers can integrate Kiso into their GitHub Action workflows to automatically publish OKF bundles to GitHub Pages or other static hosting services.

An example using Google Analytics knowledgebase demonstrates how Kiso transforms structured content into navigable sites. The tool addresses a practical need: creating documentation that serves both traditional web browsers and emerging AI consumption patterns without duplicating effort.