Your saved content,
finally useful.

DumpIt indexes everything you save — links, notes, PDFs — and lets you ask questions across it all. Via web, browser extension, API, or Claude MCP.

Links & PDFs
AI search
REST API
Claude MCP
Browser extension
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
Gemini Flash prompt design.pdf
PDF
API design notes — v2 endpoints
Note
RK
AS
MJ
PT
DN
200+ developers and knowledge workers already saving smarter
First 500 founding members get 50% off Pro — forever
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 URL, 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
Coming soon

Browser Extension

1-click save from any tab. Highlight text, save the page, clip screenshots — 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, "id": "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

Web 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.

Coming soon

PDF documents

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

Coming soon

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, "id": "r_abc123", "indexed": true }

# REST API — semantic search
curl "https://app.dumpit.app/api/ai/search?q=RAG+citation+patterns" \
  -H "Authorization: Bearer dk_live_..."
# → { "results": [...], "sources": [...] }
Founding Member Offer

First 500 get 50% off Pro — forever.

$4.50/month instead of $9. Locked in as long as your subscription is active.

327 spots remaining of 500
Claim your spot — $9
Stripe-secured · 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
Pro
$9/month
$90/year — save 17%

Unlimited knowledge. Full platform access.

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

Build on DumpIt. Pure programmatic access.

Start with API
  • 2,000 API calls / month
  • Claude MCP integration
  • 500 AI Ask queries / month
  • Webhook support
  • 5 API keys
FAQ

Common questions

Limited founding member offer

Stop losing what
you learn.

Every link you save and forget is knowledge lost. DumpIt makes your saved content answerable.

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