> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cardops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Coming Soon

> What's next for CardOps — upcoming features and roadmap

CardOps is under active development. Here's what we're building and what's on the horizon.

<Steps>
  <Step title="Near term" icon="hammer">
    Features actively in development or next in line.

    <Columns cols={3}>
      <Card title="UI improvements" icon="palette">
        Improved data tables with sorting and filtering, and more intuitive navigation between related records.
      </Card>

      <Card title="Bug fixes" icon="bug">
        Ongoing stability and reliability work — edge case handling in parsers, import accuracy, reconciliation calculations, and general platform robustness.
      </Card>

      <Card title="Parser revamp" icon="code">
        Rebuilding paste and CSV parsers for better accuracy, broader format support, and clearer error messages when input doesn't match expected patterns.
      </Card>
    </Columns>
  </Step>

  <Step title="Medium term" icon="rocket">
    Scoped and designed — development planned after near-term work completes.

    <Columns cols={3}>
      <Card title="Inventory management" icon="warehouse">
        Track your card inventory, divide it among your selling platforms, and keep quantities in sync automatically.
      </Card>

      <Card title="Scryfall integration" icon="database">
        Automatic card metadata lookup — enrich line items with set information, card images, rarity data, and current market prices.
      </Card>

      <Card title="Market analysis" icon="chart-mixed">
        Compare your sale prices against market rates. Identify undervalued listings and track price trends over time.
      </Card>
    </Columns>
  </Step>

  <Step title="Long term" icon="mountain-sun">
    Larger initiatives on the roadmap. Timelines are flexible and subject to change based on user feedback.

    <Columns cols={2}>
      <Card title="Shipping management" icon="truck-fast">
        End-to-end shipping workflow — generate packing slips, batch orders by shipping method, and track fulfillment status.
      </Card>

      <Card title="Envelope tracking" icon="envelope">
        Track individual envelope shipments with IMB (Intelligent Mail Barcode) tracking. Get delivery confirmations and flag orders that haven't been delivered on time.
      </Card>

      <Card title="Shipping provider integrations" icon="link">
        Connect with USPS, UPS, FedEx, Pirate Ship, and more to pull tracking data, compare rates, and purchase labels.
      </Card>

      <Card title="More automation" icon="robot">
        Auto-reconciliation of payouts, smart expense categorization, recurring expense scheduling, and workflow triggers.
      </Card>
    </Columns>
  </Step>
</Steps>

***

<Card title="Have a feature request?" icon="lightbulb" href="mailto:support@cardops.io" horizontal>
  We prioritize based on user feedback. Reach out and let us know what matters most to your workflow.
</Card>
