AI showcase · 2026

How I use AI to build, ship, and operate.

A short tour of real work I have shipped using Claude Code as the primary builder, with OpenAI Codex acting as peer reviewer on every meaningful commit. ChatGPT and Gemini fill the gaps for research and content. Each project below is a production system I designed, built, and run end-to-end.

Project 01 Public product · Live Codex peer-reviewed heymiles.com.br ↗

HeyMiles · Award Flight Search Engine

A consumer-facing product I built end-to-end with Claude Code, inspired by seats.aero but rebuilt for the Brazilian mileage programs (Smiles, LATAM Pass, Azul Fidelidade). Frontend, backend, database and the heavy-engineering crawler layer that powers everything. The interesting bit is what users do not see: the scraping engine.

  • Claude Code (full-stack builder)
  • Next.js · TypeScript · Supabase
  • Python · FastAPI · nodriver · curl_cffi
  • Hetzner VPS · Redis · BrightData proxies
Behind the scenes

The crawler engine

The hardest part of HeyMiles is invisible: a scraping infrastructure shipped solo with Claude Code as pair-programmer.

445Kflight records
1.2Kmonitored routes
50airlines
24hcache TTL
Anti-bot

nodriver + curl_cffi for Cloudflare/Akamai bypass, proxy fallback chain, noVNC manual recovery.

Direct crawlers

Reverse-engineered private APIs (Smiles, LATAM, Azul). Adaptive rate limiting, multiprocessing + asyncio, batch upserts.

Backend

FastAPI on Hetzner, Bearer auth, 10 req/min limiter, systemd + cron, 24h cache, email alerts on failure.

Project 02 Internal platform · Live Codex peer-reviewed

Manifesto Coworking · Operations Platform

Custom-built management system replacing 5+ disconnected tools at the coworking I founded. Every screen below was designed in conversation with Claude Code: from data model to UI, from copy to charts. AI did not just write code, it shaped the product decisions.

  • Claude Code (primary builder)
  • Next.js · TypeScript · Supabase
  • Vindi API integration
  • Recharts · D3.js
Project 03 Public website · Live Codex peer-reviewed manifestocoworking.com ↗

Manifesto Coworking · Public Website & pSEO

The entire public website was built end-to-end with Claude Code: design, copy, components, lead-gen forms wired into the operations platform from Project 02, and a programmatic SEO engine generating 30+ long-tail content pages for organic acquisition. AI did the heavy lifting from layout to keyword research to copy.

  • Claude Code (full-stack builder)
  • Next.js · TypeScript · MDX
  • Lead forms wired into internal CRM
  • Programmatic SEO content engine
Project 04 Internal platform · Live Codex peer-reviewed

Sistema DB · Curation, Inventory & ERP Integration

Operations platform for a fashion curation business: deep Bling v3 ERP integration, real-time sales enrichment, store credit engine, and curation insights. Built with Claude Code as the primary author, with OpenAI Codex running peer review on every meaningful commit. The dual-AI loop catches edge cases I would have missed and keeps code quality consistent across 48 API routes.

  • Claude Code (builder) + Codex (reviewer)
  • Next.js · TypeScript · Supabase
  • Bling v3 ERP · OAuth 2.0 · Webhooks
  • OpenAI Vision (OCR inventory verification)
Project 05 Private dashboard · Live Codex peer-reviewed

Investor Portfolio Dashboard

Private dashboard built for a high-net-worth investor: patrimony, profit/loss, S&P 500 benchmark, top performers, asset allocation, and geographic distribution. Built solo with Claude Code in a few focused sessions; Codex reviewed the calculation layer. Client name redacted for confidentiality.

Investor portfolio dashboard

AI angle: Claude built the entire visualization layer (Recharts + benchmark overlay), the percentage and currency formatting, and the responsive grid. I described the IR-style report I wanted, AI delivered the working dashboard the same day.

And more

From a 24-hour MVP to a 10-module hotel platform.

This page covers a slice of what I have shipped. Other systems built with the same Claude Code + Codex workflow include:

  • Light Personal finance manager with WhatsApp automation: payment reminders, daily summaries, and category-based alerts pushed to my phone.
  • Mid B2B portfolio API in C#/.NET tracking software products, enhancements (BugFix · Feature · Stabilization · Performance · Security) and lifecycle metrics. Deployed on Azure.
  • Mid Profy analytics platform with QueryGPT: natural language to SQL with safety validation, cross-referencing 11+ tables for user, financial and lesson metrics.
  • Heavy Suryaa hotel management platform running daily operations at a 5-star property: 10+ modules, ~396 source files, SOAP/XML PMS sync, fiscal e-invoicing, channel manager, FIFO inventory, AP/AR, audit logs.

Happy to walk through any of these in a call. Architecture, code, or live screens.