---
title: ""
description: "Official PixelUnion press kit: information, logos, screenshots, pricing, privacy facts, and media contact."
url: "https://pixelunion.eu/press/"
---


{{< section-container class="pt-20 pb-20 bg-gradient-to-b from-blue-50 via-white to-white" >}}

<div class="max-w-6xl mx-auto px-4">
  <!-- HERO -->
  <div class="grid md:grid-cols-2 gap-12 items-center mb-16">
    <div>
      <h1 class="text-4xl md:text-5xl font-bold tracking-tight mb-5">
        PixelUnion Press Kit
      </h1>
      <p class="text-lg text-gray-500 leading-relaxed mb-6">
        Privacy and safety are not optional. Free your photos from American tech platforms.
      </p>
      <div class="flex flex-wrap gap-3">
        <a href="#what-is-pixelunion" class="px-4 py-2 rounded-md bg-blue-600 text-white text-sm font-medium shadow hover:bg-blue-500 transition">What is PixelUnion?</a>
        <a href="#assets" class="px-4 py-2 rounded-md bg-white ring-1 ring-gray-200 text-sm font-medium hover:ring-blue-300 transition">Assets</a>
        <a href="#faq" class="px-4 py-2 rounded-md bg-white ring-1 ring-gray-200 text-sm font-medium hover:ring-blue-300 transition">FAQ</a>
      </div>
    </div>
    <div>
      <!-- Hero Video (replaces previous image) -->
      <div class="relative rounded-xl overflow-hidden ring-1 ring-gray-200 shadow-sm bg-black aspect-[16/10] md:aspect-[5/4]">
        <video
          class="absolute inset-0 w-full h-full object-cover"
          src="/videos/immich.mp4"
          autoplay
          playsinline
          muted
          loop
          aria-label="PixelUnion product demo"
        ></video>
        <div class="absolute inset-0 bg-gradient-to-tr from-blue-900/10 via-transparent to-white/5 pointer-events-none"></div>
        <div class="sr-only">Video shows a short screen recording of the PixelUnion interface.</div>
      </div>
      <!-- Tip: Video fallback / add poster if desired with poster="/images/press-hero.jpg" -->
    </div>
  </div>

  <!-- QUICK FACTS / CONTACT / PRICING (cards) -->
  <div class="grid md:grid-cols-3 gap-6 mb-12">
    <div class="bg-white rounded-lg shadow-sm p-6" id="contact">
      <h2 class="text-sm font-semibold uppercase tracking-wide text-gray-500 mb-3">Contact</h2>
      <p class="text-sm text-gray-700 font-medium mb-1">Bram Koch <span class="text-gray-500 font-normal">· Co‑owner</span></p>
      <p class="text-xs text-gray-500 mb-2">Press inquiries: Dutch & English</p>
      <a class="text-blue-600 font-medium break-all" href="mailto:bram@pixelunion.eu">bram@pixelunion.eu</a>
      <div class="flex items-center gap-3 mt-3 text-sm">
        <a href="https://mastodon.social/@pixelunion" rel="me noopener" target="_blank" class="text-blue-600 hover:underline">Mastodon</a>
        <span class="text-gray-300">|</span>
        <a href="https://www.linkedin.com/company/pixelunioneu/" target="_blank" rel="noopener" class="text-blue-600 hover:underline">LinkedIn</a>
      </div>
    </div>
    <div class="bg-white rounded-lg shadow-sm p-6">
      <h2 class="text-sm font-semibold uppercase tracking-wide text-gray-500 mb-3">Quick Facts</h2>
      <ul class="text-sm text-gray-700 space-y-1">
        <li><strong>Type:</strong> European open‑source photo platform</li>
        <li><strong>Based on:</strong> Immich (fork)</li>
        <li><strong>Location:</strong> Alkmaar (NL)</li>
        <li><strong>Hosting:</strong> Germany (primary), Finland (backup)</li>
        <li><strong>Business model:</strong> Subscription (no ads)</li>
      </ul>
    </div>
    <div class="bg-white rounded-lg shadow-sm p-6" id="pricing">
      <h2 class="text-sm font-semibold uppercase tracking-wide text-gray-500 mb-3">Pricing & Plans</h2>
      <ul class="text-sm text-gray-700 space-y-2">
        <li><strong>Free:</strong> 16 GB <span class="text-gray-500">(1 GB more than Google)</span></li>
        <li><strong>150 GB:</strong> €2.95 / month <span class="text-gray-500">or €29 / year</span></li>
        <li><strong>1 TB:</strong> €9.95 / month <span class="text-gray-500">or €99 / year</span></li>
      </ul>
    </div>
  </div>

  <!-- CORE CLAIMS (highlighted) -->
  <section id="kernclaims" class="mb-16">
    <h2 class="text-base font-semibold tracking-wide text-blue-900 mb-3">Core Claims</h2>
    <ul class="flex flex-wrap gap-2">
      <li class="px-3 py-1 rounded-full bg-blue-600/10 text-blue-800 text-xs font-medium ring-1 ring-blue-200">No advertising profiles</li>
      <li class="px-3 py-1 rounded-full bg-blue-600/10 text-blue-800 text-xs font-medium ring-1 ring-blue-200">No metadata sales</li>
      <li class="px-3 py-1 rounded-full bg-blue-600/10 text-blue-800 text-xs font-medium ring-1 ring-blue-200">EU data residency (DE + FI backup)</li>
      <li class="px-3 py-1 rounded-full bg-blue-600/10 text-blue-800 text-xs font-medium ring-1 ring-blue-200">Open‑source (fork of Immich)</li>
      <li class="px-3 py-1 rounded-full bg-blue-600/10 text-blue-800 text-xs font-medium ring-1 ring-blue-200">Local face recognition</li>
      <li class="px-3 py-1 rounded-full bg-blue-600/10 text-blue-800 text-xs font-medium ring-1 ring-blue-200">Built-in family plan</li>
      <li class="px-3 py-1 rounded-full bg-blue-600/10 text-blue-800 text-xs font-medium ring-1 ring-blue-200">
        Encryption at rest + TLS <span class="text-[10px] text-blue-600/70">(not E2E)</span>
      </li>
      <li class="px-3 py-1 rounded-full bg-blue-600/10 text-blue-800 text-xs font-medium ring-1 ring-blue-200">Data portability (original export)</li>
    </ul>
  </section>

 </div>
{{< /section-container >}}

<!-- Manual anchor for second block -->
<div id="what-is-pixelunion" class="h-0"></div>
{{< section-container id="what-is-pixelunion" class="py-16" >}}

<div class="max-w-5xl mx-auto px-4 space-y-16">

  <section>
    <h2 class="text-3xl font-bold mb-4">What is PixelUnion?</h2>
    <p class="text-lg text-gray-700">
      PixelUnion offers an open-source alternative to the major American photo services. The platform (fork of Immich) stores photos and videos encrypted within the EU and uses a clear, ad-free subscription model. No tracking scripts, no data profiling, no sale of metadata. Features like family plans and local face recognition run on our own European infrastructure, so recognition and organization are not sent to external ad networks. Open-source means the core is transparent, and we can contribute improvements upstream. This way, privacy-conscious users retain actual control over their digital memories instead of handing them over to a closed ecosystem.
    </p>
  </section>

  <section id="why">
    <h2 class="text-3xl font-bold mb-4">Why PixelUnion</h2>
    <div class="grid md:grid-cols-2 gap-10 text-gray-700">
      <ul class="space-y-4">
        <li><strong>Ad-free:</strong> No targeting, no "hidden" business model.</li>
        <li><strong>EU hosting:</strong> Data remains within GDPR-protected jurisdictions.</li>
        <li><strong>Open‑source base:</strong> Auditable code (fork & upstream contributions).</li>
        <li><strong>Migration guides:</strong> Support for transferring from Google Photos & iCloud (manuals).</li>
      </ul>
      <ul class="space-y-4">
        <li><strong>Family plan:</strong> Built-in family subscription.</li>
        <li><strong>Local AI:</strong> Face recognition runs within the EU / private instance.</li>
        <li><strong>Data portability:</strong> Export in original quality + metadata (EXIF).</li>
        <li><strong>Transparent:</strong> Clear pricing, public roadmap (indicative).</li>
      </ul>
    </div>
  </section>

  <section id="assets">
    <h2 class="text-3xl font-bold mb-6">Downloadable Assets</h2>
    <p class="text-gray-600 mb-6">Free to use for news, reviews, articles & social (do not distort or recolor).</p>

    <div class="grid md:grid-cols-3 gap-6 mb-10">
      <div class="bg-white border rounded-lg p-4 flex flex-col items-center text-center">
        <img src="/images/logo-icon.png" alt="Logo icon" class="h-20 mb-3" loading="lazy">
        <p class="text-sm text-gray-600">Logo icon (PNG)</p>
        <a href="/images/logo-icon.png" class="mt-2 text-blue-600 text-sm font-medium hover:underline">Download</a>
      </div>
      <div class="bg-white border rounded-lg p-4 flex flex-col items-center text-center">
        <img src="/images/logo.png" alt="Logo with text" class="h-20 mb-3" loading="lazy">
        <p class="text-sm text-gray-600">Logo with text (PNG)</p>
        <a href="/images/logo.png" class="mt-2 text-blue-600 text-sm font-medium hover:underline">Download</a>
      </div>
      <div class="bg-white border rounded-lg p-4 flex flex-col items-center text-center">
        <img src="/favicon.svg" alt="PixelUnion icon" class="h-16 mb-3" loading="lazy">
        <p class="text-sm text-gray-600">Icon (SVG)</p>
        <a href="/favicon.svg" class="mt-2 text-blue-600 text-sm font-medium hover:underline">Download</a>
      </div>
    </div>

    <div class="grid md:grid-cols-3 gap-6 mb-10">
      <div class="bg-white border rounded-lg p-4 flex flex-col items-center text-center">
        <img src="/images/screenshot.png" alt="PixelUnion library view screenshot" class="h-24 object-cover mb-3" loading="lazy">
        <p class="text-sm text-gray-600">Library Screenshot</p>
        <a href="/images/screenshot.png" class="mt-2 text-blue-600 text-sm font-medium hover:underline">Download</a>
      </div>
      <div class="bg-white border rounded-lg p-4 flex flex-col items-center text-center">
        <img src="/images/faces/face.png" alt="PixelUnion face recognition" class="h-24 object-cover mb-3" loading="lazy">
        <p class="text-sm text-gray-600">Face recognition</p>
        <a href="/images/faces/face.png" class="mt-2 text-blue-600 text-sm font-medium hover:underline">Download</a>
      </div>
    </div>

    <p class="text-sm text-gray-500">Need something else (vector monochrome, transparent SVG, other resolutions)? Email <a href="mailto:press@pixelunion.eu" class="text-blue-600">bram@pixelunion.eu</a>.</p>

  </section>

  <section id="press-releases">
    <h2 class="text-3xl font-bold mb-4">Press Releases</h2>
    <ul class="space-y-2">
      <li>
        <a href="/persberichten/nederlands-duo-lanceert-europees-alternatief-voor-het-online-opslaan-van-fotos-en-videos/" class="text-blue-600 hover:underline">
          Dutch duo launches European alternative for online photo and video storage
        </a>
        <span class="text-xs text-gray-500 ml-2">8 Sep 2025</span>
      </li>
    </ul>
  </section>

  <section id="features">
    <h2 class="text-3xl font-bold mb-4">Key Features</h2>
    <div class="grid md:grid-cols-2 gap-8 text-gray-700">
      <ul class="space-y-3">
        <li><strong>Family plan:</strong> Built-in family subscription.</li>
        <li><strong>Local face recognition:</strong> Runs on own EU infrastructure.</li>
        <li><strong>Search & filtering:</strong> (Depends on Immich core – specify if needed.)</li>
        <li><strong>App support:</strong> Web, mobile (Android/iOS via Immich build).</li>
      </ul>
      <ul class="space-y-3">
        <li><strong>Export:</strong> Original files + EXIF intact (self‑service).</li>
        <li><strong>Migration guides:</strong> Manuals for Google Photos / iCloud transfer.</li>
        <li><strong>Roadmap:</strong> 2FA, Own app.</li>
        <li><strong>Open‑source:</strong> Fork + upstream contributions (GitHub: <a href="https://github.com/pixelunioneu" class="text-blue-600" target="_blank" rel="noopener">pixelunioneu</a>).</li>
      </ul>
    </div>
  </section>

  <section id="angles">
    <h2 class="text-3xl font-bold mb-4">Possible Angles</h2>
    <div class="grid md:grid-cols-2 gap-6 text-gray-700">
      <ul class="space-y-2 list-disc list-inside">
        <li>European alternative to US photo clouds</li>
        <li>Digital sovereignty & data residency</li>
        <li>Open-source as a consumer strategy</li>
        <li>Family archives & digital legacy</li>
      </ul>
      <ul class="space-y-2 list-disc list-inside">
        <li>Local AI / ethical recognition</li>
        <li>Migration out of lock-in ecosystems</li>
        <li>Transparent payment model instead of ads</li>
        <li>Privacy by design, practically applied</li>
      </ul>
    </div>
  </section>

  <section id="privacy">
    <h2 class="text-3xl font-bold mb-4">Privacy & Security Key Points</h2>
    <div class="bg-white border rounded-lg p-6 text-gray-700 space-y-3">
      <p><strong>Encryption:</strong> Encryption at rest (disk encryption) + TLS in transit. No end‑to‑end encryption.</p>
      <p><strong>AI & recognition:</strong> Face recognition/classification is performed locally within EU hosting; no model training for ads.</p>
      <p><strong>Data use:</strong> No sale or profiling ad networks. Log data solely for performance & security.</p>
      <p><strong>Export & portability:</strong> Users can download their media in original quality with metadata.</p>
      <p><strong>Open-source:</strong> Underlying code is inspectable (fork of Immich) – community can verify.</p>
    </div>
  </section>

  <section id="faq">
    <h2 class="text-3xl font-bold mb-4">FAQ (Short)</h2>
    <dl class="space-y-6 text-gray-700">
      <div>
        <dt class="font-semibold">Do you use my photos for ads or AI training?</dt>
        <dd class="mt-1">No. No ad model, no external model training.</dd>
      </div>
      <div>
        <dt class="font-semibold">How are the photos encrypted?</dt> 
        <dd class="mt-1">Stored encrypted on disk; encryption at rest.</dd>
      </div>
      <div>
        <dt class="font-semibold">Can I leave with my data?</dt>
        <dd class="mt-1">Yes. Export original files + metadata (EXIF intact).</dd>
      </div>
      <div>
        <dt class="font-semibold">Business model?</dt>
        <dd class="mt-1">Subscription only (storage tiers). No ads, no sale of metadata.</dd>
      </div>
    </dl>
  </section>

  <section id="usage">
    <h2 class="text-3xl font-bold mb-4">Usage & Guidelines</h2>
    <div class="bg-white border rounded-lg p-6 text-gray-700 space-y-3">
      <p>Allowed: News articles, reviews, blogs, podcasts, conference slides.</p>
      <p>Not allowed: Distortion/recoloring of logo, implying partnership without permission, use in unrelated commercial expressions.</p>
      <p class="text-xs text-gray-400">Google Photos and iCloud are trademarks of their respective owners; there is no affiliation.</p>
    </div>
  </section>

  <section>
    <h2 class="text-3xl font-bold mb-4">Need more?</h2>
    <p class="text-gray-700">Quotes, extra resolutions, privacy explanations, or technical details: <a href="mailto:bram@pixelunion.eu" class="text-blue-600">bram@pixelunion.eu</a>.</p>
  </section>

 </div>
{{< /section-container >}}

