/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
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
#28447s✓feat: chatbot retries2m ago
#28352s✓fix: rss feed pubdate3h ago
#28249s✓chore: bump deps1d
#281—✗tsc · 3 errors (typo)1d
#28046s✓post: vault as database3d