These are products and prototypes I have built outside my day job. I use side projects to explore ideas end to end: product discovery, implementation, deployment, maintenance, and the decision of whether an idea is worth continuing.

PlutonPoker

A browser-based Texas Hold'em app for private poker games with friends.

I built it to remove the friction of gambling platforms: no real-money accounts, no VPNs, no identity checks, and no signup required to start a table.

The hardest part was the game engine. Poker looks simple from the UI, but the rules create many edge cases: betting rounds, all-ins, side pots, split pots, showdowns, player disconnects, and table recovery. The backend owns the game state and the frontend renders each player's view over WebSockets.

What it shows

Lessons learned

MercurioCRM

An AI-native CRM prototype for extracting contacts, companies, and follow-up tasks from email.

December 2025 - February 2026 Source code

I built it to help my wife manage customer relationships at work. It ingested emails through a Microsoft integration and used an LLM to extract contacts, companies, and follow-up tasks.

The prototype worked and was hosted, but I stopped the project after validating the real constraint: the CRM did not have enough business context. Important data lived in systems I could not access, especially the ERP. Without those integrations, the AI could only provide partial value.

What it shows

Lessons learned