# Three.js Experiment Template > A WebGPU Three.js experiment running inside an Astro static site, built for fast iteration on shaders and scenes. ## About Astro (static output) renders the page shell at build time. A single canvas boots a WebGPU Three.js scene on the client via `three/webgpu` and TSL. No client-side routing. ## Stack - Astro 7, `output: 'static'` - Tailwind v4 via `@tailwindcss/vite` - three/webgpu + TSL, RenderPipeline post-processing - @astrojs/sitemap for discovery ## Links - [Home](https://your-project.pages.dev/): the experiment.