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

# AckKit — Coming Soon

> Policy acknowledgment and consent tracking SDK. Currently in development.

<Warning>
  AckKit is not yet available. This page is a preview of what's coming.
</Warning>

## What is AckKit?

AckKit is a drop-in SDK for tracking policy acknowledgments — giving you a legally defensible audit trail every time a user accepts your Terms of Service, privacy policy, or internal compliance document.

**No DocuSign. No \$500/mo ClickWrap. Just `npm install ackkit` and two function calls.**

## Preview

```typescript theme={null}
const ack = new AckKit({ apiKey: 'ak_live_...' })

await ack.record('user_123', 'terms_of_service', {
  version: 'v3.1',
  ipAddress: req.ip,
  method: 'modal_accept',
})

const report = await ack.report('terms_of_service', 'v3.1')
// { total: 4821, acknowledged: 3947, complianceRate: 0.818 }
```

## Pricing

| Plan    | Price    | Limits                                                   |
| ------- | -------- | -------------------------------------------------------- |
| Free    | \$0      | 100 users, 1 policy                                      |
| Starter | \$69/mo  | 1,000 users, 5 policies, CSV export                      |
| Pro     | \$149/mo | 10,000 users, unlimited policies, audit export, webhooks |
| Scale   | \$349/mo | Unlimited users, SOC 2 evidence package, SLA, SAML       |

<Card title="Start with ChurnKit today" icon="chart-line-down" href="/churnkit/overview">
  ChurnKit is live now. Predict churn, score risk, and set webhook alerts in 30 minutes.
</Card>
