How the product is divided

This split is intentional: a fast, expressive frontend and a Python backend built for workflow execution.

Frontend as product shell

Next.js is used as the polished product shell for the builder, documentation, onboarding, and future authenticated views.

Backend as orchestration layer

FastAPI exposes the content, contact, and future workflow runtime endpoints that the UI can call directly.

What comes next

The next product step is a real builder surface: draggable nodes, saved workflows, execution history, and authenticated workspaces tied to backend runtime APIs.