Save, tag, and retrieve snippets in seconds. A calm, distraction-free workspace for developers who write good code.
1 auth utility — saved 3 days ago 2 3 const hashPassword = async (pwd) => { 4 const salt = await bcrypt.genSalt(12); 5 return bcrypt.hash(pwd, salt); 6 }; 7 8 tags: #auth #bcrypt #utils 9 module.exports = { hashPassword };
Syntax highlighting across 20+ languages. Never lose useful code.
Find anything by title, tag, or language in milliseconds.
Tags like #auth, #api, #hooks. Filter your library in one click.
Clean public links for any snippet. Perfect for teams.
Drop in any snippet. Pick the language and add a title.
Add up to 10 tags. Autocomplete keeps it fast.
Search, filter by language or tag, copy in one click.
Free to use. No credit card. Just a calmer way to manage your code.