Jul 7, 2026
Developer Tools
cli
file sharing
privacy
rust
Gallery
About
Capsule started as a basic HTTP server to teach myself Rust.Then I kept going, and it turned into the first full-stack thing I've fully shipped: a Rust/Axum server, a Rust CLI, an Android app (my first, same story as the Rust one), and a fully featured web UI. It quickly grew as I realized I could solve my file transfer problem by turning a basic webserver into an actual daily use tool.Entire project is open source, code can be found at: https://github.com/withcapsule/Would love to hear anyone's thoughts on this.
Comments (5)
rust/axum backend looks legit. whats the file size cap?
axum for your first rust project is a bold move
full rust stack first ship
how'd you handle file storage with axum?
no login needed is clutch for quick file transfers
ComingUp