Architecture notes
Platform architecture, for anyone integrating with or building on top of it.
- LuisSystemd is a multi-tenant platform: compute is provisioned at the platform level, and tenant isolation is enforced via account- and project-level scoping — files, databases, and secrets are logically partitioned per project, independent of the underlying compute topology.
- Deploy and share endpoints are exposed through a managed tunnel layer; the tunnel layer can be recycled independently of project state, which reassigns the public URL.
- Dependency installation (
node_modules, Python virtual environments) and deploy snapshots are provisioned from platform-managed storage. - The job scheduler resolves at minute-level granularity; it does not implement the full cron expression syntax.