Standalone bundle
Standalone bundle is a slice of exactly the hosted stack, folded into a single folder. When you publish one, Sheetward packages the compiled UI, a slimmed copy of the same API runtime and your app's data — swapping each cloud piece for a local one: SQLite instead of PostgreSQL, a plain data/ folder instead of object storage, and no external services at all.
The same web UI, precompiled
A slim copy of the same API runtime
All records & lookups in one local file
Attachments on local disk
Unzip, install, run — works offline, no cloud services required
Same code, smaller footprint: a bundle enforces the same roles and validation rules as the hosted app — it just runs on a machine you control. See Running a published bundle for the quick start.