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

# Engineering Insights Dashboard

> A centralized hub for monitoring project health, performance, and development velocity.

The Revolte Dashboard serves as your central command center for project observability. It provides real-time insights into your delivery performance and system health, enabling data-driven decisions across your development lifecycle.

## Active dashboards

### DORA metrics

Monitor your team's software delivery performance with industry-standard DORA metrics. Gain visibility into deployment frequency, lead time for changes, stability, and recovery speed.

[Explore DORA Metrics](/dashboard/dora)

***

## Future roadmap

We are continuously expanding our observability suite to provide a 360-degree view of your software development. The following dashboards are currently under development:

<CardGroup cols={3}>
  <Card title="Security" icon={<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style={{ color: '#6366f1', width: '24px', height: '24px' }}><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"/><path d="m9 12 2 2 4-4"/></svg>}>
    Monitor vulnerabilities, security hotspots, and compliance across your repositories in real-time.
  </Card>

  <Card title="Maintainability" icon={<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style={{ color: '#6366f1', width: '24px', height: '24px' }}><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"/></svg>}>
    Track code smells, technical debt, and complexity metrics to ensure long-term codebase health.
  </Card>

  <Card title="Productivity" icon={<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style={{ color: '#6366f1', width: '24px', height: '24px' }}><path d="M3 3v18h18"/><path d="m19 9-5 5-4-4-3 3"/></svg>}>
    Gain insights into development velocity, PR cycle times, and team collaboration patterns.
  </Card>
</CardGroup>

<Note>
  Interested in early access to these features? Contact our support team to join the beta program.
</Note>
