I 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.
Show HN: Capsule – Single-file web apps that save their data into SQLite
111–120 of 176 posts
Re: Show HN: Capsule – Single-file web apps that save their data into SQLite
#112Earlier quoted context omitted.
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.
It could be useful for us with home labs for the same reasons. Kind of annoying to deploy docker containers for all the services I build that amount to personalized/skinned trello boards.
It’s self-hostable too. I’ve got a bunch of super niche todo lists and personal apps running on my home server with it.
Re: Show HN: Capsule – Single-file web apps that save their data into SQLite
#113But there is something compelling in the idea - there is need for an interactive smart document format that you can share around easily. Kind of like a next gen markdown derivative cross with jupyter notebook where you bundle data, live parametric visualizations, code, audio, video, asciicinema like playback, comments, metadata, file artifacts etc
Re: Show HN: Capsule – Single-file web apps that save their data into SQLite
#114Earlier quoted context omitted.
Why not on a shared drive like dropbox? Concurrent editing wouldn't work, though.
Beyond "not working", concurrent editing is likely to silently lose data, or corrupt data, or possibly just fill up your drive with lots of "conflicted copies" that you have to manually reconcile.
If a capsule is a recipe, like in one of the examples, that’s pretty cool. If a capsule is a recipe _manager_, then I think it would get messy.
Re: Show HN: Capsule – Single-file web apps that save their data into SQLite
#115Re: Show HN: Capsule – Single-file web apps that save their data into SQLite
#116Re: Show HN: Capsule – Single-file web apps that save their data into SQLite
#117Re: Show HN: Capsule – Single-file web apps that save their data into SQLite
#118Re: Show HN: Capsule – Single-file web apps that save their data into SQLite
#119It kinda reminds me of MS Access, which ended up being a pain in the butt for IT departments, but also covered a need within some department with limited resources. Really curious to see where this goes. Do you plan to open-source the client, or simply make the file specification open when stabilized?
I'm currently 50/50 on open source the full app vs just the spec. Since I'm currently having a strong idea of what features and functionality is still missing I feel that open-sourcing right now would distract to much in this phase. But maybe when the main features are done it would make sense to have more people looking at and improving it.