Overview
This portfolio itself — built as an Astro SSG site styled as a Unix terminal.
Features
- Full REPL with
ls,cat,cd,clear,help,pwd - Tab autocomplete using a build-time filesystem JSON
- Command history via sessionStorage
- Fetch-and-inject SPA navigation with
history.pushState - CRT scanline effect (CSS only)
- Mobile responsive
Tech
Built with Astro 5, pure CSS, and vanilla JavaScript. Deployed on Cloudflare Pages.