build #284 · 47s
deploy vercel · 7s
ttfb ~120ms
uptime · 90d 99.98%
lhouse 99 / 100 / 100 / 100
/how-this-works click any node — see what it does

how this site actually ships.

A live, clickable diagram of the pipeline that took the code you're reading from a git commit to your browser. Each node opens a panel with the config and the reasoning.

the pipeline · top-to-bottom
parallel branch:
vault → embeddings → d1
selected · node 05

astro build

Astro builds static HTML for every route, plus serialized JSON for the React islands (chatbot, graph, pipeline diagram). MDX posts come from the content collection. Output goes to /dist.

config · workflows/deploy.yml
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run build
last 5 runs
#28447sfeat: chatbot retries2m ago
#28352sfix: rss feed pubdate3h ago
#28249schore: bump deps1d
#281tsc · 3 errors (typo)1d
#28046spost: vault as database3d