✦ Free forever — no credit card needed
Your code snippets,
finally organised
Save, search and reuse code across every project. Stop digging through old files and Stack Overflow tabs.
Debounce hook
TypeScript
function useDebounce(
value: string,
delay: number
) { /* ... */ }
value: string,
delay: number
) { /* ... */ }
Paginate query
SQL
SELECT * FROM posts
ORDER BY created_at
LIMIT 20 OFFSET $1;
ORDER BY created_at
LIMIT 20 OFFSET $1;
Flatten array
JavaScript
const flatten = arr =>
arr.reduce(
(a, b) => a.concat(b),
[]);
arr.reduce(
(a, b) => a.concat(b),
[]);
∞
Snippets stored
11+
Languages
0$
Monthly cost
Secure by default
Row-level security ensures you only ever see your own snippets. JWT auth, email verification included.
Instant search
Full-text search across title, description and code. Find that snippet you saved 6 months ago in seconds.
Language tags
Filter by JavaScript, Python, SQL, TypeScript and more. Colour-coded for fast scanning.
One-click copy
Copy any snippet to clipboard instantly. No selecting, no right-click menus.
Edit anytime
Update snippets as your code evolves. Full edit with language, title and description.
Works everywhere
Fully responsive. Access your vault from any device, any browser.