Hacker News new | ask | show | jobs
Show HN: WhispHub CLI – push your projects to WhispHub from the terminal (crates.io)
1 points by whispem 34 days ago
WhispHub is a platform I built to showcase developer projects, focused on discoverability. I launched it April 29.

This weekend I published the CLI:

cargo install whisphub whisphub login whisphub push

Auth works via browser confirmation — the CLI sends a request with a key, you approve on the WhispHub page, done. No credentials typed in the terminal. 25 KiB compressed,Mac/Linux/Windows.

I started Rust in October 2025. This is my second crate; the first was minikv, a distributed KV store with Raft consensus.

Happy to answer questions about the implementation or the platform.