Standalone app
A Standalone app is your app packed into a single folder you can run anywhere — even with no internet at all. When you export one, Sheetward packages the compiled screens, a slimmed copy of the same rule-checking engine, and your app's data. Each cloud piece is swapped for a local one: a SQLite file instead of PostgreSQL, a plain data/ folder instead of cloud file storage, and no outside 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 standalone app enforces exactly the same roles and validation rules as the hosted app — the difference is that it runs on a machine you control. See Running a standalone app for the quick start.