Blog
Notes on building Oridecon — the framework, its boundaries, and the products it ships.
2026
- September 6, 2026 Alpha 0.1.x — what is stable
The architecture is the pin. Package names and experimental surfaces will still move. Here is what we will not casually rewrite.
- September 1, 2026 How coding agents should read Oridecon
The shortest path from a fresh clone to a change that will pass the import linter — llms.txt, agents.md, contracts, then an example.
- August 26, 2026 Coming from FastAPI
FastAPI is a great HTTP layer. Oridecon keeps that instinct and puts a composition root around it — you are not starting over.
- August 20, 2026 I built a Python framework inspired by Laravel
Laravel taught me what developer experience feels like. Here is how those instincts live in Python.