import React from 'react'; import Link from '@docusaurus/Link'; import Layout from '@theme/Layout'; import { discordPath, discordViewBox } from '@site/src/components/svg-paths'; import ThemedImage from '@theme/ThemedImage'; import Icon from '@mdi/react'; function HomepageHeader() { return (
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 Open Demo
Join our Discord

Download the mobile app

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

); } export default function Home(): JSX.Element { return (

This project is available under GNU AGPL v3 license.

Privacy should not be a luxury

); }