Back to Projects Simudraft

Simudraft

A web app designed to conduct mock drafts with.

Visit Project
React Node.js

The Problem

Sports fans and analysts enjoy debating draft scenarios, but there was no easy way to simulate and compare different draft strategies. Testing “what if” scenarios required manual tracking across spreadsheets or basic tools that didn’t handle the complexity of real draft logic — team needs, player rankings, and draft capital trading.

My Role

I built Simudraft as an interactive mock draft simulator. I designed the draft logic engine that enforces standard rules, created a real-time drafting interface that manages multiple users, and built the player database and ranking system that powers the simulation experience.

Tech Stack

Key Features

Lessons Learned

Simudraft taught me about managing real-time state for live, interactive applications. Handling multiple users drafting simultaneously required careful state management to ensure everyone saw the same draft progress and available players at all times.

I also discovered that users running actual drafts — not just fantasy scenarios — need straightforward, reliable tools rather than complex AI-powered simulations. The war-room approach that facilitates real draft events was the right fit for this use case.