AI Workflow Engine

Phase 1 static embeddable widget prototype
Core prototype ready

Embed widget test

The prototype serves a native JavaScript widget at a versioned URL, creates an isolated Shadow DOM, talks to public Next.js API routes, and completes a static agency intake workflow.

<div id="ai-workflow-widget"></div>
<script
  src="http://localhost:3000/widget/v1/widget.js"
  data-flow-id="flow_static_agency_intake"
  data-mode="inline">
</script>

Implemented slice

This is intentionally focused on the technical core before the SaaS dashboard layer.

  • Static declarative workflow schema
  • Modular native widget source and bundled v1 script
  • Shadow DOM rendering with isolated CSS
  • Submission state and answer progression API
  • Final structured summary generation