An AI-generated application today usually stays where it was made — tied to the platform that generated it, the runtime that executes it, the backend that stores its rows, or the model environment it was written against. Every other layer of the stack learned to move. The application did not.
Snug draws the boundary somewhere else: the application and its accumulated state belong to the user, and the intelligence is supplied by the host at runtime. That is one design decision, and the rest of this page is what follows from it.
Own it.
The application and its accumulated state can live in a .snug file you control — real SQLite, openable with ordinary tools.
Move it.
Take the application between compatible Snug hosts, and change the intelligence behind it without rebuilding the app around another provider.
Keep it private.
The app needs no SaaS backend of its own. Pair Snug with local inference when the workload has to stay on-device.