import AgentTable from '../components/AgentTable'; import BeaconFeed from '../components/BeaconFeed'; import TourStep from '../components/TourStep'; import { DEMO_STEPS } from '../lib/constants'; export default function Home() { return (

Demo-Gen-0

End-to-end BlackRoad OS surface

A self-contained showcase that stitches together the Core UI, API Gateway, Operator, and Agent Registry. Explore the tour, inspect agents, and watch the live Beacon stream.

{DEMO_STEPS.map((step) => ( {step} ))}
); }