Earlier quoted context omitted.
The problem is that you can't save the user data in way that you can click a single file, similar to a Word or Excel file. I you think a about it, a Excel spreadsheet is also just UI + data in a single file.
This is a frustration of mine as well, but I vaguely remember someone showing something on HN where the file could essentially save itself, I think they were using some file APIs for that... sadly I can't find the details anymore. But I keep running into the "HTML file opened locally can't update itself" issue repeatedly now that I build tools for myself with LLM agents.
Show HN: Capsule – Single-file web apps that save their data into SQLite
91–100 of 176 posts
Re: Show HN: Capsule – Single-file web apps that save their data into SQLite
#92Re: Show HN: Capsule – Single-file web apps that save their data into SQLite
#93Re: Show HN: Capsule – Single-file web apps that save their data into SQLite
#94> but trying to save data required hosting it somewhere With the File System Access API, webpages nowadays can read and write local files just like desktop applications: https://developer.chrome.com/docs/capabilities/web-apis/file... Try this text editor for example: https://googlechromelabs.github.io/text-editor/ It works nicely on Desktop and Mobile.
My dream is that you could write to Google Drive or iCloud Drive transparently too if the browser allows you to
Re: Show HN: Capsule – Single-file web apps that save their data into SQLite
#95Re: Show HN: Capsule – Single-file web apps that save their data into SQLite
#96Re: Show HN: Capsule – Single-file web apps that save their data into SQLite
#97Sorry I am confused. If you(u1) share a link (html page) with your friend (u2), they fill data/form, then it get saved in u2's desktop. How does u1 see it?
Re: Show HN: Capsule – Single-file web apps that save their data into SQLite
#98I don't know, this seems like an idea that maybe works in a specific context being generalized past the point of the original idea making sense. If the user needs to download a specific application to run this these web apps, then why not just send them that initial application in the first place? Why jump through the hoops of using Capsule when the same hoops can be jumped through to get to the same endpoint? If thi…
Seems pretty useful in an enterprise context to me. I see it as an alternative to 10 million vibe coded apps to dockerize and manage. You can put the runtime on everyone’s machine and provide a web version for really collaborative stuff. Bonus points for an intelligent way to manage these stored in OneDrive and other cloud folders. Easy to get corruption on SQLite files stored there.