Open source · MIT licensed
Multi-tenant document & biometric verification — capture, OCR, liveness, face match, decisioning, reviews, webhooks, a typed SDK and an embeddable widget. Run the whole stack yourself.
$ pnpm add @arkyc/sdkEvery table, query, storage path, and route is tenant- and project-scoped. Tenants → projects → sessions, with per-tenant RBAC.
OCR, liveness, and face match each ship a deterministic mock driver plus an external HTTP driver — swap real providers by config alone.
A Postgres-backed job queue runs OCR and biometric work off the request path, driving each session to an automated decision.
A review queue with approve / reject / retry / assign / note, plus a full audit trail of every tenant-scoped action.
HMAC-SHA256 signed delivery per project, with retries and a deliveries log. Verify in one call with @arkyc/sdk.
A typed server SDK creates sessions; the framework-agnostic widget runs the capture flow in overlay, inline, or hosted mode.
Read the architecture, wire up the SDK, and embed the widget in an afternoon.