Explainable AI • Workflows • Audit trail
Automate work—keep the logic visible.
Logicl turns messy inputs into decisions you can trust. Build workflows with approvals, sources, confidence, and a full audit trail. Backend v1 uses Supabase and an async worker queue (Pattern B).
Explainable outputs
Store why/sources/confidence metadata per run.
Governance built-in
Roles, audit events, retention (scaffold).
Async worker
Queue runs; process later; retries are easy.
SaaS-ready
Vercel deploy + Supabase schema + RLS included.
How it works
Ingest → Decide → Approve → Act (with receipts).
Queue runs and process them asynchronously; store trace metadata for audit.
1) Create a workflow
Define steps and policies. Start simple.
2) Enqueue a run
UI writes a queued run to Supabase and returns instantly.
3) Worker processes runs
Worker picks up queued runs, writes output+trace, marks complete.
FAQ
Common questions
Backend v1 is built to be hardened and scaled.