diff --git a/app/[workspace]/activity/page.tsx b/app/[workspace]/activity/page.tsx index 8fcb00d..be852e8 100644 --- a/app/[workspace]/activity/page.tsx +++ b/app/[workspace]/activity/page.tsx @@ -32,7 +32,7 @@ function typeColor(t: string) { const FILTERS = [ { id: "all", label: "All" }, - { id: "atlas", label: "Atlas" }, + { id: "atlas", label: "Vibn" }, { id: "build", label: "Builds" }, { id: "deploy", label: "Deploys" }, { id: "user", label: "You" }, diff --git a/app/[workspace]/project/[projectId]/build/page.tsx b/app/[workspace]/project/[projectId]/build/page.tsx index 507f812..7ae5535 100644 --- a/app/[workspace]/project/[projectId]/build/page.tsx +++ b/app/[workspace]/project/[projectId]/build/page.tsx @@ -1022,14 +1022,14 @@ function PrdContent({ projectId }: { projectId: string }) { )} {!s.isDone && (
- {s.phaseId ? "Complete this phase in Atlas" : "Generated when PRD is finalized"} + {s.phaseId ? "Complete this phase in Vibn" : "Generated when PRD is finalized"}
)} ))} {doneCount === 0 && ( -

Continue chatting with Atlas — saved phases appear here automatically.

+

Continue chatting with Vibn — saved phases appear here automatically.

)} )} diff --git a/app/[workspace]/project/[projectId]/deployment/page.tsx b/app/[workspace]/project/[projectId]/deployment/page.tsx index f6c020d..2104797 100644 --- a/app/[workspace]/project/[projectId]/deployment/page.tsx +++ b/app/[workspace]/project/[projectId]/deployment/page.tsx @@ -140,7 +140,7 @@ export default function DeploymentPage() {

{!hasPRD - ? "Complete your PRD with Atlas first, then build and deploy." + ? "Complete your PRD with Vibn first, then build and deploy." : !hasRepo ? "No repository yet — the Architect agent will scaffold one from your PRD." : "No deployment yet — kick off a build to get a live URL."} diff --git a/app/[workspace]/project/[projectId]/prd/page.tsx b/app/[workspace]/project/[projectId]/prd/page.tsx index 91469af..e3b6342 100644 --- a/app/[workspace]/project/[projectId]/prd/page.tsx +++ b/app/[workspace]/project/[projectId]/prd/page.tsx @@ -374,7 +374,7 @@ export default function PRDPage() { {!s.isDone && (

{s.phaseId - ? `Complete the ${s.savedPhase ? s.savedPhase.title : "discovery"} phase in Atlas` + ? `Complete the ${s.savedPhase ? s.savedPhase.title : "discovery"} phase in Vibn` : "Will be generated when PRD is finalized"}
)} @@ -383,7 +383,7 @@ export default function PRDPage() { {doneCount === 0 && (

- Continue chatting with Atlas — saved phases will appear here automatically. + Continue chatting with Vibn — saved phases will appear here automatically.

)}
diff --git a/app/[workspace]/projects/page.tsx b/app/[workspace]/projects/page.tsx index d488430..b2a5f2b 100644 --- a/app/[workspace]/projects/page.tsx +++ b/app/[workspace]/projects/page.tsx @@ -299,7 +299,7 @@ export default function ProjectsPage() { No projects yet

- Tell Atlas what you want to build and it will figure out the rest. + Tell Vibn what you want to build and it will figure out the rest.