795 B
795 B
Project Page Architecture
Note: The UI was heavily refactored. The primary surfaces for a project are now:
- The Plan Tab (
/plan): Contains the project's vision/objective document, tasks, decisions, and raw ideas. The AI acts as a scribe here. - The Product Tab (
/product): Lists the live codebases (Gitea) and running images (Docker containers). - The Infrastructure Tab (
/infrastructure): Lists the underlying resources (PostgreSQL databases, Redis, etc.) managed by Coolify. - The Hosting Tab (
/hosting): Lists live runtime environments, logs, and preview URLs. - The Chat Panel: Available on all project surfaces as a slide-out, used to orchestrate work.
(Refer to vibn-frontend/app/[workspace]/project/[projectId] for the UI implementation).