import React from 'react'; import Link from '@docusaurus/Link'; import Layout from '@theme/Layout'; import { useColorMode } from '@docusaurus/theme-common'; import { discordPath, discordViewBox } from '@site/src/components/svg-paths'; import Icon from '@mdi/react'; function HomepageHeader() { const { isDarkTheme } = useColorMode(); return (
Immich logo
Immich logo

Self-hosted{' '} photo and video management{' '} solution

Easily back up, organize, and manage your photos on your own server. Immich helps you browse, search and organize your photos and videos with ease, without sacrificing your privacy.

Get started Demo Buy Merch
Join our Discord
screenshots

Immich logo

Download the mobile app

Download the Immich app and start backing up your photos and videos securely to your own server

Get it on Google Play
Download on the App Store
app qr code
); } export default function Home(): JSX.Element { return (

This project is available under GNU AGPL v3 license.

Privacy should not be a luxury

); }