Web App
Full dashboard with AI search, collections, and profile management. Works in any browser.
Save anything you find — links, notes, and PDFs — then ask questions across all of it via the web app, browser extension, REST API, or Claude MCP.
Query your saved knowledge directly from Claude Desktop
Use chunk-level citation metadata — store source title, URL, and chunk index with every vector. Return the N closest chunks with their source refs as footnotes in the answer.
I'm building DumpIt because I kept losing things I'd already learned — a link I read last month, a note I wrote last week, a PDF I forgot I even saved. Most tools just dump your stuff in a folder and leave you to search for it later.
What I actually want is a second brain — for me and my team — that doesn't just store things but understands them. Something where you can save anything digital, ask questions across all of it, share what's useful, and keep the rest private. And eventually, an AI that actually knows you — so every answer it gives back is sharper because it's grounded in what you've actually saved.
It's early. Links and notes work today, more is coming. If this sounds like something you've been looking for, I'd love to build it with your feedback.
Building in public. This is the honest current state of the product.
Save any link, PDF, or plain-text note. All are indexed and AI-searchable.
Semantic search and answer generation across your entire saved knowledge base.
Save from any tab with the browser extension, or query your vault directly from Claude Desktop.
Forward anything to save@dumpit.page and it lands in your vault, indexed and searchable.
Four steps from raw resource to AI-cited knowledge.
Paste a link, upload a PDF, write a note, or use the browser extension. DumpIt accepts any format.
Text is extracted, chunked, and embedded with Gemini. Every save becomes searchable by meaning.
Natural language questions. Cited answers from your own saved content — not the open web.
Public profile at /u/username or keep everything locked to your account. You control visibility per resource.
Web app, browser extension, REST API, Claude MCP — save and query your knowledge from anywhere.
Full dashboard with AI search, collections, and profile management. Works in any browser.
1-click save from any tab. Highlight text or save the whole page — without leaving the browser.
Programmatic access to your vault. Add resources, search by query, retrieve chunks — integrate with anything.
Query your DumpIt vault directly from Claude. Ask your second brain without switching apps.
DumpIt is your AI second brain for everything you consume — web, notes, PDFs, and more.
Articles, docs, videos, tools — any URL. Text is fetched and indexed server-side.
Write directly in the dashboard. Plain text notes are chunked and embedded instantly.
Upload PDF files from your device. Text is parsed, chunked, and made fully searchable.
Highlight text or clip a page with one click from the browser extension.
Paste a video URL and DumpIt fetches the transcript, making it AI-searchable.
Tweets, GitHub repos, Notion exports, and more on the roadmap. Shape it with your feedback.
DumpIt exposes a REST API and a Claude MCP integration so you can query your second brain programmatically — from your own tools, scripts, or AI agents.
# Claude MCP config (~/.claude/mcp.json)
{
"mcpServers": {
"dumpit": {
"command": "npx",
"args": ["-y", "dumpit-mcp"],
"env": { "DUMPIT_API_KEY": "dk_live_..." }
}
}
}
# REST API — add a resource
curl -X POST https://app.dumpit.app/api/resources \
-H "Authorization: Bearer dk_live_..." \
-H "Content-Type: application/json" \
-d '{"link": "https://example.com/article"}'
# → { "success": true, "resourceId": "r_abc123" }
# REST API — semantic search
curl -X POST https://app.dumpit.app/api/ai/search \
-H "Authorization: Bearer dk_live_..." \
-H "Content-Type: application/json" \
-d '{"query": "RAG citation patterns"}'
# → { "success": true, "results": [...] }$9/month instead of $18. Locked in as long as your subscription is active — first 1,000 members only.
95–99% gross margin means we can keep AI costs absurdly low. You get powerful AI at coffee prices.
Get a feel for the dump-index-ask loop.
Unlimited knowledge. Full platform access.
Everything you save and forget is knowledge lost. DumpIt makes what you save answerable.