{
  "slug": "mounted-vault",
  "meta": {
    "title": "Mounted Vault | ChromVoid",
    "description": "Encrypted notes and file workflows."
  },
  "hero": {
    "label": "Mounted Vault",
    "title": "Encrypted files as a normal folder.",
    "description": "Unlock once, work in Finder or Explorer, then unmount to return to an at-rest encrypted view.",
    "audience": "For folder-based workflows where encrypted files should feel like a normal desktop volume."
  },
  "useCases": {
    "title": "When it fits",
    "intro": "Use mounted storage when a desktop folder is the right mental model for your files.",
    "cards": [
      {
        "title": "Notes and Markdown",
        "body": "Open a vault in Obsidian or another editor as a normal working folder."
      },
      {
        "title": "Files without export",
        "body": "Edit PDFs, scans, and working documents in place without export or re-import."
      },
      {
        "title": "Temporary decrypted access",
        "body": "Unmount when the session ends so the visible folder disappears again."
      }
    ]
  },
  "howItWorks": {
    "title": "Lifecycle",
    "intro": "Mounted Vault is a session, not background sync.",
    "steps": [
      {
        "title": "Unlock the vault",
        "body": "Open ChromVoid and start a mounted session."
      },
      {
        "title": "The folder appears",
        "body": "Finder or Explorer sees a normal path that apps can use immediately."
      },
      {
        "title": "Work in place",
        "body": "Edit files inside the mounted folder without export loops."
      },
      {
        "title": "Unmount",
        "body": "Close the session and the decrypted view disappears again."
      }
    ],
    "diagrams": [
      {
        "src": "/assets/diagrams/mounted-vault-flow.svg",
        "alt": "Mounted vault lifecycle",
        "title": "Mounted vault flow",
        "description": "Unlock, mount, work, and unmount."
      }
    ]
  },
  "security": {
    "title": "Access boundary",
    "cards": [
      {
        "title": "Explicit mount",
        "body": "Mounted access starts only after a user action."
      },
      {
        "title": "Visible during session",
        "body": "Files are visible to OS-level file apps only while mounted."
      },
      {
        "title": "Deterministic fallback backend",
        "body": "FUSE is preferred where available; WebDAV remains the fallback path."
      }
    ]
  },
  "limitations": {
    "title": "Limits and scope",
    "intro": "Only the real prerequisites and public-scope boundaries live here.",
    "items": [
      "On macOS, FUSE mode depends on a compatible macFUSE stack.",
      "Obsidian is only a workflow example here, not a first-party integration.",
      "Mobile volume mount stays outside the current public scope."
    ],
    "notTitle": "Not background sync",
    "notBody": "Mounted Vault is an explicit desktop session with a start and end, not replication."
  },
  "cta": {
    "title": "Mount the vault when folder-based workflows make sense.",
    "body": "The mounted view is session-bound, then returns to at-rest encryption when you unmount."
  },
  "ui": {
    "generic": {
      "audience": "Who this is for",
      "useCases": "Use cases",
      "how": "How it works",
      "security": "Security",
      "limitations": "Limitations",
      "threatModel": "Threat Model",
      "download": "Download",
      "backHome": "Back home",
      "technicalDiagram": "Technical diagram",
      "badges": {
        "inDevelopment": "In development",
        "pro": "PRO"
      }
    },
    "mountedVault": {
      "desktop": {
        "sessionChip": "Session-bound",
        "audienceTitle": "Encrypted files as a normal folder.",
        "lifecycleLabel": "Lifecycle",
        "lifecycleTitle": "Unlock, mount, work, unmount. Four states.",
        "lifecycleIntro": "Mounted Vault is not background sync. It is an explicit session with a deterministic start and end.",
        "diagramBadge": "Technical diagram",
        "diagramSupportBadge": "FUSE / WebDAV",
        "boundaryPillars": [
          "Explicit mount",
          "Temporary access",
          "Fallback backend"
        ],
        "sessionMetrics": [
          {
            "label": "Storage",
            "value": "At rest",
            "body": "Files stay encrypted until the volume is mounted."
          },
          {
            "label": "Access",
            "value": "Session",
            "body": "Visibility is bound to the unlock session."
          }
        ],
        "mountVisualizerLabels": {
          "locked": "Locked",
          "lockedBody": "Files encrypted at rest. No OS-level app sees the content.",
          "unlock": "Unlock",
          "unlockBody": "ChromVoid starts a mounted session and picks the backend automatically.",
          "mounted": "Mounted",
          "mountedBody": "A folder appears in Finder / Explorer. Any file app can see it.",
          "unmount": "Unmount",
          "unmountBody": "The decrypted view disappears. Files are encrypted at rest again.",
          "mountPath": "/Volumes/ChromVoid",
          "backendLabel": "FUSE / WebDAV"
        }
      },
      "mobile": {
        "heroLead": "Unlock the vault and work with it like a normal desktop folder. After lock or unmount, the decrypted view disappears again.",
        "heroNoteTitle": "Not sync and not mobile mount.",
        "heroNoteBody": "This is a desktop-only mounted session with an explicit start and end, not background replication.",
        "heroFacts": [
          "Desktop workflow",
          "Session-bound",
          "Finder / Explorer"
        ],
        "summaryTitle": "What to understand before installing",
        "summaryAudience": "Who this is for",
        "summaryOutcome": "What you get",
        "summaryAfterLock": "After lock",
        "howLabel": "Flow",
        "howTitle": "How it works",
        "howCopy": "Three steps instead of a long walkthrough: open the session, work in a normal folder, remove access again.",
        "howSteps": [
          {
            "title": "Unlock the vault",
            "body": "Open ChromVoid and start a mounted session. The best backend is chosen automatically."
          },
          {
            "title": "The folder appears as normal",
            "body": "Finder, Explorer, and other folder-based apps see a familiar path without export or re-import."
          },
          {
            "title": "Lock / unmount removes access",
            "body": "When you are done, the visible folder disappears and files return to an encrypted at-rest state only."
          }
        ],
        "useCasesLabel": "When it fits",
        "useCasesTitle": "Best fit for file-based workflows",
        "useCasesRows": [
          {
            "title": "Notes and Markdown",
            "body": "Use it when you want Obsidian or another editor to open the vault as a normal working folder."
          },
          {
            "title": "Files without export",
            "body": "PDFs, scans, and working documents stay in place instead of going through an export and re-import loop."
          },
          {
            "title": "Temporary decrypted access",
            "body": "When the session ends, the visible files are removed again so mounted storage does not turn into invisible sync."
          }
        ],
        "securityLabel": "Boundaries",
        "securityTitle": "Where the access boundary lives",
        "securityCards": [
          {
            "title": "Explicit mount",
            "body": "Mounted access starts with a user action. Auto-mount can exist as an option, but it is not the default model."
          },
          {
            "title": "Visible only during the session",
            "body": "While mounted, OS-level file apps can see the content. After lock, that view disappears again."
          },
          {
            "title": "Deterministic fallback backend",
            "body": "FUSE is preferred where available, while WebDAV remains the fallback path and the main production path on Windows."
          }
        ],
        "limitsTitle": "Limits and scope",
        "limitsIntro": "Only the real prerequisites and public-scope boundaries live here.",
        "limitsItems": [
          "On macOS, FUSE mode depends on a compatible macFUSE stack. If it is unavailable, ChromVoid falls back to WebDAV.",
          "Obsidian is only a workflow example here, not a first-party integration.",
          "Mobile volume mount stays outside the current public scope. This page is about desktop workflows."
        ],
        "diagramSummary": "Show technical diagram"
      }
    }
  }
}
