import React from 'react'; import Link from '@docusaurus/Link'; import Layout from '@theme/Layout'; import { useColorMode } from '@docusaurus/theme-common'; function HomepageHeader() { const { isDarkTheme } = useColorMode(); return (
Immich logo

Self-hosted photo and video management solution

Get started Demo portal Sponsor
screenshots
Get it on Google Play
Download on the App Store
); } export default function Home(): JSX.Element { return (

This project is available under GNU AGPL v3 license.

Privacy should not be a luxury

); }