Show HN: A minimal snippet sharing service with API, CLI, and web front end
Category: devtools
Tags: snippet-sharing, rust, cli-tool
Score: 5.5/10 (Innovation: 4, Technical: 5, Documentation: 7, Utility: 6)
A minimal self-hosted snippet sharing service built in Rust, offering a web UI, CLI, and REST API for creating, browsing, and managing code snippets. It is interesting for its single-binary deployment with embedded frontend and SQLite, making it easy to self-host with no external dependencies.
Target audience: backend devs
Repository: https://github.com/skorotkiewicz/snip · Rust · MIT
View on Hacker News