Comment by psanford
1 day ago
To follow up on this a bit, something that I really want is a way to build and launch apps from an llm really easily. I am imagining and environment with a database, object storage, and a publicly reachable webserver. I think this could be that with OIDC auth to an s3 bucket and litestream.
I was previously thinking about doing the same thing on my homeserver with tailscale to expose the web interface publicly and tailscale oidc auth to an s3 bucket for object storage.
I have a Sprite with an auth token to an isolated Sprite org, it works really well for this.
SQLite works great for my apps. I haven't needed object storage yet, storing files on disk is enough.