Ship single-file apps with an embedded SQLite database for local-first data
by Stackness
Languages & FrameworksInstead of shipping a web app that depends on a hosted backend, developers embed the HTML, assets, and a SQLite database into a single portable file. The app reads and writes its own data locally, can be shared as one file, and needs no server to run or sync.