{
  "eyebrow": "System-wide context actions",
  "hero_headline": "Bring text, file, OCR, and plugin actions to the place where you already work.",
  "secondary_cta": "View guide",
  "hero_caption": "Real SwiftBiu text, AI, image, and file workflows on macOS.",
  "hero_image_alt": "SwiftBiu toolbar translating selected text on macOS",
  "hero_demo_aria": "Animated SwiftBiu text and file workflow demo",
  "demo_text_mode": "Text operations",
  "demo_file_mode": "File operations",
  "demo_drag_mode": "Drag triggers",
  "demo_drag_aria": "Animated SwiftBiu directional drag-trigger demo",
  "demo_ocr_mode": "OCR capture",
  "demo_ocr_aria": "Animated SwiftBiu screen-region OCR demo",
  "demo_ocr_actions_aria": "OCR extension actions",
  "hero_overlay_action": "Selection toolbar",
  "hero_overlay_title": "Context detected",
  "hero_overlay_desc": "Run the right action from text, files, links, or OCR.",
  "hero_badges": [
    {
      "icon": "text_fields",
      "label": "Text actions"
    },
    {
      "icon": "folder_open",
      "label": "File workflows"
    },
    {
      "icon": "document_scanner",
      "label": "OCR capture"
    },
    {
      "icon": "extension",
      "label": "JS and Web plugins"
    }
  ],
  "workflow_label": "What it handles",
  "workflow_cards": [
    {
      "icon": "text_fields",
      "title": "Text actions",
      "desc": "Select text in any app and turn the selection into useful output without breaking your flow.",
      "items": [
        "Translate, search, format, copy, cut, paste",
        "Open links and route selected text into plugins",
        "Run AI text and image actions from the toolbar"
      ]
    },
    {
      "icon": "folder_open",
      "title": "File actions",
      "desc": "Drag files or links into directional triggers and launch the exact file workflow you need.",
      "items": [
        "Image and video compression",
        "Image format conversion and background removal",
        "AirDrop, system share, reveal in Finder, open with app"
      ]
    },
    {
      "icon": "document_scanner",
      "title": "OCR actions",
      "desc": "Capture a region of the screen, extract text, then copy, translate, or keep processing it.",
      "items": [
        "Screen-region text recognition",
        "Automatic copy or translation",
        "Send OCR text to toolbar actions"
      ]
    },
    {
      "icon": "extension",
      "title": "Plugin actions",
      "desc": "Build your own action layer with JavaScript plugins or richer HTML extensions.",
      "items": [
        "Text, file, and automation APIs",
        "Dedicated shortcuts for favorite plugins",
        "Custom plugin sources and extension store"
      ]
    }
  ],
  "trigger_label": "Trigger system",
  "trigger_title": "Use one gesture differently in every app.",
  "trigger_desc": "SwiftBiu can inherit global defaults or apply app configurations, so the same motion can open a toolbar in one app, run a plugin in another, and stay silent where it would interrupt you.",
  "trigger_image_alt": "SwiftBiu per-app trigger configuration screen",
  "trigger_items": [
    {
      "icon": "content_copy",
      "title": "Copy trigger",
      "desc": "Use Command-C, replace it in Enhanced Mode, or require a confirmation shortcut before the toolbar appears."
    },
    {
      "icon": "swipe",
      "title": "Gestures and shortcuts",
      "desc": "Double tap, swipe left or right, combine gestures with shortcuts, or bind a gesture directly to one action."
    },
    {
      "icon": "drag_indicator",
      "title": "File drag routes",
      "desc": "Map 4- or 8-direction drags to different file plugins and combine drag timing with modifier keys."
    },
    {
      "icon": "apps",
      "title": "App configurations",
      "desc": "Tune copy triggers, active screen areas, gestures, drag routes, and toolbar actions for each application."
    }
  ],
  "use_cases_label": "Use cases",
  "use_cases_title": "Small actions that remove a lot of friction.",
  "use_cases_desc": "SwiftBiu is built for the moments where opening another app is slower than acting where the content already is.",
  "use_cases": [
    {
      "icon": "translate",
      "title": "Translate where you write",
      "desc": "Highlight a sentence in Mail, Safari, Notes, or an editor and translate without switching context."
    },
    {
      "icon": "compress",
      "title": "Prepare files faster",
      "desc": "Compress images or videos, convert formats, remove backgrounds, and share from the drag gesture."
    },
    {
      "icon": "document_scanner",
      "title": "Read text from the screen",
      "desc": "Frame a screenshot area, extract text, then copy, translate, or pass it into your own workflow."
    }
  ],
  "automation_label": "Extensibility",
  "automation_title": "Turn repeat work into local, reusable actions.",
  "automation_desc": "SwiftBiuX plugins live beside built-in actions. They can appear in the toolbar, run from shortcuts, and participate in Quick Triggers.",
  "automation_steps": [
    {
      "title": "Choose the context",
      "desc": "Selected text, files, links, OCR text, or the current app can decide what should happen."
    },
    {
      "title": "Attach the trigger",
      "desc": "Use toolbar buttons, dedicated shortcuts, gestures, drag directions, or per-app routes."
    },
    {
      "title": "Run the workflow",
      "desc": "Paste output, show a notification, call an AI service, share files, or open a Web extension UI."
    }
  ],
  "native_label": "Privacy and feel",
  "native_title": "Native where it matters, explicit where data leaves your Mac.",
  "native_desc": "SwiftBiu is a Mac-first utility, not a web wrapper. Local text handling stays local; external translation or AI requests happen only when you trigger an action that needs that service.",
  "trust_items": [
    {
      "icon": "lock",
      "title": "Local by default",
      "desc": "SwiftBiu does not collect or store selected text."
    },
    {
      "icon": "speed",
      "title": "Fast native UI",
      "desc": "Swift and AppKit keep the toolbar light and responsive."
    },
    {
      "icon": "tune",
      "title": "Highly configurable",
      "desc": "Control layout, trigger timing, action order, shortcuts, and app configurations."
    },
    {
      "icon": "code",
      "title": "Developer friendly",
      "desc": "Extend the tool with JavaScript and HTML using the SwiftBiuX template."
    }
  ],
  "faqs": [
    {
      "question": "What is SwiftBiu?",
      "answer": "SwiftBiu is a macOS context action platform for text, files, OCR, plugins, and automation workflows."
    },
    {
      "question": "Is it only a text selection toolbar?",
      "answer": "No. It started with selected text, but now also supports file actions, drag triggers, OCR capture, dedicated shortcuts, app configurations, JavaScript plugins, and HTML extensions."
    },
    {
      "question": "Does SwiftBiu replace PopClip, Raycast, or Alfred?",
      "answer": "It overlaps with them in some workflows, but focuses on context actions next to selected text, files, links, and screen text rather than launching a separate command palette."
    },
    {
      "question": "What macOS versions are supported?",
      "answer": "SwiftBiu supports macOS 12.0 Monterey and later."
    },
    {
      "question": "How does SwiftBiu handle privacy?",
      "answer": "Local actions stay on your Mac. Text or files are sent to external services only when you explicitly run an action that requires that service, such as translation or AI."
    }
  ],
  "final_title": "Make every selection useful.",
  "final_desc": "Install SwiftBiu, give your everyday Mac actions a faster home, and extend it into the workflow layer you actually want.",
  "whats_new_label": "Latest release",
  "whats_new_title": "Drag triggers, file actions, and a smoother OCR pipeline.",
  "whats_new": [
    {
      "icon": "drag_indicator",
      "title": "File drag triggers",
      "desc": "4- and 8-direction dial layouts, drag plus shortcut timing, and per-app routing."
    },
    {
      "icon": "auto_fix",
      "title": "New file actions",
      "desc": "Image format conversion, background removal, AirDrop, and shareable shortcuts."
    },
    {
      "icon": "speed",
      "title": "Faster OCR and UI",
      "desc": "Optimised OCR pipeline, refined UI, lower memory, broader stability fixes."
    }
  ],
  "compare_label": "Compare",
  "compare_title": "SwiftBiu vs PopClip, Raycast & Alfred",
  "compare_desc": "One-line view of what each tool is built for. Full side-by-side pages go deeper.",
  "compare_cta": "See all comparisons",
  "forum_cta": "Join the forum",
  "forum_hint": "Ask questions, share plugins, and get help from the SwiftBiu community."
}