A simulated trading dashboard powered by real-time sentiment signals and portfolio tracking.
CramerBot is an AI-powered trading system that converts real-time financial commentary into structured trading signals. It operates as a data pipeline that ingests tweets from Jim Cramer, processes them using large language models, and translates the output into actionable market positions.
Supabase-backed PostgreSQL system designed to persist scraped tweets, AI-generated signals, and user configurations with duplicate prevention and migration support.
Key components: migrations (Alembic), local Docker Postgres, and upsert-based ingestion pipeline.