Story

Show HN: DD Photos – open-source photo album site generator (Go and SvelteKit)

dougdonohoe Tuesday, March 10, 2026

I was frustrated with photo sharing sites. Apple's iCloud shared albums take 20+ seconds to load, and everything else comes with ads, cumbersome UIs, or social media distractions. I just want to share photos with friends and family: fast, mobile-friendly, distraction-free.

So I built DD Photos. You export photos from whatever you already use (Lightroom, Apple Photos, etc.) into folders, run `photogen` (a Go CLI) to resize them to WebP and generate JSON indexes, then deploy the SvelteKit static site anywhere that serves files. Apache, S3, whatever. No server-side code, no database.

Built over several weeks with heavy use of Claude Code, which I found genuinely useful for this kind of full-stack project spanning Go, SvelteKit/TypeScript, Apache config, Docker, and Playwright tests. Happy to discuss that experience too.

Live example: https://photos.donohoe.info Repo: https://github.com/dougdonohoe/ddphotos

Summary
The article discusses a GitHub project called ddphotos, which is a simple and lightweight photo management tool. It allows users to organize and manage their photos easily, with features such as photo resizing, tags, and support for multiple cloud storage providers.
21 7
Summary
github.com
Visit article Read on Hacker News Comments 7