Show HN: Capsule – Single-file web apps that save their data into SQLite

Coding · Free · collected from public sources

Visit Show HN: Capsule – Single-file web apps that save their data into SQLite ↗

What is Show HN: Capsule – Single-file web apps that save their data into SQLite?

Hey HN,<p>I always had the problem that building HTML pages is really simple now, but trying to save data required hosting it somewhere, and sharing it afterwards was not easy. Over the last few months, I&#x27;ve been building an app called Capsule (it’s also the file extension name) written in Rust with Tauri 2.0 that allows packing an HTML app and its data into a single SQLite file.<p>The HTML file and any related assets are directly embedded in the database. User data can either be saved as a localStorage key&#x2F;value store or via a MongoDB-inspired collections API as documents, saved in a table in the file. You can also save other assets, like PDF files or images, directly in the database to keep different documents together. All data can be easily exported to CSV or JSON if needed.<p>Privacy and security were a big priority for me, so documents cannot do anything out of the box. They don’t have direct access to the file system and they require permission to access the internet.

Tags

ai hackernews show-hn

Pricing

Listed as Free. Pricing changes often — confirm on the official site.

Similar Coding tools

Loading…

Listings are collected automatically from public sources and refreshed daily. We do not take payment for placement.

← Back to the directory