> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codethreat.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Benchmarks

> Performance and accuracy metrics coming soon

<div className="flex flex-col items-center justify-center min-h-[60vh] text-center">
  <h1 className="text-4xl font-bold mb-4 bg-gradient-to-r from-[#9449FE] to-[#6627F9] bg-clip-text text-transparent">
    Benchmarks Coming Soon
  </h1>

  <p className="text-xl text-gray-400 mb-8 max-w-2xl">
    We're preparing comprehensive benchmark data comparing CodeThreat's autonomous AppSec platform against traditional security tools.
  </p>

  <div className="flex gap-4 flex-wrap justify-center">
    <a href="https://app.codethreat.com/signup" className="px-6 py-3 bg-gradient-to-r from-[#9449FE] to-[#6627F9] rounded-lg font-medium hover:opacity-90 transition-opacity">
      Try CodeThreat Now
    </a>

    <a href="https://codethreat.com/demo" className="px-6 py-3 border border-gray-700 rounded-lg font-medium hover:border-gray-600 transition-colors">
      Book a Demo
    </a>
  </div>
</div>

***

## What's Coming

We're working on detailed benchmarks that will showcase:

<CardGroup cols={2}>
  <Card title="Accuracy Metrics" icon="bullseye">
    Precision, recall, and false positive rates across vulnerability types
  </Card>

  <Card title="Speed Comparisons" icon="gauge-high">
    Performance benchmarks across codebase sizes and languages
  </Card>

  <Card title="Real-world Case Studies" icon="building">
    How teams reduced false positives by 90% and accelerated security
  </Card>

  <Card title="Cost Analysis" icon="chart-line">
    ROI calculations and engineering time saved
  </Card>
</CardGroup>

***

## Try It Yourself

<CardGroup cols={2}>
  <Card title="Start Free Trial" icon="rocket" href="https://app.codethreat.com/signup">
    Experience autonomous agents on your code
  </Card>

  <Card title="Quick Start Guide" icon="book" href="/quickstart">
    Get scanning in under 5 minutes
  </Card>
</CardGroup>
