From f47205c473ac2f9ae5497f04d585123747058e56 Mon Sep 17 00:00:00 2001 From: Mark Henderson Date: Tue, 17 Mar 2026 16:25:41 -0700 Subject: [PATCH] rename: replace all user-facing 'Atlas' references with 'Vibn' Updated UI text in: project-shell (tab label), AtlasChat (sender name), FreshIdeaMain, TypeSelector, MigrateSetup, ChatImportSetup, FreshIdeaSetup, CodeImportSetup, prd/page, build/page, projects/page, deployment/page, activity/page, layout (page title/description), atlas-chat API route. Code identifiers (AtlasChat component name, file names) unchanged. Made-with: Cursor --- app/[workspace]/activity/page.tsx | 2 +- app/[workspace]/project/[projectId]/build/page.tsx | 4 ++-- app/[workspace]/project/[projectId]/deployment/page.tsx | 2 +- app/[workspace]/project/[projectId]/prd/page.tsx | 4 ++-- app/[workspace]/projects/page.tsx | 2 +- app/api/projects/[projectId]/advisor/route.ts | 2 +- app/api/projects/[projectId]/atlas-chat/route.ts | 4 ++-- app/layout.tsx | 4 ++-- components/AtlasChat.tsx | 4 ++-- components/layout/project-shell.tsx | 2 +- components/project-creation/ChatImportSetup.tsx | 2 +- components/project-creation/CodeImportSetup.tsx | 2 +- components/project-creation/FreshIdeaSetup.tsx | 4 ++-- components/project-creation/MigrateSetup.tsx | 2 +- components/project-creation/TypeSelector.tsx | 8 ++++---- components/project-main/FreshIdeaMain.tsx | 2 +- 16 files changed, 25 insertions(+), 25 deletions(-) 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.