code snippet manager

Save & find your
code snippets
instantly.

Save, tag, and retrieve snippets in seconds. A calm, distraction-free workspace for developers who write good code.

devkeep ~ snippet.js
  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 };
0
snippets
0
languages
0
tags
javascripttypescriptpythongorustsqlbashreactnext.jsnode.jsmongodbprismajavascripttypescriptpythongorustsqlbashreactnext.jsnode.jsmongodbprisma
Features

Everything a developer
actually needs.

01

Save snippets

Syntax highlighting across 20+ languages. Never lose useful code.

02

Instant search

Find anything by title, tag, or language in milliseconds.

03

Tag & organize

Tags like #auth, #api, #hooks. Filter your library in one click.

04

Share publicly

Clean public links for any snippet. Perfect for teams.

how it works

Three steps to a
cleaner workflow.

01

Paste your code

Drop in any snippet. Pick the language and add a title.

02

Tag it

Add up to 10 tags. Autocomplete keeps it fast.

03

Find it instantly

Search, filter by language or tag, copy in one click.

Start saving your
best snippets today.

Free to use. No credit card. Just a calmer way to manage your code.