Cryptrix is a professional-grade cryptocurrency dashboard built to feel like a real trading terminal rather than a simple price tracker. It pulls real-time market data from the CoinGecko API and keeps it fresh with live price polling, so prices, market caps, and volume figures stay current without a manual refresh. The dashboard centers on interactive candlestick charts for technical analysis, alongside a global search powered by a Cmd+K command palette for quickly jumping between coins. Data fetching and caching are handled with SWR to keep the UI responsive under frequent polling, and the interface is built with Next.js, TypeScript, Tailwind CSS, and shadcn/ui components for a clean, consistent design system throughout the trading terminal UI.

Key Features
- Real-time market data and live price polling via the CoinGecko API
- Interactive candlestick charts for technical analysis
- Global search with a Cmd+K command palette
- Full trading terminal UI