Browser-based capture
Save articles, docs, and references in one click or keyboard shortcut via extensions for Chrome, Firefox, and Edge.
Save technical articles, documentation, and reference material in one searchable library. Then access it through the web, REST API, MCP, webhooks, or your own automations.
No credit card required.
Sources Saved
Preserved Article Content
Full text, reader view, and metadata stored durably
Dual Search Engine
Full-text keywords + semantic vector embeddings
Tags & Collections
Flexible taxonomy, notes, and highlights
Your Workflows
Core Capture
Developers constantly encounter useful technical material across documentation sites, blog posts, architecture writeups, RFCs, and GitHub discussions. Bredbox provides one durable place to preserve and retrieve it without forcing you into a single interface.
Save articles, docs, and references in one click or keyboard shortcut via extensions for Chrome, Firefox, and Edge.
Bredbox extracts and stores article text and reader formatting, so 404s, domain drops, and redesigns don’t destroy your references.
Search full article text by exact syntax, error codes, or high-level technical concepts when your memory is fuzzy.
Organize research by system architecture, stack, or project without rigid folder hierarchies. Add notes and highlights freely.
Developer Platform
Bredbox gives you four supported ways to access, automate, and build on top of your saved material. Connect your library to your terminal scripts, AI assistants, webhook receivers, and workflow engines.
Control every aspect of your account from code. Query saves, retrieve preserved article markdown and extracted text, filter by tags, manage collections, and ingest URLs directly from scripts and applications.
curl -H "Authorization: Bearer $BREDBOX_TOKEN" \
https://api.bredbox.app/v2/saves Give Claude, Cursor, and any MCP-compatible AI assistant safe, scoped access to search, read, and organize your library. Let your tools work directly from sources you have personally selected and verified.
Sample Assistant Prompts:
“Find what I saved about PostgreSQL connection pooling and summarize the tradeoffs.”
“Search my library for articles on distributed rate limiting and extract the code examples.”
Stop polling the API. Bredbox delivers signed webhook payloads to your HTTPS endpoint the moment an event occurs in your account, making event-driven pipelines simple and reliable.
Connect your reading library to databases, notification channels, RSS feeds, and messaging tools in n8n. Ingest links automatically or route new saves to downstream storage without writing custom server code.
Hybrid Search
Developers remember architecture patterns, bugs investigated, and concepts learned—but rarely remember the exact title or author months later. Bredbox combines full-text indexing with semantic vector search so you can find what you need from vague recollection.
When you know the specific function name, error message, RFC identifier, or CLI flag, full-text search matches precisely across titles, domains, URLs, and article contents.
// Query exact tokens
query: “PRAGMA journal_mode = WAL”
→ Matches exact string across all saved SQLite articles
When you only recall the high-level technique or problem solved, semantic search matches the underlying meaning even if the saved article used completely different terminology.
// Query vague recollection
query: “preventing cache stampede thundering herd”
→ Finds: “Mitigating Cache Stampedes with Probabilistic Expiration”
Context & Verification
AI is more useful when it can work from material you deliberately chose and can inspect yourself.
Instead of relying on generic web queries or training cutoff data, provide your AI tools with the exact documentation and engineering guides you have reviewed and saved.
Every answer synthesized by an AI assistant can be cross-checked against your preserved article copy, complete with original code examples and context.
AI doesn’t replace reading, research, or engineering judgment. It provides faster retrieval and synthesis across your personal knowledge base.
Ownership & Portability
Your library belongs to you. You can export everything at any time in open, standard formats, or build independent tooling around your data.
Download a comprehensive ZIP containing your saves CSV, custom collections, tags, highlights, notes, and preserved article contents.
Export a standard Netscape-format bookmarks HTML file ready to import into any web browser or third-party bookmarking application.
Interact with JSON schemas, standard Bearer auth, Standard Webhooks signing, and open MCP protocols that remain portable.
Save technical articles, documentation, and reference material in one searchable library. Access it through the web, REST API, MCP, webhooks, or your own automations.
No credit card required.