Skip to content

Commit d8e58f2

Browse files
feat(brand): in-app product self-references 'Off Grid AI Console' → OGAC
Display-copy class of the branding sweep (nav wordmarks, signin card, page intros, artifact footer, access dialog). First prose mention per page expands as 'OGAC (Off Grid AI Console)'. Company/umbrella 'Off Grid AI' untouched. Fixed em dashes on the two prose lines edited. Functional identifiers (Superset DB name, c2pa author, OpenAPI title, service-specs label) deferred per G-BRAND-INAPP-OGAC — renaming them orphans live resources.
1 parent de243f4 commit d8e58f2

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

src/app/architecture/[phase]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default async function PhasePage({ params }: Readonly<{ params: Promise<{
2929
className="flex items-center gap-2 text-sm text-muted-foreground hover:text-foreground"
3030
>
3131
<ArrowLeft className="size-4" />
32-
Off Grid AI Console
32+
OGAC
3333
</Link>
3434
<Button asChild size="sm">
3535
<Link href="/operations/devices">Open console</Link>

src/app/features/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ export default function FeaturesPage() {
376376
className="flex items-center gap-2 text-sm text-muted-foreground hover:text-foreground"
377377
>
378378
<ArrowLeft className="size-4" />
379-
Off Grid AI Console
379+
OGAC
380380
</Link>
381381
<div className="flex items-center gap-2">
382382
<Button asChild variant="ghost" size="sm">
@@ -403,8 +403,8 @@ export default function FeaturesPage() {
403403
your enterprise.
404404
</h1>
405405
<p className="mt-4 max-w-2xl text-base text-muted-foreground">
406-
Off Grid AI Console is the all-in-one control plane for agentic AI — every layer of
407-
the stack on one source-available console, on your own infrastructure, with
406+
OGAC (Off Grid AI Console) is the all-in-one control plane for agentic AI. Every layer
407+
of the stack on one source-available console, on your own infrastructure, with
408408
open-source engines behind stable ports. No per-token markup, no required cloud API
409409
keys, no lock-in.
410410
</p>

src/app/fleet-control/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default function FleetControlPage() {
157157
className="flex items-center gap-2 text-sm text-muted-foreground hover:text-foreground"
158158
>
159159
<ArrowLeft className="size-4" />
160-
Off Grid AI Console
160+
OGAC
161161
</Link>
162162
<div className="flex items-center gap-2">
163163
<Button asChild variant="ghost" size="sm">

src/app/handbook/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function HandbookIndex() {
88
<div>
99
<h1 className="text-xl font-semibold tracking-tight text-foreground">Handbook</h1>
1010
<p className="mt-2 text-sm text-muted-foreground">
11-
How the Off Grid AI Console is built, integrated, and operated. The API reference lives at{' '}
11+
How OGAC (Off Grid AI Console) is built, integrated, and operated. The API reference lives at{' '}
1212
<a href="/docs" className="text-primary underline underline-offset-2">
1313
/docs
1414
</a>.

src/app/journey/page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function StageRow({ stage, last }: Readonly<{ stage: (typeof STAGES)[number]; la
112112
<p className="mt-2 max-w-2xl text-sm text-muted-foreground">{stage.reality}</p>
113113
<div className="mt-3 max-w-2xl rounded-md border border-border bg-card/60 p-3">
114114
<span className="text-[10px] uppercase tracking-wide text-primary">
115-
With Off Grid AI Console
115+
With OGAC
116116
</span>
117117
<p className="mt-1 text-sm text-foreground">{stage.console}</p>
118118
</div>
@@ -161,7 +161,7 @@ export default function JourneyPage() {
161161
className="flex items-center gap-2 text-sm text-muted-foreground hover:text-foreground"
162162
>
163163
<ArrowLeft className="size-4" />
164-
Off Grid AI Console
164+
OGAC
165165
</Link>
166166
<Button asChild size="sm">
167167
<Link href="/operations/devices">Open console</Link>
@@ -179,9 +179,9 @@ export default function JourneyPage() {
179179
From Shadow AI to a self-serve platform
180180
</h1>
181181
<p className="mt-3 max-w-2xl text-base text-muted-foreground">
182-
Every enterprise is somewhere on this path. Off Grid AI Console is the platform that
183-
carries you from sanctioned access to an org-wide, auditable AI estateone stage at a
184-
time.
182+
Every enterprise is somewhere on this path. OGAC (Off Grid AI Console) is the platform
183+
that carries you from sanctioned access to an org-wide, auditable AI estate, one stage
184+
at a time.
185185
</p>
186186
<p className="mt-2 text-sm font-medium text-primary">
187187
Each stage earns the next. You can&apos;t skip.

src/app/signin/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export default async function SignInPage({
138138
className="mb-2"
139139
priority
140140
/>
141-
<CardTitle className="text-base">Off Grid AI Console</CardTitle>
141+
<CardTitle className="text-base">OGAC</CardTitle>
142142
<CardDescription>
143143
Sign in to your control plane: gateways, models, data, agents, and governance.
144144
</CardDescription>

src/components/artifacts/PublicArtifact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function PublicArtifact({
7676
)}
7777
</div>
7878
<footer className="shrink-0 border-t border-border px-4 py-1.5 text-center font-mono text-[10px] text-muted-foreground">
79-
Published from Off Grid AI Console
79+
Published from OGAC
8080
</footer>
8181
</div>
8282
);

src/components/auth/WriteToUsDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function WriteToUsDialog() {
5858
</DialogTrigger>
5959
<DialogContent className="max-w-md">
6060
<DialogHeader>
61-
<DialogTitle className="text-sm">Request access to Off Grid AI Console</DialogTitle>
61+
<DialogTitle className="text-sm">Request access to OGAC</DialogTitle>
6262
</DialogHeader>
6363
{status === 'done' ? (
6464
<div className="flex flex-col items-center gap-2 py-6 text-center">

0 commit comments

Comments
 (0)