Skip to content

Portal and Service Boundaries

apps/portal is a static Astro site. It owns:

  • landing page;
  • product and use case pages;
  • Starlight documentation;
  • Scalar API reference.

frontend/vectorhub is the interactive application frontend. It owns:

  • login and connection flows;
  • space dashboard;
  • chunk editor UI;
  • session storage integration with backend endpoints.

backend1/Client owns:

  • Robyn HTTP routes;
  • WebSocket /ws;
  • auth/session routes;
  • document, collection, chunking and retrieval operations;
  • connections to Qdrant and Gel/EdgeDB.