Track your Pokemon TCG collection — cards, sealed products, and graded slabs — with live prices and portfolio charts.
Live at rarebox.io · Docs at docs.rarebox.io
Built by Nova.
- Add cards by searching any set — live results with card images and TCGPlayer prices
- Add sealed products (booster boxes, ETBs, tins) — prices and images fetched from PriceCharting
- Add graded slabs (PSA / BGS / CGC / ACE) — grade-specific pricing from PriceCharting
- Bulk import — paste a PTCGL/PTCGO deck list and add all cards at once
- Multiple named portfolios, each with a color and their own value chart
- Combined dashboard showing total collection value, cost basis, and gain/loss
- Create multiple named decks, add cards by search
- Track deck cost, ownership status (Need / Owned / ✓ Owned)
- Compare decks against your collection — shows which cards you already own
- Import current meta decks with one click
- Auto-fetches current tournament meta from Limitless TCG
- Shows top 8 competitive decks ranked by meta share and CP
- Core cards resolved server-side with exact card match (set code + number)
- Market prices from TCGPlayer for every card
- Cached for 24h — instant on repeat visits
- Updates automatically as tournament results shift
- Browse all TCG sets — English and Japanese, with set logos and card counts
- Click into any set to browse the full card list
- Search cards by name across all sets with live results
- Live card prices from pokemontcg.io, sealed/graded prices from PriceCharting
- Price history charts back to November 2022 (7D / 1M / 6M / 1Y / 3Y ranges)
- Portfolio value-over-time chart with daily price snapshots (3 years retained)
- Export individual portfolios to Excel (summary + items sheets)
- Export all portfolios to a single Excel file
- Backup entire collection as JSON — download and restore on any device
- Transfer to device — gzip-compressed QR code or clipboard copy/paste for moving collections between devices
- Stale data cleanup — deleted cards don't linger in snapshots or backups
- Touch-friendly card grids with persistent overlay buttons on touch devices
- Bottom sheet panels for card details, search results, and portfolio items
- Responsive charts, stacked headers, column hiding on smaller screens
- Installable as a standalone app on Android and iOS
- Auto-detects platform and shows relevant install option
- Clean URLs, per-route page titles, dynamic OG tags
- Sitemap and robots.txt for search engine indexing
- All data stored locally in your browser (IndexedDB via Dexie.js)
- No accounts, no server — everything runs client-side
- Automatic migration from localStorage for existing users
- Debounced writes with crash-safe flush (beforeunload)
- Price data fetched directly from public APIs in the browser
- Price alerts — set thresholds on cards, get browser notifications when prices cross them
- Per-type price staleness tracking — cards (24h), sealed/graded (12h)
- Terms & Conditions page with full Privacy Policy at /terms
- Vercel Analytics and Speed Insights for anonymized usage metrics (page views, Core Web Vitals — no cookies, no cross-site tracking)
- In-app tutorial videos for Browse Sets and Decks pages
- Auto-play once on first visit
- Replay anytime via ⓘ info icon next to the page title
- Built with Manim Community Edition, rendered at 1080p60
- Set data cached in localStorage for 24h — instant load on return visits
- pokemontcg.io responses trimmed with
select=— 50-60% smaller payloads - DNS prefetch for all external domains (APIs and CDNs)
- In-memory API cache with 1h TTL for card/detail fetches
- Chart rebuilds debounced (300ms), 404s cached as misses
- Daily price snapshots use cached prices only — zero API calls
- API calls batched — max 3-5 concurrent requests (no burst scraping)
- Retry with backoff on transient errors (429, 5xx, timeout) — 2 retries, 1s/2s delays
- 15s timeout on all external fetches (no hanging requests)
- Vue 3 + Vite
- Pinia (state management)
- Dexie.js (IndexedDB persistence)
- ApexCharts (price/portfolio charts)
- Vue Router (navigation)
- XLSX (Excel export)
- pokemontcg.io API (card data + live prices)
- tcgdex API (Japanese sets/cards, price history Nov 2022+)
- PriceCharting JSON API (sealed + graded prices)
- Pokellector CDN (Japanese set logos)
- Vercel (hosting + analytics)
- v1.0.1 — Critical fix: Vue reactive proxies couldn't be serialized to IndexedDB
- v1.0.0 — First release. Full feature set: collections, decks, meta decks, pricing, charts, PWA, SEO, bulk import, backup/transfer, IndexedDB persistence
npm install
npm run devOpens at http://localhost:5173
npm run buildMIT
