About this sandbox
A small place to learn Astro one step at a time.
Pixcie Sandbox is a beginner-friendly Astro project for practicing static-first web development. It keeps the stack intentionally small: Astro, plain JavaScript, Tailwind CSS, and Cloudflare Pages.
This page exists to demonstrate Astro file-based routing. Because this file lives at
src/pages/about.astro, Astro turns it into the /about page during the build.
The goal is to learn by making small, understandable changes that are easy to review and commit.