Rock8Cloud
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:

LayerTechnology
FrameworkAstro
Buildoven/bun:1.3.8-slim (multi-stage)
Runtimenginx:alpine on port 80
OutputPure static, no server-side code
View on GitHub →

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.astro in 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.


On this page