My Minimal Astro Stack for Personal Sites
A low-cost stack for a fast portfolio with room to grow.
0 0 0
For personal websites, I prefer a stack that is lightweight, cheap, and easy to maintain.
My default setup:
- Astro for static-first pages
- Markdown content collections for posts
- A tiny API layer only when needed
- CDN-backed hosting for speed
Why this works:
- Fast page loads
- Low infrastructure cost
- Easy publishing flow
- Simple migration path when traffic grows
You do not need a complex architecture on day one. Start small, then scale based on real usage.