Skip to main content

Roadmap

Tracera is being built in phases, each unlocking new capabilities. The foundation is complete — the core platform and differentiating features are next.

Phase Overview

Foundation (Done)     Core Platform (Done)      Tier 1 Differentiators       Tier 2 Engagement
─────────────────     ──────────────────────     ──────────────────────       ──────────────────
Phase 1: Scaffold     Phase 3: Volatility       Phase 6: Portfolio ✓         Phase 12: Trade Journal
Phase 1.5: Auth       Phase 4: REST API         Phase 7: Portfolio Score     Phase 13: Weekly Digest
Phase 2: Ingestion    Phase 5: WebSocket        Phase 8: Smart Alerts        Phase 14: Rarity Pricing
                                                 Phase 9: Trade Simulator
                                                 Phase 10: Correlation Map
                                                 Phase 11: Sentiment Index

Foundation ✦ Complete

Phase 1 — Project ScaffoldingGo project structure, Docker Compose, Makefile, CI/CD pipelines.Done
Phase 1.5 — Session-Based AuthGoogle OAuth, GitHub OAuth, Steam OpenID, magic links, Redis-backed sessions, CSRF protection.Done
Phase 2 — Price IngestionSteam Market API and PriceEmpire API integration. Concurrent provider fetching, batch inserts, Redis caching and pub/sub.Done

Core Platform ✦ Complete

Phase 3 — Volatility EngineCompute rolling standard deviation, Bollinger bands, percentage change, trend score, and coefficient of variation per item. Results cached in Redis.Done
Phase 4 — REST APIFull item, price history, and volatility query endpoints. Rankings for most volatile items.Done
Phase 5 — WebSocket Real-Time FeedLive price and volatility push to connected clients. Hub architecture with Redis pub/sub subscriber.Done

Tier 1 — Core Differentiators

These features set Tracera apart from basic price trackers.
PhaseFeatureDescriptionStatus
6Portfolio SystemLink Steam account, import inventory, view portfolio valueMVP Done
7Portfolio Volatility ScoreSingle-number portfolio risk score. Percentile ranking vs other users.Planned
8Price Alerts with ContextIntelligent alerts that explain why a price move is significant.Planned
9What-If Trade SimulatorSimulate swapping items and see how portfolio volatility/value changes.Planned
10Skin Correlation MapPearson correlation matrix across item categories.Planned
11Market Sentiment IndexFear/greed index from volume spikes, listing count changes, price velocity.Planned

Tier 2 — Engagement & Retention

Features that keep users coming back.
PhaseFeatureDescriptionStatus
12Trade JournalLog trades with notes, track P&L, win/loss ratio, best/worst trades.Planned
13Weekly Digest EmailPortfolio summary, watchlist alerts, market trends — delivered weekly.Planned
14Rarity-Adjusted PricingFactor in float value, pattern index, stickers for true item valuation.Planned

Data Sources

SourceStatusType
Steam Market APIImplementedOfficial
PriceEmpire APIImplementedAggregator
CSFloat APIPlannedMarketplace
Skinport APIPlannedMarketplace