Inspirations
Flaim is a side project, built in spare time, maintained for the long haul. The goal is simple: connect fantasy sports data to AI tools, and do it reliably.
These are some projects that shaped how I think about building software. They share a common thread: focused scope, honest design, and respect for the user.
The greatest sports score application of all time, period.
Crazy Ninja Mike is the 🐐.
Bet tracking done right. The real ones know.
Props to cwendt94 for making all this possible.
Built with
The stack is intentionally boring in the best way. Open standards, edge workers, and tools that let a solo builder ship without turning every change into a project.
Model Context Protocol. The open standard that connects Flaim to AI assistants.
Authentication between your AI client and Flaim.
Runs the MCP server and all platform API clients at the edge.
Lightweight web framework powering the Workers.
App Router powers the web app.
Hosts and deploys the web app.
PostgreSQL database for credentials, leagues, and OAuth tokens.
User authentication and session management.
Everything is TypeScript, end to end.