Public documentation site for Unstable Kernel, built with Astro Starlight.
- Vision - What Kernel is and why it exists
- How It Works - Technical architecture with mermaid diagrams
- Experiments - Flocking, Pheromone, Ecosystem, Mycelium
- Theory - Mathematical foundations summary
- Roadmap - Current state and future plans
Requires Node.js 20+.
npm install
npm run devBuild for production:
npm run buildDeploy the dist/ folder to Cloudflare Pages, Vercel, or any static host.
MIT