Adam O'Brien
Founder - Software Engineer
Building useful AI products.
Full-stack engineer and founder building AI-driven products across trading, mobile apps, and developer tools I handle everything from product design and frontend to backend, cloud, and AI systems.
Open Source
Independent Products
Fullstack SaaS Dashboard
In ProgressIn-progress FastAPI + React reference app with auth, PostgreSQL persistence, and charting. Focused on shipping a production-ready SaaS starter with API integrations and telemetry.
Real-World Launches
Commercial Products
TradeCam
ShippedAI-powered mobile companion that converts any stock chart photo into instant BUY/SELL/HOLD signals with confidence levels, price targets, and risk guidance.
Trollie
In ProgressConsumer savings platform that blends social shopping inspiration with automated deal tracking, referral links, and AI-powered list curation.
Open Source
Recent Contributions
FastAPI
OpenAdd QUERY HTTP method support
Opened FastAPI PR #14351 to introduce APIRouter.query()/FastAPI.query() helpers, enable QUERY bodies in OpenAPI output, and cover the new verb with regression tests.
- Adds path-operation decorators for the QUERY verb
- Marks QUERY as body-capable in generated OpenAPI schemas
- Ships regression tests for runtime behavior and docs output