AI-powered Analysis
Integration with an external AI service for automated market-trend evaluation and signal generation.
A backend and dashboard for automated market analysis using an external AI service. BullMQ queues manage background jobs with retries and priorities, while worker threads move CPU-heavy analysis off the main event loop. Two Fastify services can be deployed and scaled independently, and a React dashboard provides visibility into bot activity, performance and analysis results.
Integration with an external AI service for automated market-trend evaluation and signal generation.
CPU-intensive analysis tasks offloaded to dedicated worker threads to keep the main event loop responsive.
The backend is split into two Fastify services to distribute load and allow independent scaling and deployments.
A reliable pipeline handling 30k–150k messages with retry logic, dead-letter queues and priority scheduling.
A React panel for managing bots, monitoring performance metrics and reviewing analysis results in real time.
Critical flows validated with Playwright and unit/integration coverage via Vitest.