export default
async function Page() {
const { kpis, orders }
= await load()
return (
<Layout>
<Stats data={kpis} />
<Orders rows={orders}/>
</Layout>
)
}Custom App Engineering
Production-grade product engineering — typed end to end, observable from day zero. We ship one-off apps the same way we ship brain-attached surfaces: same code review, same SLOs, same on-call rotation. Brain-ready when you are.