import BeaconFeed from '../../components/BeaconFeed'; import { DEFAULT_BEACON_URL } from '../../lib/constants'; export default function StatusPage() { return (

Real-time Status

Connected to {DEFAULT_BEACON_URL}/stream. Server-Sent Events keep the capsule feed updated live — no client polling.

); }