✓ You're on the list!
For developers shipping single-file web apps

Your Capsule app has data. Now it has a shareable link.

Upload a SQLite snapshot and get a read-only link in seconds. No signup, no config, no Turso account required.

Join the waitlist for Capsule Host. We will email you when the hosted snapshot links go live — no spam, unsubscribe anytime.

Why SQLite Hosting Matters Right Now

Capsule hit the front page of Hacker News with 275 points and 117 comments for a simple reason: it lets you ship a complete web app as a single file that stores its data in a local SQLite database. That combination — one file, one database, zero infrastructure — is exactly what a growing number of independent developers want. The same pattern showed up across Product Hunt and Lobsters in the same week, alongside tools like Ordewell, Linux Doctor, and AttaLambda. Single-file apps with local data are not a one-off curiosity; they are a clear aesthetic that this community has converged on.

But there is a gap nobody has filled. The moment your data lives in a local SQLite file, it becomes impossible to share. You cannot send a colleague a link to the rows in your app. You cannot show a client what the database looks like without asking them to install something, clone a repo, or spin up a server. The existing options all solve a different problem: Turso turns SQLite into a production edge database, Litestream replicates it for backup, and DB Fiddle gives you a throwaway sandbox. None of them give you the one thing you actually need in the moment — a persistent, read-only link you can paste into a chat.

That is the gap Capsule Host fills. It is not a framework, a database, or a backup tool. It is the missing sharing layer for the single-file apps people are already building. The timing matters because the audience is right here, right now, in the same threads discussing how to handle data sync and deployment. If you have ever exported a .sqlite file and wished you could just send someone a URL, this is built for you.

How It Works

Three steps, no account, no configuration files. From a local database file to a link you can share in under a minute.

1

Drop in your SQLite file

Export the .sqlite or .db file from your Capsule app and drop it into the browser. Parsing happens client-side with sql.js, so your raw database never leaves your machine during the preview step.

2

Get a read-only link

We generate a stable URL like capsulehost.dev/v/abc123 that renders every table as a clean, read-only grid. No write access, no schema changes, no risk of someone mutating your data through the link.

3

Share it or export it

Send the link to a teammate, a client, or a friend. Anyone who opens it can browse the tables and export any result set to CSV without installing a single tool. Snapshots expire automatically after seven days.

What You Get

Everything you need to turn a local database into something other people can actually look at.

Upload in one drop

Drag a .sqlite