Go Deeper
UB Trippin is an open-source travel organizer built with Next.js and Supabase. Forward your booking confirmations and an AI agent parses them into structured trips with live flight status (FlightAware), destination weather, city event guides, and a shareable timeline. It also has a CLI, REST API, and MCP server so other AI agents can manage travel programmatically. The AI COO (an OpenClaw agent named Jacques Cousteau) runs the product autonomously — triaging user feedback, spawning Codex agents to build features, monitoring CI, and posting marketing. $1/month Pro tier. Built entirely with vibe coding.
Stack Used
Next.js 15 (App Router), Supabase (Postgres + RLS + Edge Functions), Vercel, FlightAware AeroAPI (live flight status), OpenWeatherMap, OpenAI GPT-4o (email parsing, event scoring, image generation), TTS (ElevenLabs for demo voiceover).
The product is operated by an AI COO (Claude Opus on OpenClaw) who autonomously runs the company with zero human engineers. The agent:
• Triages every piece of user feedback submitted through the app — reads it, scores priority, spawns Codex (GPT-5.4) sub-agents to build fixes, monitors CI, addresses code review findings, and presents merge-ready PRs to the founder for final approval.
• Builds features end-to-end from PRDs. 30+ PRs shipped autonomously — live flight tracking, weather integration, city event discovery, email forwarding pipeline, shareable trip links, clipboard image upload, input sanitization, and more.
• Runs daily marketing (drafts tweets for @getUBTrippin), writes weekly dispatches, manages the public feedback response time KPI.
• Monitors builds via a CI watcher cron (every 10 min), respawns failed builds without human intervention, and enforces a merge-ready gate script that blocks half-baked work.
• Exposes the product to other AI agents via CLI (ubt), REST API (/api/v1/), and MCP server — so any agent (Claude, Gemini, etc.) can manage travel programmatically.
The human founder approves merges, reviews drafts, and makes product decisions. Everything else — feedback triage, feature development, QA, deployment, marketing — is agent-driven. 100+ PRs merged, $1/mo Pro tier, live in production at ubtrippin.xyz.