Flagship · the stack

Koan

v0.17 · pre-1.0 · consolidating

Model your domain as entities; Koan composes storage, web, AI and jobs - and tells you exactly what it did.

$ git clone https://github.com/sylin-org/koan-framework
"Describe the garden; it plants itself."

What it actually does

A .NET 10 framework. You describe your domain as plain entities; Koan reads them and composes the infrastructure around them - persistence, HTTP, jobs, AI - then reports exactly what it stood up and why. No hidden magic to reverse-engineer.

Get started
# build from source - published packages lag until 1.0
$ git clone https://github.com/sylin-org/koan-framework
# once you are on it, packages are referenced as Sylin.Koan.*
$ dotnet add package Sylin.Koan.Core
# describe an entity, then run - Koan reports what it stood up
$ dotnet run
Reach for it when
You're building .NET services and want convention with transparency · you'd rather model the domain than wire plumbing · you value decisions you can inspect over framework magic.
Not yet, if
You need a frozen 1.0 API today - Koan is pre-1.0 and still consolidating · your stack isn't .NET · you want a large plugin ecosystem already in place.