CramerBot

A simulated trading dashboard powered by real-time sentiment signals and portfolio tracking.

Overview

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.

Team 34 (Chingu Voyage 60 Tier 3)

Database Implementation Plan

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.