← projects
astro/svelte featured

This Site!

A portfolio / playground / blog to help organize my thoughts and contributions around technology throughout my career!

repository

A full-stack personal portfolio built with Astro v5 and Svelte 5, deployed on Vercel with a Turso (libSQL) database.

Features a project showcase with four embed modes (iframe, static, micro-frontend, and none), a Markdown blog, and an interactive 3D homelab map built with Three.js that visualises all machines, services, and network connections across my home infrastructure.

Content is managed through a standalone local admin panel (Express) and an interactive CLI — both kept entirely out of the production bundle. Auth uses HMAC-signed session cookies with timing-safe comparison.

Stack: Astro · Svelte · TypeScript · Tailwind CSS v4 · Drizzle ORM · libSQL / Turso · Three.js · Vercel