Roamboard
A private trip board fed by my own travel capture

shippedweb2026
Platform
Web. Next.js, Supabase (local file store when credentials are absent).
What it does?
A read-only trip board projected from capture. Share by private link.
Highlights
- ▸Open a trip and see lodging, cost, and booking status that arrived from chat, not from typing the itinerary again.
- ▸Send someone a private link. They can comment. They cannot edit the source.
- ▸The same feed writes trip notes back into Obsidian.
Architecture
Telegram capture stages in SQLite, exports JSON, hits /api/sync/hermes. The board is a projection. Hermes / Domain Foundry stay the editors.
Stack
Next.jsTypeScriptSupabaseSQLite