Blog / English

Framework Notes: Astro for a Multilingual Personal Site

A practical setup for static blogging with app routes under one domain.

Feb 28, 2026 4 min

High contrast editorial style abstract cover in blue and black

A static-first architecture keeps a personal website maintainable over years.

Why Astro

  • Content collections are structured and type-safe.
  • Static output keeps deployment simple.
  • You can still mount interactive islands where needed.

Why app routes inside the same site

Using /apps/* for lightweight tools keeps navigation unified and avoids cross-domain context switching.