The site you’re reading right now. Built with Astro, content written in Markdown/MDX for both articles and projects, math formulas in LaTeX via KaTeX, and a few lightweight animations (orbits, aurora, fireflies) as a reminder that code, sky, and living things aren’t so far apart.
Stack
- Astro — static-first rendering, fast by default
- Tailwind CSS v4 — layout and styling
- MDX + remark-math/rehype-katex — articles with math support
- React + Framer Motion — the few interactive animations (fireflies)
- Vercel — continuous deployment
The codebase is meant to stay easy to grow: every article or project is just a .mdx file, no database or external CMS required.