OC

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

Mocked

Port congestion

Future port authority APIs + crowd-sourced berth signals

Mocked

Weather + cyclone risk

Future NOAA / DTN / Tomorrow.io feed

Mocked

Geopolitical signals

Future insurance/security intel feed (Dryad, Ambrey, etc.)

Mocked

ETA / routing model

Future in-house bunker-aware routing model

Mocked

LLM analyst

Future provider abstraction + prompt registry

Mocked

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.