Self-hosting
Svitrio is designed to run on your own infrastructure. The API is a single distroless Go binary; the admin is a static SvelteKit build. Each tenant is a namespace with the API, the admin and a database.
The binary boots from a blank database — there is no migration dance to run before first start.
Architecture — how modules, schemas and the audit log fit together.