# TagSpaces Custom — Enterprise & Academic File Management

> TagSpaces Custom Edition is built for enterprise and academic deployments, offering white-labeling, custom file viewers, fine-tuned perspectives, and priority technical support.

export const detailFeatures = {
  amplifyIntegration: {
    title: "Deploy on AWS with Amplify (optional)",
    description: (
      <>
        For organizations running on AWS, TagSpaces Custom can be deployed via{" "}
        <Link to="https://aws.amazon.com/amplify/">AWS Amplify</Link> — with user management, MFA, and centralized
        configuration built in.
      </>
    ),
    items: [
      <>
        User management with Amazon Cognito and multi-factor authentication
      </>,
      <>
        File hosting in Amazon S3 buckets
      </>,
      <>
        Central config for locations, tag libraries, and searches via DynamoDB
      </>,
      <>
        Automated processing — thumbnail generation and indexing via Lambda
      </>,
    ],
    imageAlt: "TagSpaces deployed on AWS Amplify with MFA",
    imageUrl: "/content/v5/tagspaces-ent-mfa.png",
  },
  customDevelopment: {
    title: "Custom Extensions & Integrations",
    description: (
      <>
        We build exclusive file viewers, editors, and perspectives tailored to your domain — from{" "}
        <Link to="https://en.wikipedia.org/wiki/DICOM">DICOM</Link> medical imagery and{" "}
        <Link to="https://en.wikipedia.org/wiki/Electronic_invoicing">e-invoice</Link> viewers to 3D models and
        panoramic photos.
      </>
    ),
    items: [
      <>
        Custom file viewers for specialized formats
      </>,
      <>
        Custom file editors integrated into the app
      </>,
      <>
        Custom perspectives for domain-specific workflows
      </>,
      <>
        Exclusive themes matching your brand
      </>,
    ],
    carouselItems: [
      {
        imageAlt: "TagSpaces with integrated DICOM medical image viewer",
        imageUrl: "/content/extensions/dicom-viewer.avif",
      },
      {
        imageAlt: "TagSpaces with integrated e-invoice viewer",
        imageUrl: "/content/extensions/einvoice-viewer.avif",
      },
    ],
  },
};

export const includes = [
  { title: "White-label branding", text: "Custom logo, color themes, and UI — TagSpaces looks and feels like your own product." },
  { title: "Custom extensions", text: "We develop file viewers, editors, and perspectives tailored to your domain and workflows." },
  { title: "Priority support", text: "Dedicated ticketing system, phone and email support, and faster response times for your team." },
];

export const deployments = [
  { title: "On-premise", text: "Host on your own servers or NAS. Static web hosting is all you need — no backend, no database. Full control over access and security." },
  { title: "AWS Amplify", text: "Deploy on your AWS account with Cognito user management, S3 file hosting, DynamoDB configuration, and Lambda-powered indexing." },
  { title: "Desktop app", text: "TagSpaces Custom is also available as a white-labeled desktop application for Windows, macOS, and Linux — with tailored extensions pre-installed." },
];

export const audiences = [
  { title: "Enterprise teams", text: "Shared file management with access controls, branding, and centralized configuration." },
  { title: "Research institutions", text: "Organize datasets, papers, and lab assets with custom viewers and metadata tagging." },
  { title: "Medical & engineering", text: "Custom viewers for DICOM, CAD, or domain-specific file formats integrated directly into the app." },
  { title: "Education", text: "Self-hosted platform for students and faculty to organize course materials, research, and assignments." },
];

{/* ──── Section 1: Hero ──── */}

  <Spacer height={50} />
  {"TagSpaces, built for your organization"}
  
    The Custom Edition combines the best of TagSpaces Lite, Pro, and Pro Web — tailored for enterprise and academic
    deployments with white-labeling, custom extensions, and priority support.
  
  
    {"Contact us"}
  
  
    On-premise or cloud &middot; White-label available &middot; Priority support included
  

{/* ──── Section 2: Hero visual ──── */}

  <FullScreenImage
    src="/content/v5/tagspaces-ent-hero.png"
    caption="TagSpaces Custom with enterprise branding"
    maxWidth={1000}
    showCaption
  />

<Spacer height={60} />

{/* ──── Section 3: What's included ──── */}

  {"What's included"}
  <Spacer height={20} />
  <CardGrid items={includes} />

<Spacer height={60} />

{/* ──── Section 4: Deployment options ──── */}

  {"Flexible deployment"}
  
    Deploy TagSpaces Custom wherever your data lives — on your own servers, in your private cloud, or on AWS.
  
  <Spacer height={20} />
  <CardGrid items={deployments} />
  <Spacer height={20} />
  <FullScreenImage
    src="/content/v3-x/tagspaces-enterprise-software-architecture.png"
    caption="Deployment options for TagSpaces Custom"
    maxWidth={800}
    showCaption
    removeShadow
  />

<Spacer height={40} />

{/* ──── Section 5: Feature blocks (AWS + Custom dev) ──── */}

  <RenderFeatures features={detailFeatures} />

<Spacer height={40} />

{/* ──── Section 6: Use cases ──── */}

  {"Built for"}
  <Spacer height={20} />
  <CardGrid items={audiences} colSize={3} center />

<Spacer height={60} />

{/* ──── Section 7: PWA ──── */}

  {"Works on every device"}
  
    TagSpaces Custom supports{" "}
    <Link to="https://developers.google.com/web/progressive-web-apps">Progressive Web App (PWA)</Link> functionality —
    install it on iOS, Android, Windows, macOS, or Linux directly from the browser. Access your S3-hosted files from any
    device.
  
  <Link to="https://demo.tagspaces.com/mobile.html" style={{ fontSize: "0.9rem" }}>
    {"Try the mobile PWA demo →"}
  </Link>

<Spacer height={60} />

{/* ──── Section 8: Contact CTA ──── */}

  {"Let's build your TagSpaces"}
  
    Tell us about your requirements — deployment model, branding, custom extensions, team size — and we'll put together
    a tailored solution.
  
  
    {"Contact us"}
  
  
    
      {"+49 89 41156911"}
    
    {" · "}
    
      {"contact@tagspaces.org"}
    
  
  
    {"Looking for the self-service editions? See "}
    <Link to="/products/pro/">{"TagSpaces Pro"}</Link>
    {" or "}
    <Link to="/products/proweb/">{"TagSpaces Pro Web"}</Link>
    {"."}
  

<Spacer height={80} />
