# TagSpaces: A Powerful Digital Asset Management (DAM) Solution

> TagSpaces is a privacy-focused digital asset management (DAM) tool for organizing, tagging, and previewing images, videos, documents, 3D models, and more.

<WebPageSD />

export const features = {
  intro: {
    description: (
      <>
        TagSpaces is a local-first, privacy-focused Digital Asset Management (DAM) tool that helps you organize,
        browse, tag, preview, and annotate all types of digital files—without relying on the cloud. It's ideal for
        creatives, researchers, businesses, and teams who want full control over their digital content across platforms.
      </>
    ),
  },
  imageAnnotation: {
    title: "Image Management & Annotation",
    description:
      "TagSpaces is a lightweight photo manager perfect for annotating, organizing, and browsing photos or other images",
    items: [
      <>Add custom tags and descriptions to images</>,
      <>Built-in image viewer with zoom, rotate, mirror, and EXIF/IPTC support</>,
      <>
        Generate thumbnails for{" "}
        <Link href="https://docs.tagspaces.org/viewing-files/#image-formats">various formats</Link> like JPG, PNG, GIF,
        SVG, TIF, or WEBP
      </>,
      <>View in grid, list, gallery, presentation or full-screen modes</>,
      <>Set custom thumbnails and colors for folders for easier navigation and visual orientation</>,
    ],
    actionButtonTitle: "Discover how",
    actionButtonLink: "https://docs.tagspaces.org/annotations/",
    imageAlt: "Annotating images in TagSpaces",
    imageUrl: "/content/extensions/image-viewer.avif",
    imageHref: "",
  },
  preview3dModels: {
    title: (
      <>
        Preview and Organize 3D Models <ProFeature />
      </>
    ),
    description: (
      <>
        Whether you're a 3D designer or product developer, TagSpaces Pro helps you easily review and document 3D
        prototypes and assets for digital or print workflows.:
      </>
    ),
    items: [
      <>
        Preview 3D models in GLB, GLTF, STL, and OBJ formats
      </>,
      <>Rotate and zoom using mouse gestures</>,
      <>
        Tag, annotate, and save snapshots of your models
      </>,
      <>View 3D assets directly without specialized software</>,
    ],
    actionButtonTitle: "Learn more",
    actionButtonLink: "https://docs.tagspaces.org/extensions/3d-viewer/",
    videoUrl: "https://docs.tagspaces.org/media/extensions/3d-viewer.mp4",
    posterUrl: "https://docs.tagspaces.org/media/extensions/3d-viewer.jpg",
    visualCaption: (
      <>
        The <Link href="https://skfb.ly/oBEsP">3D model</Link> used in the demo video is licensed under Creative Commons
        Attribution.
      </>
    ),
  },
  mediaAnnotation: {
    title: "Video & Audio File Organizer",
    description:
      "Manage and play your media files right inside TagSpaces. Ideal for video editors, podcasters, and anyone archiving multimedia content.",
    items: [
      <>
        Built-in media player for formats like WEBM, OGV and more
      </>,
      <>Add tags, notes, and metadata to any media file</>,
      <>
        Generate video thumbnails automatically or assign custom images
      </>,
      <>
        Use picture-in-picture mode, looping, and full-screen playback
      </>,
    ],
    actionButtonTitle: "Learn more",
    actionButtonLink: "https://docs.tagspaces.org/extensions/media-player/",
    imageAlt: "Built-in media player extension in TagSpaces",
    imageUrl: "/content/extensions/media-player.avif",
    imageHref: "https://docs.tagspaces.org/extensions/media-player/",
  },
  eBookOrganizer: {
    title: "Manage digital books and documents effortlessly",
    description: "Create your own local library—searchable, sortable, and 100% under your control.",
    items: [
      <>Open EPUB and PDF files with the integrated reader</>,
      <>Add copyright info, research notes, and tags</>,
      <>Generate preview thumbnails for fast recognition</>,
      <>Perfect for authors, researchers, and students</>,
    ],
    actionButtonTitle: "Learn more",
    actionButtonLink: "https://docs.tagspaces.org/extensions/ebook-viewer/",
    videoUrl: "https://docs.tagspaces.org/media/extensions/viewer-epub.mp4",
    posterUrl: "https://docs.tagspaces.org/media/extensions/viewer-epub.jpg",
  },
  liveDemo: {
    title: "Live Demo",
    oneColumn: true,
    customVisualEl: (
      <Demo
        hideIntro={false}
        width="100%"
        height="800px"
        url="https://demo.tagspaces.com/ipg.html"
        title="PWA enabled demo, showing the photo management use case"
      />
    ),
  },
};

export const ctaButton = (
  <Link className="button button--primary" to="/products/">
    Start now with TagSpaces
  </Link>
);

  
    TagSpaces: A Powerful Digital Asset Management (DAM) Solution
    {features.intro.description}
    <Spacer height={30} />
  
  
    
      <FullScreenImage src="/content/features/usecase-dam-hero.avif" caption="Screenshot of the markdown editor" />
    
    
      <Spacer height={30} />
      Why Use TagSpaces for DAM?
      
        
          🔒 Privacy-first: Your files stay local unless you choose to sync them
        
        
          ⚡ Fast previews: Open files instantly in a built-in viewer
        
        
          🔖 Advanced tagging: Organize by keyword, project, or type
        
        
          🖥️ Cross-platform: Use on Windows, macOS, Linux, Android (PWA) and iOS (PWA)
        
        
          🌐 Cloud-optional: Integrates with Dropbox, Google Drive, S3 object storage, and more
        
      
      <Spacer height={30} />
      {ctaButton}
    
  

  <RenderFeatures features={features} hideFirst />
  <Spacer height={50} />
  
    {ctaButton}
  
  <Spacer height={50} />
