-
-
Notifications
You must be signed in to change notification settings - Fork 0
Architecture
tritrient-yuchen edited this page Aug 4, 2026
·
2 revisions
Status: documentation skeleton
- Frontend: React pages, shared components, routing, localization, and responsive styles.
- Node API: Express routes for authentication, application data, platform state, payments, updates, and persistence boundaries.
- Python AI service: generation workflows, LangGraph nodes, model calls, and financial forecast logic.
- PostgreSQL: relational domain records and Strategic Reports.
- MongoDB: dynamic platform configuration and workspace state.
- Reverse proxy: Caddy or Traefik terminates HTTPS and routes public traffic.
Browser -> Reverse proxy -> Node API -> PostgreSQL / MongoDB
\-> Python AI service -> configured LLM provider
- Add request and response flow diagrams.
- Document authentication and session boundaries.
- Document Strategic Report and forecast persistence.
- Document local versus production service topology.