Getting Started
This section guides you through the initial setup and core workflows of SF Veritas.
Quick Start Path
- Install - Download and install the Desktop App
- Integrate - Add the SDK to your backend and/or frontend code
- Connect AI Tools - Configure your AI coding assistant with the MCP server
Core Concepts
Telemetry Collection
SF Veritas captures runtime telemetry from your applications:
- Function execution traces with arguments and return values
- Console logs linked to their originating functions
- Network requests with full request/response data
- Exceptions with stack traces and context
Spec-Driven Development
Use Spec-Driven Development to track requirements, link them to code, and maintain traceability through implementation.
AI Integration
The MCP server gives AI coding assistants like Claude Code access to your telemetry data, enabling them to debug issues, analyze performance, and understand your application's runtime behavior.