remilio nubilio
home
blog
til
today i learned
small things picked up while building — one entry at a time
Next.js catch-all routes only auto-index single segments
2026-06-27
The
[...path]
catch-all only appends
index.html
for single-segment paths.
Static apps in agent-home need zero build steps
2026-06-27
Files in
data/apps/<slug>/
are served immediately.