Blueprints
Astro Static Site - Blueprint
Static Astro site built with Bun and served by nginx
A minimal Astro site built with Bun and served from an nginx:alpine container. Single repo, no database, no environment variables.
Tech stack:
| Layer | Technology |
|---|---|
| Framework | Astro |
| Build | oven/bun:1.3.8-slim (multi-stage) |
| Runtime | nginx:alpine on port 80 |
| Output | Pure static, no server-side code |
What You Get
- A private clone of the template in your GitHub account
- One Rock8Cloud service wired to it
- A public URL once the first deploy finishes
The first build takes about a minute. Deploy it from Blueprints in the dashboard.
Customizing
- Edit
src/pages/index.astroin your new repo - Push to your default branch and Rock8Cloud rebuilds automatically
No environment variables to set, and nothing to link. If you later need an API or a database, add a service to the same project and link its variables. See Adding a Database.
Related
- Vue - the same shape with a Vue 3 SPA
- Blueprints