Now in public beta

Age assurance without the plumbing

Verification, parental consent, privacy vaulting, and regulator-ready exports — all from one API and dashboard.

No credit card required1,000 free checksCancel anytime
copply-production-32f9.up.railway.app

Production Surface

Compliance Dashboard

Auth

GitHub OAuth

API

Supabase Edge

Billing

Stripe Checkout

Exports

CSV / PDF

Vault

Audit records

SDK

TypeScript

Generate API keys from the dashboard, then call the hosted verification and consent endpoints from your product.

Developer Experience

One API call. Structured decisions.

No complex integrations. No wrestling with state-level law logic. Just send a user ID and jurisdiction, get back a clear allow/block/consent decision with full audit trail.

Edge-deployed decisions

Age verification and consent flows served close to your users

Audit-ready by default

CSV and PDF exports for regulator and platform reviews

TX, CA, LA, UT + Federal COPPA

Current state-law coverage with more jurisdictions on the roadmap

example.js
 Verify age with one API call
const result = await fetch('https://hrckgyvcezqqnvdrkbae.supabase.co/functions/v1/verify-age',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer cp_live_...',
      'Content-Type': 'application/json'
    },
    body: JSON.stringify({
      userId: 'usr_123',
      declaredAge: 17,
      stateHint: 'TX'
    })
  }
);

 Response: { allowed: true, reason: 'age_verified' }

Capabilities

What ships today

Everything you need to handle age assurance, consent, and compliance — without building it from scratch.

Age Verification

Structured decisions for adult, minor, and consent-required flows with per-state law logic.

Parental Consent

Issue, check, and expire guardian approval records without building custom workflows.

Privacy Vault

Review verification records, deletion audit state, and compliance score in one dashboard.

Regulator Export

Generate CSV and PDF evidence packages for audits and platform reviews in seconds.

Expiry Tracker

Daily cleanup support for jurisdictions requiring consent and data expiry automation.

Law Changelog

Track state-level age assurance changes with RSS feeds and API access.

5
Jurisdictions live today
3
Consent methods (email, card, ID)
1K
Free checks to start
Beta
Public early access

What ships today

Beta-ready, not vaporware

We're shipping real verification, card-based consent, and real exports now. Provider-dependent items are clearly marked until their production keys are installed.

Age verification APILive
Email parental consent (Resend)Needs key
Credit-card verification (Stripe)Live
ID verification (Persona)Needs key
CSV + PDF regulator exportLive
Dashboard, API keys, billingLive
50-state coverageRoadmap
SOC 2 Type IIRoadmap

Pricing

Start small. Scale when usage proves it.

Transparent pricing. No hidden fees. No surprise overages.

Indie

$29/mo

1,000 checks/mo

  • API keys
  • Privacy Vault
  • Email support
  • Basic analytics
Most popular

Pro

$99/mo

25,000 checks/mo

  • Regulator exports
  • Consent expiry tracker
  • Priority support
  • Advanced analytics
  • Custom webhooks

Enterprise

$299/mo

Custom volume

  • SLA options
  • Dedicated support
  • Custom workflows
  • On-premise option
  • SSO & SAML

Ready to stop building compliance from scratch?

Get 1,000 free checks. No credit card required.