APILive demoBook a demo →
Shipping log

What we've shipped, in order.

CredTek went from empty repo to a real product with 22 routes, a live HTTP API, and an Operations Queue surface in three days. Updated continuously — partners following along on GitHub will see the next release here within minutes of merge.

v0.7April 29, 2026Latest

Live API + competitive context

  • Live HTTP API endpoints — POST /api/integrations/submit, GET /api/integrations/list, GET/POST /api/integrations/[id] — all driving the IAL state machine against an in-memory mock store
  • Public /api-docs reference page with example requests, responses, and status codes
  • /compare — head-to-head feature matrix vs. Modio, Symplr/CredentialStream, Medallion across BH depth, automation, compliance, implementation
  • /ops/templates — task template catalog with SLAs, pools, steps, result schemas, margin per template
  • /sign-in mock auth landing (Supabase Auth wires next session)
  • /help knowledge base with 6 articles for credentialing coordinators
  • /changelog (this page)
v0.6April 28, 2026 (overnight)

Customer + ops surfaces, IAL backend foundation

  • /welcome — 5-step customer onboarding wizard (workspace → states → payors → Modio import → team)
  • /notifications — full activity stream with kind filters
  • /ops/audit — SHA-256 hash-chained audit log viewer (IAL §9 made visible)
  • /ops/margin — per-integration cost vs. customer-price reporting (IAL §8)
  • IAL backend modules: types, pure-function state machine (§4), audit-chain helpers (§9) — ready to swap in Supabase
v0.5April 28, 2026

Operations Queue (Tier 4 specialist surface)

  • /ops/queue — sortable/filterable ticket queue with SLA color coding, KPI strip
  • /ops/queue/[id] — ticket detail with sub-task checklist, structured result form per task template, internal notes thread, artifacts panel, cost-vs-margin breakdown
  • Demo banner adds 'Switch to Ops view' for partner walkthroughs
v0.4April 28, 2026

UX overhaul — provider intake + demo polish

  • Mobile-first provider intake at /intake/[token] — 5-step flow with mock OCR + structured extraction
  • /invite — coordinator-side invite flow with recent-invites table
  • /supervision — pre-licensed roster, BH coordinator's daily-driver
  • /approvals — agent approval queue with Approve/Edit/Reject demo toasts
  • /settings — workspace, team, integrations, billing in one scrollable page
  • Provider detail tabs (Overview / Licenses / Payors / Supervision / Documents) all wired
  • DemoBanner across every (app) page · NotificationBell in topbar · DemoButton component for every previously-inert button
  • Filter chips on /providers and /payors (URL-driven, deep-linkable)
  • 'Live demo →' link added to landing-page nav
v0.3April 28, 2026

Multi-state license matrix, payor Kanban, sales pack

  • /licenses — 50-state license matrix matching the landing-page mockup
  • /payors — four-stage enrollment Kanban with cards linking to provider detail
  • /providers — full roster page
  • /sales/ markdown pack: cold-outbound email templates, LinkedIn DM scripts, 20-min demo talk track with screenshot cues
v0.2April 27, 2026

Coordinator cockpit dashboard

  • /dashboard — Good-morning greeting, KPI tiles (Active / Pipeline / Avg Days / Expiring), pipeline panel with status pills, live agent activity feed
  • /providers/[slug] — provider detail with the BH-specific supervision tracker (1,840/3,000 hours, weekly cosignature, projected licensure date)
  • App-shell sidebar with sticky navigation
  • Mock data layer (mockProviders.ts) — pattern that survives the Supabase swap
v0.1April 27, 2026

Landing page live

  • Hormozi-framed marketing site at credtek.vercel.app — hero, pain agitation, why-others-fail, three feature mockups, value stack, cost-of-inaction, 45-day guarantee, two-line pricing, FAQ, final CTA
  • Custom domain wired (cred-tek.com)
  • Vercel auto-deploy from main
  • Repo + scaffolding for the rest of the build