Platform setup
Settings
Nothing here ships secrets. These controls document where real data feeds and credentials will plug in when HarborOS goes beyond a prototype.
Integration readiness
AIS / vessel telemetry
Future MarineTraffic / VesselFinder / Spire feed
Port congestion
Future port authority APIs + crowd-sourced berth signals
Weather + cyclone risk
Future NOAA / DTN / Tomorrow.io feed
Geopolitical signals
Future insurance/security intel feed (Dryad, Ambrey, etc.)
ETA / routing model
Future in-house bunker-aware routing model
LLM analyst
Future provider abstraction + prompt registry
Alert preferences
API posture
HarborOS keeps API contracts separated from the cockpit. Every screen consumes a Next.js route handler under /api/*. To go production, replace the mock handlers with database reads, AIS providers, port APIs, queue-backed research jobs, and an LLM provider — without touching the UI.
No real keys are required to run this demo.