HeadlinesBriefing favicon HeadlinesBriefing.com

DD Photos: Open-Source Photo Gallery Generator Built with SvelteKit

Hacker News •
×

DD Photos is an open-source photo album site generator that addresses the frustrations of modern photo sharing. Built by dougdonohoe, it offers a fast, ad-free alternative to services like Apple's iCloud shared albums, which can take over 20 seconds to load. The tool uses a Go CLI to resize JPEGs to WebP format and generate JSON indexes, then serves a static SvelteKit site.

Developed over several weeks with heavy use of Claude Code, DD Photos handles the full stack from Go backend to SvelteKit/TypeScript frontend. The system requires no server-side code or database - just export photos from Lightroom, Apple Photos, or other tools into folders, run the photogen tool, and deploy the static site anywhere that serves files. The project includes features like dark/light theme toggling, keyboard navigation, and OpenGraph tags for social sharing.

The tool demonstrates how AI coding assistants can accelerate development of practical applications. With its focus on speed, mobile-friendliness, and distraction-free viewing, DD Photos provides a compelling alternative for users who want simple photo sharing without the bloat of commercial services.