From df7ea4d8ea2f3028a766959cd768a25105f03100 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Tue, 16 Sep 2025 06:01:18 +0200 Subject: [PATCH] docs: add community immich-birthday and immich-stack projects (#21934) --- docs/src/components/community-projects.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/src/components/community-projects.tsx b/docs/src/components/community-projects.tsx index 930cff66c1..efce831df0 100644 --- a/docs/src/components/community-projects.tsx +++ b/docs/src/components/community-projects.tsx @@ -110,6 +110,16 @@ const projects: CommunityProjectProps[] = [ description: 'A tiny, zero-login web app for collecting photos/videos from anyone into your Immich server.', url: 'https://github.com/Nasogaa/immich-drop', }, + { + title: 'Immich Birthday Sync', + description: 'Bulk-upload and -download birthdays, with CardDAV sync support', + url: 'https://github.com/sid3windr/immich-birthday', + }, + { + title: 'Immich Stack', + description: 'Auto-stack photos with identical filenames and differing extensions (i.e. JPG+RAW)', + url: 'https://github.com/sid3windr/immich-stack', + }, ]; function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {