Portfolio is my own photo site, built end to end without grabbing a template off Astro’s gallery. I wanted to know how each piece worked, from the build-time image variants down to the lightbox, so I wrote it.
The one feature I kept coming back to is hidden categories. Some albums are public and show up on the index. Others are real pages with real URLs that the navigation never lists. You share the link with the right person and the album exists for them; nobody else stumbles into it. That keeps the site a single place I can point at, without making every shoot public by default.
Stack: Astro, Svelte islands, responsive images at build time Code: github.com/MorganKryze/Portfolio