Astro web framework

Astro is an all-in-one JavaScript web framework for building content-driven websites like blogs or portfolios.

I use Astro to build my personal website. It allows me to convert Markdown into HTML, use templates, and optimize assets. My website is fully static and deployed for free using GitHub Pages. Astro provides an official GitHub Action that makes deployment easy.

Key features