Hello Lab

networkingdocker experiment

5/1/2026


Problem

Set up an Astro site and verify that content collections render correctly.

Initial Hypothesis

Static site generation will produce clean HTML for each content entry without client-side hydration.

Lab Setup

  • Node.js v22
  • Astro minimal template
  • Local dev server

Commands Used

npm create astro@latest
npm run dev
npm run build

Observations

Build completes successfully. Static files are generated in dist/.

Conclusion

The pipeline works. Ready to add more labs.

Next Steps

  • Upload to Cloudflare Pages
  • Add RSS feed
  • Write first project entry