# TagSpaces Pro Web Store – Advanced Offline File Management with Tagging & Visualizations

> Purchase TagSpaces Pro Web — the self-hosted web edition of TagSpaces Pro with advanced perspectives, Kanban boards, geo-tagging, and S3 storage support.

<head>
  <meta property="og:image" content="https://www.tagspaces.org/content/v5/ts-pro-galley-dark.png" />
</head>

export const productTitle = "TagSpaces Pro Web Store";

export const features = {
  intro: {
    slogan: <></>,
    // description: (
    //   <>
    //     TagSpaces Pro is the premium version of <Link to="/products/lite">TagSpaces</Link>, designed to enhance file
    //     management with advanced features. It extends the basic functionality by supporting additional file formats,
    //     offering powerful tools like 3D model and font previews, and adding additional views for folders called
    //     perspectives. These views enable the user to create local file-based apps. The Pro version also integrates
    //     geotagging, allowing users to organize files based on location data. With these features, TagSpaces Pro is
    //     tailored for users who need more flexibility and control in managing and organizing their local files and folders.
    //   </>
    // ),
  },
};

  
    
      <ImageSlider
        minHeight={550}
        showCaption={true}
        items={[
          {
            imageAlt: "Grid perspective - showing more folder details",
            imageUrl: "/content/pro/folder-details.avif",
          },
          {
            imageAlt: "Kanban perspective used for software development",
            imageUrl: "/content/pro/kanban.avif",
          },
          {
            imageAlt: "Mapique perspective using custom map tile server",
            imageUrl: "/content/pro/mapique.avif",
          },
          {
            imageAlt: "Calendar perspective organizing files by dates",
            imageUrl: "/content/pro/calendar.avif",
          },
          {
            imageAlt: "FolderViz perspective with circular view",
            imageUrl: "/content/pro/folder-viz-circular.avif",
          },
          {
            imageAlt: "Gallery perspective in the app's dark mode",
            imageUrl: "/content/pro/gallery.avif",
          },
        ]}
      />
    
    
      
        {productTitle}
        {features["intro"].slogan}
        <Spacer height={10} />
        
          {/* {ctaButton} */}
          <ProductSummary productType="prowebstore" condensed="true" />
        
      
    
  
  
    
      {/* <Spacer height={30} /> */}
      {/* {title} */}
      {features["intro"].description}
    
  

  <RenderFeatures features={features} hideFirst />
