Your saved content,
finally useful.

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.

Claude Desktop · DumpIt MCP
YouWhat did I save about RAG citation patterns?
Claude
[via DumpIt MCP] Found 3 resources in your vault —
[1] RAG citation patterns guide · [2] Vector design notes · [3] Citation UX article

Query your saved knowledge directly from Claude Desktop

Save links & notes
AI search (RAG)
REST API
Claude MCP
app.dumpit.app/dashboard
Ask DumpItAll sources
What patterns should I use for RAG with citations?
Answer from your vault

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.

[1] RAG patterns[2] Vector design[3] Citation UX
Recent saves
RAG citation patterns guide
Link
API design notes — v2 endpoints
Note
Firestore vector index setup
Link
R
Rayan
Building DumpIt

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.

Roadmap

What's live, what's next.

Building in public. This is the honest current state of the product.

01Live

Save links, notes & PDFs

Save any link, PDF, or plain-text note. All are indexed and AI-searchable.

02Live

Ask DumpIt (AI / RAG)

Semantic search and answer generation across your entire saved knowledge base.

03Live

Browser extension & Claude MCP

Save from any tab with the browser extension, or query your vault directly from Claude Desktop.

04Planned

Email-to-save

Forward anything to save@dumpit.page and it lands in your vault, indexed and searchable.

How it works

From save to answer in seconds.

Four steps from raw resource to AI-cited knowledge.

Step 01

Save from anywhere

Paste a link, upload a PDF, write a note, or use the browser extension. DumpIt accepts any format.

Step 02

AI indexes it instantly

Text is extracted, chunked, and embedded with Gemini. Every save becomes searchable by meaning.

Step 03

Ask across everything

Natural language questions. Cited answers from your own saved content — not the open web.

Step 04

Share or keep private

Public profile at /u/username or keep everything locked to your account. You control visibility per resource.

Platform

Every surface, one vault.

Web app, browser extension, REST API, Claude MCP — save and query your knowledge from anywhere.

Live

Web App

Full dashboard with AI search, collections, and profile management. Works in any browser.

app.dumpit.app/dashboard
RAG citation patternsAI
Firebase auth guideAI
Next.js deployment.pdfAI
Live

Browser Extension

1-click save from any tab. Highlight text or save the whole page — without leaving the browser.

DumpItExtension
vercel.com/docs/functions/serverless
Pro

REST API

Programmatic access to your vault. Add resources, search by query, retrieve chunks — integrate with anything.

$ curl -X POST https://dumpit.app/api/resources \
-H "Authorization: Bearer {key}" \
-d '{link:'https://example.com'}'
{ "success": true, "resourceId": "r_abc123" }
Pro

Claude MCP

Query your DumpIt vault directly from Claude. Ask your second brain without switching apps.

Claude + DumpIt MCP
You
What did I save about Gemini pricing?
Claude via DumpIt
From your vault: Gemini Flash is $0.15/M input... [Source: dumpit_plan.md]
Content types

Not just links.

DumpIt is your AI second brain for everything you consume — web, notes, PDFs, and more.

Live

Links

Articles, docs, videos, tools — any URL. Text is fetched and indexed server-side.

Live

Notes & text

Write directly in the dashboard. Plain text notes are chunked and embedded instantly.

Live

PDF documents

Upload PDF files from your device. Text is parsed, chunked, and made fully searchable.

Live

Browser clips

Highlight text or clip a page with one click from the browser extension.

Roadmap

YouTube videos

Paste a video URL and DumpIt fetches the transcript, making it AI-searchable.

Roadmap

More coming

Tweets, GitHub repos, Notion exports, and more on the roadmap. Shape it with your feedback.

API & MCP

Build on your vault.

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.

  • REST API
    Add resources, search by natural language query, retrieve chunks. 1,000 calls/month on Pro.
  • Claude MCP
    Connect DumpIt to Claude Desktop. Ask your vault directly from your AI conversation.
  • Webhooks (roadmap)
    Get notified when indexing completes or a resource is added by the extension.
API included in Pro
DumpIt API + MCP
# 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": [...] }
Founding Member Offer

Early supporters get 50% off Pro — forever.

$9/month instead of $18. Locked in as long as your subscription is active — first 1,000 members only.

Get Founding Access — $9/mo
Secured by DodoPayments · 30-day money back
Pricing

Simple, transparent pricing.

95–99% gross margin means we can keep AI costs absurdly low. You get powerful AI at coffee prices.

Starter
Free

Get a feel for the dump-index-ask loop.

Get started free
  • 50 resources (links, notes, PDFs)
  • 15 AI Ask queries / month
  • 3 collections
  • Public profile at /u/username
Most popular
Founding Member
$9/month$18
Locked in forever — first 1,000 members only

Unlimited knowledge. Full platform access.

Get Founding Access — $9/mo
  • Unlimited resources (all types)
  • 300 AI Ask queries / month
  • Unlimited collections
  • Browser extension
  • REST API access (1,000 calls/mo)
  • Claude MCP integration
  • PDF & document upload
  • Profile analytics
  • Data export (JSON / CSV)
FAQ

Common questions

Limited founding member offer

Stop losing what
you learn.

Everything you save and forget is knowledge lost. DumpIt makes what you save answerable.

Get Founding Access — $9
30-day money back·Cancel anytime·Stripe-secured