Portal and Service Boundaries
Public portal
Section titled “Public portal”apps/portal is a static Astro site. It owns:
- landing page;
- product and use case pages;
- Starlight documentation;
- Scalar API reference.
Product frontend
Section titled “Product frontend”frontend/vectorhub is the interactive application frontend. It owns:
- login and connection flows;
- space dashboard;
- chunk editor UI;
- session storage integration with backend endpoints.
Backend
Section titled “Backend”backend1/Client owns:
- Robyn HTTP routes;
- WebSocket
/ws; - auth/session routes;
- document, collection, chunking and retrieval operations;
- connections to Qdrant and Gel/EdgeDB.