Feat/dodopayments monetization - #131
Conversation
…anches Broaden the "What DumpIt Is" / competitive-context sections to reflect the portable-context vision more fully, and add a Git Workflow section so Claude can push to feature branches without asking each time (main still always goes through a PR).
The extension already posted here for richer capture metadata (selected text, canonical URL, source type) but fell back silently to the plain /api/resources endpoint since the route didn't exist, losing that data. Add the route (reusing the same auth/limit/index pipeline as /api/resources) and wire the popup's quick-capture flow to use it too, matching the side panel's existing behavior.
Pricing.tsx sells "REST API access" and "Claude MCP integration" on the paid tier, but there was no way to authenticate a long-lived external client — only short-lived Firebase ID tokens existed. Add dk_live_... API keys (SHA-256 hashed in Firestore), a settings route to generate/list/revoke them, and a requireAuthOrApiKey() auth path that resolves either a Firebase token or an API key to a uid. Wire it into the three routes external clients need: resource creation and both AI search/ask endpoints. Add a compact key-management card to the profile page.
Ships the MCP server that "Claude MCP integration" on the pricing page was already promising, with nothing built. A minimal, real implementation: three tools (ask_vault, search_vault, save_to_vault) that thin-wrap the existing rate-limited /api/ai/ask, /api/ai/search, and /api/resources endpoints over stdio, authenticated with the new API key system. Structured as an independent sibling package like dumpit-extension/, excluded from the root tsconfig.
…pped Hero, Features, Platform, and Roadmap still said PDF upload and the browser extension were "coming soon" — both have been live for a while. Flip their status, fold Claude MCP into the roadmap as shipped, swap in Email-to-save as the next honestly-planned item, and fix the REST API / semantic-search code examples in ApiSection (wrong HTTP method, wrong response field names, wrong MCP package name) to match what actually ships.
Dashboard.tsx had zero user-visible error handling (console.error only) across resource loading, pagination, delete, and demo import. Add a lightweight toast system (none existed) mounted at the root, styled off existing .app-panel/.app-chip conventions. Also add an UpgradePrompt component shown specifically for 403 UPGRADE_REQUIRED responses (resource limit, PDF upload, AI query limit) instead of generic red text, with a real checkout link extracted from Pricing.tsx into a shared app/lib/dodoCheckout.ts.
CLAUDE.md mandates zinc-only, but 229 slate-* occurrences remained across the app outside the landing folder (already migrated separately). Straight color-token substitution, no behavior change.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 13 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (45)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
No description provided.