Project registry
Project pages prepared for future uploads
These entries are reserved, factual placeholders for future project writeups. They do not assert completed work until evidence and artifacts are added.
Reserved slots
- Systems Lab Reserved for future systems notes, implementation writeups, and small infrastructure experiments once they are ready to publish.
- AI Workbench Ready slot for future AI-assisted workflow examples, evaluation notes, and implementation patterns with clear human review boundaries.
- Cloud Notes Future home for edge deployment references, DNS routing diagrams, and small Cloudflare-oriented implementation notes.
- Product Scratchpad Reserved for future product discovery templates, decision records, and small planning artifacts suitable for consulting conversations.
Cloudflare routing notes
How reserved project hostnames resolve
- A wildcard Cloudflare route can point many project-oriented hostnames at the same static deployment after wildcard DNS and routing are configured.
- A Worker can inspect the request host and rewrite eligible project subdomains to matching /projects/<label> routes while leaving the browser URL intact.
- Reserved labels such as www, blog, projects, api, and assets should bypass project rewrites so primary site sections keep predictable routing behavior.
- Platform preview hostnames should be excluded from custom subdomain rewrites because preview URLs are deployment infrastructure, not portfolio project labels.