Your developer clipboard, everywhere.

Save, search, and reuse code snippets across your web dashboard and VS Code — fast, reliable access wherever you code.

Sign in with Google · No credit card required · Free plan available

snippetbook — My Snippets
🔍 Search your snippets…
+ New
React useLocalStorage hooktypescript
export function useLocalStorage(key, init) {
  const [v, setV] = useState(() => {…}
Cloudflare Worker CORS helperjavascript
const corsHeaders = {
  "Access-Control-Allow-Origin": "*",…
Docker multi-stage builddockerfile
FROM node:18-alpine AS builder
WORKDIR /app
COPY . .
Go context timeoutgo
ctx, cancel := context.WithTimeout(
  context.Background(), 2*time.Second)

Everything your snippets need

Everything you need to save, find, and reuse your code — available instantly from any device or editor.

Instant access

Your snippets load in milliseconds no matter where you are — fast and reliable, every time.

Full-text search

Search across snippet titles, descriptions, and code in real time. Results are ranked by relevance so the right snippet surfaces first.

Secure sign-in

Sign in with your Google account — no passwords to manage, no extra accounts to create.

VS Code extension

Browse, insert, copy, and create snippets right from the sidebar without leaving your editor.

Multi-language support

TypeScript, JavaScript, Python, Rust, Go, SQL, Dockerfile, YAML, and more — all tagged and filterable.

Free & Pro plans

Start with 100 snippets for free. Upgrade to Pro for 500 snippets and priority support.

Up and running in 30 seconds

No config files. No API keys to manage. Just sign in and start saving.

  1. Sign in with Google

    One click. Your account is created automatically on first login. No passwords.

  2. Save your first snippet

    Paste code into the dashboard or right-click a selection in VS Code and choose "Save to SnippetBook".

  3. Search and reuse anywhere

    Type a keyword in the dashboard search bar or the VS Code sidebar — results appear instantly with BM25 ranking.

Your snippets. Everywhere you code.

Free plan available. No credit card required.