All products
SnippetBook icon
WebVS Code

SnippetBook

Your developer clipboard, everywhere.

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

Everything your snippets need

Instant access

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

Full-text search

Search across titles, descriptions, and code in real time. Results 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 to start

Start with up to 100 snippets for free. No credit card required. Pro plan coming soon.

See it in action

snippetbook — My Snippets
🔍 Search your snippets…
+ New
React useLocalStorage hooktypescript
export function useLocalStorage(key, init) {
  const [v, setV] = useState(() => {…}
Cloudflare Worker CORSjavascript
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)

Up and running in 30 seconds

  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 or VS Code sidebar — results appear instantly.

Ready to try SnippetBook?

Free plan available. No credit card required.