Mystic-Inventory

Mystic Inventory

Mystic Inventory is a lightweight iOS app that lets you use your iPhone camera to scan Magic: The Gathering cards and add them to a personal collection, stored locally using SwiftData. It’s designed to be faster and more responsive than existing apps by using OCR (text recognition) and the Scryfall API for accurate card identification β€” without relying on image matching.


✨ Features


πŸ”§ Tech Stack


πŸ“Έ How It Works

  1. Launch the scanner and point your camera at a Magic card.
  2. The app extracts:
    • Set code (e.g., bro, one)
    • Collector number (e.g., 142)
  3. It then calls: https://api.scryfall.com/cards/{set}/{collector_number}

  4. The card is matched and displayed β€” then added to your local collection.

Support/Issues

Please use the issues section of this repo to create an issue so we can fix it!