Documentation
Read the real thing.
These engineering references explain how Vendale is designed, built, and recovered. They are maintained alongside the code so you can trace product scope to the underlying system.
Architecture
2,778 linesHow Vendale is built: the desktop shell, the backend, channels, workers, and the security decisions in between.
Read the document.md
API contract
1,755 linesThe typed service surface the desktop depends on, and the HTTP contract behind it.
Read the document.md
Database schema
1,005 linesTables, tenancy columns, and how multi-tenant isolation is expressed in the data model.
Read the document.md
What these documents are
These are the working documents of the project, not copies made for the website. Architecture decisions appear here with their reasoning, including past mistakes and how they were closed. They update with the code.