<!DOCTYPE html>
<html lang="en" class="dark">
<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Cutsio - Search Your Entire Video Library Instantly</title>
    <!-- Primary Meta Tags -->
    <meta name="title" content="Cutsio - Search Your Entire Video Library Instantly">
    <meta name="description" content="Cutsio turns raw footage into a searchable, usable video system. Find any moment, generate cuts, create transcripts and timelines, request uploads, share clips, and download originals.">
    <meta name="keywords" content="AI video library, searchable video storage, video asset management, semantic video search, video sharing links, video upload request links, video review, video transcripts, video timeline search">
    <meta name="author" content="Cutsio">
    <meta name="robots" content="index, follow">
    <meta name="theme-color" content="#4F7DFF">
    
    <!-- Favicon -->
    <link rel="icon" type="image/x-icon" href="/favicon.ico">
    
    <!-- Open Graph / Facebook / LinkedIn -->
    <meta property="og:type" content="website">
    <meta property="og:url" content="https://cutsio.com/">
    <meta property="og:title" content="Cutsio - Search Your Entire Video Library Instantly">
    <meta property="og:description" content="Turn raw footage into a searchable, usable system. Find any moment, generate cuts, request uploads, share clips, and download originals.">
    <meta property="og:image" content="https://cutsio.com/cutsio-hero-1.jpg">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="630">
    <meta property="og:image:alt" content="Cutsio - AI video library dashboard">
    <meta property="og:site_name" content="Cutsio">
    
    <!-- Twitter -->
    <meta property="twitter:card" content="summary_large_image">
    <meta property="twitter:url" content="https://cutsio.com/">
    <meta property="twitter:title" content="Cutsio - Search Your Entire Video Library Instantly">
    <meta property="twitter:description" content="Turn raw footage into a searchable, usable system. Find any moment, generate cuts, request uploads, share clips, and download originals.">
    <meta property="twitter:image" content="https://cutsio.com/cutsio-hero-1.jpg">
    <meta property="twitter:image:alt" content="Cutsio - AI video library dashboard">
    
    <!-- WhatsApp / iMessage / Other standard meta tags -->
    <meta itemprop="name" content="Cutsio - Search Your Entire Video Library Instantly">
    <meta itemprop="description" content="Cutsio turns raw footage into a searchable, usable video system. Find any moment, generate cuts, create transcripts and timelines, request uploads, share clips, and download originals.">
    <meta itemprop="image" content="https://cutsio.com/cutsio-hero-1.jpg">
    
    <!-- Structured Data -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "name": "Cutsio",
      "url": "https://cutsio.com/",
      "sameAs": [
        "https://twitter.com/cutsio",
        "https://linkedin.com/company/cutsio"
      ],
      "description": "AI video library for storing, searching, sharing, reviewing, and downloading original footage."
    }
    </script>
    
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "Cutsio",
      "url": "https://cutsio.com/",
      "description": "Cutsio turns raw footage into a searchable, usable video system. Find any moment, generate cuts, create transcripts and timelines, request uploads, share clips, and download originals.",
      "publisher": {
        "@type": "Organization",
        "name": "Cutsio"
      }
    }
    </script>
    
    <meta name="color-scheme" content="dark">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
    <style>
      /* Graceful theme transition */
      .theme-transitioning,
      .theme-transitioning *,
      .theme-transitioning ::before,
      .theme-transitioning ::after {
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
        transition-duration: 300ms !important;
      }
    </style>
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit" async defer></script>
    <script>
      tailwind.config = {
        darkMode: 'class',
        plugins: [
          function({ addUtilities }) {
            addUtilities({
              '.prose': {
                'max-width': '65ch',
                'color': 'var(--tw-prose-body)',
                'line-height': '1.75',
              },
              '.prose h1': {
                'color': 'var(--tw-prose-headings)',
                'font-weight': '800',
                'font-size': '2.25em',
                'margin-top': '0',
                'margin-bottom': '0.8888889em',
                'line-height': '1.1111111',
              },
              '.prose h2': {
                'color': 'var(--tw-prose-headings)',
                'font-weight': '700',
                'font-size': '1.5em',
                'margin-top': '2em',
                'margin-bottom': '1em',
                'line-height': '1.3333333',
              },
              '.prose h3': {
                'color': 'var(--tw-prose-headings)',
                'font-weight': '600',
                'font-size': '1.25em',
                'margin-top': '1.6em',
                'margin-bottom': '0.6em',
                'line-height': '1.6',
              },
              '.prose p': {
                'margin-top': '1.25em',
                'margin-bottom': '1.25em',
              },
              '.prose ul': {
                'margin-top': '1.25em',
                'margin-bottom': '1.25em',
                'padding-left': '1.625em',
                'list-style-type': 'disc',
              },
              '.prose ol': {
                'margin-top': '1.25em',
                'margin-bottom': '1.25em',
                'padding-left': '1.625em',
                'list-style-type': 'decimal',
              },
              '.prose ul li': {
                'list-style-type': 'disc',
                'margin-top': '0.5em',
                'margin-bottom': '0.5em',
                'display': 'list-item',
              },
              '.prose ol li': {
                'list-style-type': 'decimal',
                'margin-top': '0.5em',
                'margin-bottom': '0.5em',
                'display': 'list-item',
              },
              '.prose strong': {
                'color': 'var(--tw-prose-bold)',
                'font-weight': '600',
              },
              '.prose a': {
                'color': 'var(--tw-prose-links)',
                'text-decoration': 'underline',
                'font-weight': '500',
              },
              '.prose code': {
                'color': 'var(--tw-prose-code)',
                'font-weight': '600',
                'font-size': '0.875em',
                'background-color': 'var(--tw-prose-pre-bg)',
                'padding': '0.125em 0.25em',
                'border-radius': '0.25rem',
              },
              '.prose blockquote': {
                'font-weight': '500',
                'font-style': 'italic',
                'color': 'var(--tw-prose-quotes)',
                'border-left-width': '0.25rem',
                'border-left-color': 'var(--tw-prose-quote-borders)',
                'quotes': '"\\201C""\\201D""\\2018""\\2019"',
                'margin-top': '1.6em',
                'margin-bottom': '1.6em',
                'padding-left': '1em',
              },
              '.prose-slate': {
                '--tw-prose-body': '#334155',
                '--tw-prose-headings': '#0f172a',
                '--tw-prose-lead': '#475569',
                '--tw-prose-links': '#0f172a',
                '--tw-prose-bold': '#0f172a',
                '--tw-prose-counters': '#64748b',
                '--tw-prose-bullets': '#cbd5e1',
                '--tw-prose-hr': '#e2e8f0',
                '--tw-prose-quotes': '#0f172a',
                '--tw-prose-quote-borders': '#e2e8f0',
                '--tw-prose-captions': '#64748b',
                '--tw-prose-code': '#0f172a',
                '--tw-prose-pre-code': '#e2e8f0',
                '--tw-prose-pre-bg': '#1e293b',
                '--tw-prose-th-borders': '#cbd5e1',
                '--tw-prose-td-borders': '#e2e8f0',
              },
              '.dark .prose-slate': {
                '--tw-prose-body': '#cbd5e1',
                '--tw-prose-headings': '#f1f5f9',
                '--tw-prose-lead': '#94a3b8',
                '--tw-prose-links': '#f1f5f9',
                '--tw-prose-bold': '#f1f5f9',
                '--tw-prose-counters': '#94a3b8',
                '--tw-prose-bullets': '#475569',
                '--tw-prose-hr': '#334155',
                '--tw-prose-quotes': '#f1f5f9',
                '--tw-prose-quote-borders': '#334155',
                '--tw-prose-captions': '#94a3b8',
                '--tw-prose-code': '#f1f5f9',
                '--tw-prose-pre-code': '#cbd5e1',
                '--tw-prose-pre-bg': '#0f172a',
                '--tw-prose-th-borders': '#475569',
                '--tw-prose-td-borders': '#334155',
              },
              '.max-w-none': {
                'max-width': 'none',
              }
            })
          }
        ]
      }
    </script>

    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>

<style>
html {
    scroll-behavior: smooth;
}
@keyframes slide-in-fwd-center {
  0% {
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate-slide-in-fwd-center {
    animation: slide-in-fwd-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.scroll-reveal {
    opacity: 0;
    transform: translateY(40px) perspective(800px) rotateX(-15deg);
    transition: opacity 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000), transform 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform-origin: bottom center;
}
.scroll-reveal.is-visible {
    opacity: 1;
    transform: translateY(0) perspective(800px) rotateX(0deg);
}
@keyframes branch-pulse-down {
  0%, 18% {
    opacity: 0;
    transform: translate(-50%, 0) scale(0.75);
  }
  30%, 72% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 128px) scale(1);
  }
}
@keyframes branch-pulse-horizontal {
  0%, 28% {
    opacity: 0;
    transform: translateX(0) scale(0.75);
  }
  42%, 82% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(var(--pulse-x)) scale(1);
  }
}
@keyframes branch-pulse-drop {
  0%, 42% {
    opacity: 0;
    transform: translateY(0) scale(0.75);
  }
  54%, 86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(var(--pulse-y)) scale(1);
  }
}
.branch-pulse {
    position: absolute;
    z-index: 5;
    width: 7px;
    height: 7px;
    border-radius: 9999px;
    background: #67e8f9;
    box-shadow: 0 0 16px rgba(103, 232, 249, 0.9), 0 0 28px rgba(99, 102, 241, 0.35);
    pointer-events: none;
}
.branch-pulse-down {
    left: 50%;
    top: 602px;
    animation: branch-pulse-down 2.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.branch-pulse-horizontal {
    left: 50%;
    top: 727px;
    animation: branch-pulse-horizontal 2.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.branch-pulse-drop {
    top: 730px;
    animation: branch-pulse-drop 2.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.prose .blog-large-cta {
    box-sizing: border-box;
    width: min(100%, 800px);
    margin: 4rem auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 1.5rem;
    background: #0a0a0a;
    padding: 3.5rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}
.prose .blog-large-cta h3,
.prose .blog-large-cta p,
.prose .blog-large-cta ul,
.prose .blog-large-cta li {
    margin-left: 0;
    margin-right: 0;
}
.prose .blog-large-cta h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: clamp(1.875rem, 4vw, 2.5rem);
    line-height: 1.15;
    letter-spacing: 0;
    text-align: center;
}
.prose .blog-large-cta p {
    color: #94a3b8;
    text-align: center;
}
.prose .blog-large-cta > div > p:first-of-type {
    max-width: 42rem;
    margin: 0 auto 2rem;
    font-size: 1.125rem;
    line-height: 1.75;
}
.prose .blog-large-cta ul {
    max-width: 34rem;
    margin: 0 auto 2.5rem;
    padding: 0;
    list-style: none;
}
.prose .blog-large-cta ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    margin: 0 0 1rem;
    color: #cbd5e1;
    list-style: none;
}
.prose .blog-large-cta ul li::marker {
    content: "";
}
.prose .blog-large-cta ul li svg {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
    margin-top: 0.125rem;
    color: #34d399;
}
.prose .blog-large-cta ul li span {
    min-width: 0;
    overflow-wrap: anywhere;
    line-height: 1.6;
}
.prose .blog-large-cta a,
.prose .blog-large-cta button {
    box-sizing: border-box;
    min-height: 3.25rem;
    min-width: 12rem;
    border-radius: 9999px;
    padding: 0.875rem 2rem;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}
.prose .blog-large-cta a {
    background: #ffffff;
    color: #0f172a;
}
.prose .blog-large-cta button {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: transparent;
    color: #ffffff;
    cursor: pointer;
}
.prose .blog-large-cta a:hover {
    background: #f1f5f9;
}
.prose .blog-large-cta button:hover {
    background: rgba(255, 255, 255, 0.1);
}
.prose .blog-large-cta > div > p:last-child {
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 0.8125rem;
    line-height: 1.5;
}
@media (max-width: 640px) {
    .prose .blog-large-cta {
        border-radius: 1.25rem;
        padding: 2rem 1.25rem;
    }
    .prose .blog-large-cta > div > p:first-of-type {
        font-size: 1rem;
    }
    .prose .blog-large-cta a,
    .prose .blog-large-cta button {
        width: 100%;
    }
}
</style>
<script>
        // Add dark class immediately based on preference to avoid flash of unstyled content
        (function() {
            try {
                var storedTheme = localStorage.getItem('theme');
                // Default to dark mode unless user explicitly selected light mode
                if (storedTheme === 'light') {
                    document.documentElement.classList.remove('dark');
                } else {
                    document.documentElement.classList.add('dark');
                }
            } catch (e) {}
        })();
    </script>
    <!-- X Website Tag -->
    <script>
        !function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);},s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='https://static.ads-twitter.com/uwt.js',a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');
        twq('config','ocvpd');
    </script>
    <!-- End X Website Tag -->
<script type="importmap">
{
  "imports": {
    "react": "https://aistudiocdn.com/react@^19.1.1",
    "react-dom/": "https://aistudiocdn.com/react-dom@^19.1.1/",
    "react/": "https://aistudiocdn.com/react@^19.1.1/",
    "chart.js/": "https://aistudiocdn.com/chart.js@^4.5.0/"
  }
}
</script>
  <script type="module" crossorigin src="/assets/index-DsJ2Vo8M.js"></script>
    <link rel="canonical" href="https://cutsio.com/"></link>

    <script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "name": "Cutsio",
  "url": "https://cutsio.com/",
  "description": "AI-powered video library with semantic search, silence removal, and shareable video highlights."
}
    </script>
    <link rel="alternate" type="text/markdown" href="/home/index.md">
</head>
<body class="bg-slate-50 text-slate-800 dark:bg-neutral-950 dark:text-neutral-100 antialiased selection:bg-indigo-500/30 selection:text-white" style="font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, Apple Color Emoji, Segoe UI Emoji">
    <div id="root">
<nav class="mx-auto max-w-7xl px-6 py-5 flex items-center justify-between border-b border-white/10">
    <span class="text-white font-bold text-xl">Cutsio</span>
    <div class="flex gap-6 text-sm text-slate-300">
      <a href="/" class="hover:text-white">Home</a>
      <a href="/blog" class="hover:text-white">Blog</a>
      <a href="/visual-intelligence" class="hover:text-white">Visual Intelligence</a>
      <a href="/ai-reframe" class="hover:text-white">AI Reframe</a>
      <a href="/drone-intelligence" class="hover:text-white">Drone</a>
      <a href="/security-video-intelligence" class="hover:text-white">Security</a>
    </div>
  </nav>
  <main class="min-h-screen bg-slate-950 text-slate-100">
    <div class="mx-auto max-w-5xl px-6 py-20">
      <h1 class="text-4xl md:text-5xl font-bold text-white mb-6">Cutsio - Search Your Entire Video Library Instantly</h1>
      <p class="text-lg text-slate-300 leading-relaxed max-w-3xl">Cutsio automatically transcribes, indexes, and analyses your video content so you can search, find any scene in seconds, remove silences, create clips with text-based editing, and share review links with clients and collaborators. Stop scrubbing through hours of raw footage.</p>

      <h2 class="text-2xl font-bold text-white mt-16 mb-6">Solutions</h2>
      <div class="grid gap-4 max-w-3xl text-base text-slate-300 leading-relaxed">
        <a href="/ai-reframe" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">AI Reframe — Automatically reframe video for any aspect ratio | Cutsio</a>
        <a href="/claims-video-intelligence" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">Claims Video Intelligence | Cutsio</a>
        <a href="/construction-video-intelligence" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">Construction Video Intelligence | Search Site Footage with AI | Cutsio</a>
        <a href="/drone-intelligence" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">Drone Intelligence | Search Aerial Footage with AI | Cutsio</a>
        <a href="/everlaw-alternative" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">Everlaw Alternative for Video Evidence | Cutsio</a>
        <a href="/frameio-alternative" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">Frame.io Alternative for Post Production | Cutsio</a>
        <a href="/industrial-video-intelligence" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">Industrial Video Intelligence | Search Facility Footage with AI | Cutsio</a>
      </div>

      <h2 class="text-2xl font-bold text-white mt-16 mb-6">Latest from the blog</h2>
      <ul class="max-w-3xl space-y-3 text-base text-slate-300 leading-relaxed list-disc list-inside">
        <li><a href="/blog/agricultural-drone-analysis-software-search-crop-health-field-conditions" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">Agricultural Drone Analysis Software: Search Crop Health, Field Conditions, and Irrigation</a></li>
          <li><a href="/blog/ai-claims-video-analysis-search-drone-dashcam-walkthrough-footage" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">AI Claims Video Analysis: Search Drone, Dashcam, and Walkthrough Footage Together</a></li>
          <li><a href="/blog/ai-construction-site-documentation-turn-aerial-video-into-searchable-evidence" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">AI Construction Site Documentation: Turn Aerial Video into Searchable Evidence</a></li>
          <li><a href="/blog/ai-drone-roof-damage-assessment-find-hail-storm-damage-in-aerial-footage" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">AI Drone Roof Damage Assessment: How to Find Hail and Storm Damage in Aerial Footage</a></li>
          <li><a href="/blog/ai-drone-security-analytics-detect-intruders-vehicles-activity" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">AI Drone Security Analytics: Detect Intruders, Vehicles, and Activity in Real Time</a></li>
          <li><a href="/blog/ai-video-tagging-software-automated-metadata-extraction-2026" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">AI video tagging software: Automated metadata extraction in 2026</a></li>
          <li><a href="/blog/best-drone-mapping-software-construction-surveying-volumetrics-bim" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">Best Drone Mapping Software for Construction: Surveying, Volumetrics, and BIM Comparison</a></li>
          <li><a href="/blog/best-everlaw-alternative-for-video-evidence-2026" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">Best Everlaw Alternative for Video Evidence in 2026</a></li>
          <li><a href="/blog/best-video-asset-management-software-2026-features-pricing-compared" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">Best video asset management software in 2026: Features and pricing compared</a></li>
          <li><a href="/blog/best-video-library-software-for-teams-organize-search-share" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">Best video library software for teams: Organize, search, and share in 2026</a></li>
      </ul>
      <p class="mt-6"><a href="/blog" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2 font-medium">View all blog posts →</a></p>
    </div>
  </main>
  </div>
    <script>
        // Handle client-side routing
        (function() {
            const redirect = sessionStorage.redirect;
            delete sessionStorage.redirect;
            if (redirect && redirect != location.href) {
                history.replaceState(null, null, redirect);
            }
        })();
    </script>
</body>
</html>
