Adam O'Brien

Founder - Software Engineer

Adam O'Brien

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.

Explore Projects

Open Source

Independent Products

2 items
AI/DevTools

AI Insight API

Shipped

Comprehensive FastAPI-powered AI analysis platform with text, image, and batch processing capabilities. Features secure file uploads, API key authentication, and interactive documentation.

SaaS/Platform

Fullstack SaaS Dashboard

In Progress

In-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

2 items
Fintech/AI

TradeCam

Shipped

AI-powered mobile companion that converts any stock chart photo into instant BUY/SELL/HOLD signals with confidence levels, price targets, and risk guidance.

Consumer/SaaS

Trollie

In Progress

Consumer savings platform that blends social shopping inspiration with automated deal tracking, referral links, and AI-powered list curation.

Open Source

Recent Contributions

1 entries

FastAPI

Open

Add 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
View PR