This tutorial uses PRISM file-based routing: every folder under src/app/ becomes a URL, with nested layouts and server-side loaders.
Read the routing docs →Components come from bext/ui — a faithful shadcn/ui port for bext and PRISM, styled through route_css tokens.
Explore bext/ui →You built a real, server-rendered admin layout. Here's where to go next.
That's the layout — and every file is in the tree on the right. In a handful of files you built an admin app that:
layout.tsx;route.pathname, server-side;loader and renders it — no client fetch, no spinner.And it ships as plain HTML: no framework bundle, no hydration, instant first paint. The preview you've been watching is that app, running.