# Trusta — verified trust pages for startups

> Trusta scans your real infrastructure and publishes a verified trust page in
> minutes. Not a PDF. Not a questionnaire. Actual evidence — live, current, and
> shareable with any buyer.

This is the Markdown representation of <https://trusta.dev>. Every page on this
site serves Markdown to clients that send `Accept: text/markdown`.

## The problem

Your prospect asks whether you are SOC 2 compliant three weeks into the sales
cycle. You send a PDF describing a point in time that has already passed, or you
fill in a 200-row spreadsheet, or you stall the deal while you start a
compliance programme. None of that establishes whether your infrastructure is
secure right now.

## What Trusta does

1. **Connect your infrastructure.** GitHub, CI, cloud providers.
2. **Collectors verify it.** Active checks, not passive data ingestion. Each
   check produces a timestamped signal.
3. **Trust state is computed.** Signals are evaluated deterministically into
   control state. No model sits in the evaluation path.
4. **A trust page is published.** Public, live, and backed by evidence a buyer
   can inspect — at `/trust/{yourSlug}` or on your own verified domain.

Every claim traces back to the evidence and the evaluation that produced it.
Nothing is self-reported.

## For buyers

A Trusta trust page tells you what was verified and when, with per-control
freshness. That is a different and more current claim than an audit report: it
does not certify a vendor, it shows you the evidence.

Agents and scripts can read the same data over the public API — see
[agent instructions](https://trusta.dev/agent-instructions.md).

## Get started

- Sign up: <https://app.trusta.dev>
- Add Trusta to a repository: `npx trusta init`, or follow
  [setup.md](https://trusta.dev/setup.md)
- Integrate: [developer portal](https://trusta.dev/developers)

## More

- [About Trusta](https://trusta.dev/about)
- [Contact](https://trusta.dev/contact)
- [Developer portal](https://trusta.dev/developers)
- [Security overview](https://trusta.dev/security)
- [Privacy policy](https://trusta.dev/privacy)
- [Terms of service](https://trusta.dev/terms)
- [OpenAPI specification](https://trusta.dev/openapi.json)
- [llms.txt](https://trusta.dev/llms.txt)
