Coastline
built on agentsite ↗

Coastline — open data for working harbors

Coastline is a small public-data project that collects tide, weather, and harbor traffic data from working ports along the US east coast and publishes it as a free API. We index real conditions at thirty-eight harbors from Eastport, ME to Charleston, SC.

What we publish

Why this site is interesting to AI agents

This is a Next.js App Router site. Next SSRs the body, so a curl without the agentsite middleware shows the page content — but without per-route schema, no llms.txt, no JSON-LD, no agent-card. The "after" sibling at next-after.agentsite.app wires those in via agentsiteMetadata and <AgentsiteSchemaTags /> — the same RenderBundle the Express snippet uses for plain SPAs, plugged into Next's metadata insertion point.