Architecture¶
Technical documentation per service / component.
| Service | What it is |
|---|---|
| Frontend | Main web app (React) |
| Workflows Frontend | Workflows UI (Next.js, port 8080) |
| Frontend Logics | Backend API for the frontend (Flask/gunicorn, port 2001) |
| Connectors | Connector implementations per app (HubSpot, MySQL, etc.) |
| Workflows | Workflow execution engine |
| Workflows Modules | Shared modules used by workflows |
| Stacksync Utils | python-utils-3 — shared Python utilities |
| Database | Schema docs, per-base tables, public tables |
| Client Problem Solving | Runbooks for common client issues |
| Connection Manager | OAuth and connection handling per app |