CYBERDOC DOCS

Architecture

CyberDoc is an edge-first cybersecurity platform. The frontend runs as a single-page application with serverless API functions at the edge. Security scanning and AI analysis are handled by backend services.

Platform Overview

LayerDescription
FrontendReact SPA with terminal-style UI. Runs entirely in the browser.
APIServerless functions at the edge. Sub-5ms cold start, globally distributed.
StorageDistributed key-value store for scan data. Relational database for accounts and billing.
AI EngineAI-powered diagnosis analyses scan results and generates prioritised recommendations.
Voice AgentReal-time voice consultation walks users through findings and offers remediation guidance.
Scan LabProfessional security scanning tools available on paid plans (Pro, Business, Enterprise).
Red TeamAI-driven penetration testing with multiple assessment modes (Business and Enterprise plans).

Free Scan Flow

A free CyberDoc health check runs through these stages:

  1. Lead capture — User provides name, email, and optional username. Bot protection verified.
  2. Email breach check — Email checked against known breach databases for exposure history.
  3. Social profile sweep — Username checked against 640+ public platforms for digital footprint exposure.
  4. Browser privacy test — 7 client-side checks for WebRTC leaks, fingerprinting, TLS, cookies, DNS, and more.
  5. AI Diagnosis — All findings are analysed by AI for contextual diagnosis with severity-rated issues and prioritised actions.
  6. Report — Scored report with breach timeline, social profile grid, and browser security findings.
  7. Voice consultation (optional) — Real-time voice agent walks through findings and can guide browser privacy fixes.

Paid Features

FeaturePlansDescription
Dashboard + Threat MapPro, Business, EnterpriseWorkspace-scoped scan history, geo-located threat visualisation, usage tracking.
Scan LabPro (5 tools), Business (17), Enterprise (unlimited)Professional security scanning tools: port scanning, vulnerability detection, TLS analysis, DNS auditing, and more.
Red TeamBusiness (3/mo), Enterprise (15/mo)AI-driven penetration testing. Enterprise includes advanced modes and crew (multi-agent) strategy.
Branded PDF ReportsPro, Business, EnterpriseDownloadable reports for Lab and Red Team scans. Enterprise supports white-label branding.

Security Design

  • Edge-first — API functions run globally at the edge with no cold starts.
  • Bot protection — All form submissions verified with challenge-based protection.
  • Encryption — All data in transit over HTTPS/TLS 1.3. Secrets stored as encrypted environment variables.
  • Data retention — Scan data retained for 90 days. Users can request deletion at any time.
  • Privacy — Compliant with Australian Privacy Act 1988. No data sold to third parties.
  • Isolation — Paid customer workspaces are fully isolated. Scan data is workspace-scoped.

Tech Stack

CategoryTechnology
FrontendReact 18, Vite, Fira Code terminal aesthetic
APIServerless edge functions (V8 isolates)
StorageDistributed KV + relational database
AI DiagnosisLarge language model analysis
Voice AgentReal-time voice API with transcript
Bot ProtectionChallenge-based verification
PaymentsStripe (AUD billing)