Switch language한국어
Back to the list

I Ditched iCloud Photo Sharing and Built My Own (with an AI partner)

TL;DR AI

Key summary

2 min read
  1. Frustrated by slow and cluttered photo-sharing services, a developer built DD Photos instead of relying on iCloud Shared Albums.

  2. DD Photos is a static gallery generator that resizes images and strips EXIF data for a faster, privacy-conscious experience.

  3. It runs with a SvelteKit frontend and static hosting only, with no database or server-side logic, while still supporting password protection, captions, and permalinks.

  4. Much of the build was done with Claude Code, highlighting how an AI coding assistant can help ship a practical open-source product quickly.

Read the original