What's live, what's next.
The lineup grows on purpose, not on the fortnight. Here's the honest picture: what's in production today, and what we're thinking about next.
Now
Live today
What you can use in production right now.
- LiveAuth
Multi-tenant auth + RBAC
Per-tenant JWKS, custom roles per workspace, audit log on reads as well as writes. The chores half — done.
- LiveAuth
Webhooks for identity events
Signup, sign-in, contact verified, password reset, role changes, MFA enrolment — first-class outbound webhooks with HMAC signing, retries, and auto-disable on persistent failure.
- LiveMail
Transactional email on your domain
Event-only API, per-domain DKIM, Handlebars templates, pluggable SMTP backends. Send-and-forget.
- LiveWaitlist
Waitlists — public API + admin console
Slug-based public signup endpoints, webhooks on every entry, and a first-party admin surface in console.productcraft.co — review, approve, bulk actions, and invite straight into your Auth app.
- LiveSocial
Social-as-a-Service
Profiles, posts, threaded comments, reactions, follows, feeds, stories, notifications, moderation — the whole social substrate behind one API and SDK.
- LiveTrawl
Schema-driven web data
POST a URL plus a JSON Schema; an agent visits, extracts to your shape, webhooks back. Multi-strategy fallback (full HTML → simplified → metadata).
- LivePlatform
Auto-generated SDKs
Every API renders to OpenAPI, and the SDKs drop off of it: @productcraft/auth, mail, waitlist, and social are on npm, updated alongside the docs on every release.
Later
Further out
Planned, not yet on a date. Listed so you know what we're thinking about, not what to wait for.
- PlanningChat
End-to-end-encrypted chat
A drop-in messaging primitive where the server never sees plaintext: Signal-protocol crypto on device, key directory + ciphertext relay on our side. Design is locked; the build has started.