Releases: soyrochus/tee
First release
Tee System — v0.9.0 (First Public Release)
This is the first public release of Tee, a runnable reference implementation of a deliberately constrained application architecture.
What’s included
-
A complete, working example built with Rust and PostgreSQL
-
A two-layer runtime model (application service + database)
-
HTML-first application flow with optional progressive enhancement
-
Explicit Command / Query separation without full CQRS infrastructure
-
SQL as a first-class interface (no ORM-generated SQL)
-
A bounded Task example that exposes architectural seams rather than features
-
Local, DB-backed authentication with a clean seam for enterprise OIDC / AD
-
Comprehensive documentation:
- Architecture Guidelines
- Task example walkthrough
- Development Guide
- Authentication overview
- mdBook-based Guide
What this release is
- A proposal backed by a working, testable implementation
- A starting point for teams exploring AI-assisted development under clear constraints
- A reference for building performant, readable, and auditable business applications
What this release is not
- A framework
- A one-size-fits-all solution
- An endorsement of complexity by default
Tee is released under the MIT license.
Feedback, critique, and experimentation are encouraged.