Skip to content

Commit a248ab4

Browse files
copy: sweep bare 'Off Grid' → 'Off Grid AI' across the whole site
Brand rule: the brand is 'Off Grid AI', never bare 'Off Grid'. Guarded negative-lookahead replace (never touches 'Off Grid AI', 'Off Grid AI Pro', or the OGAC/OGAD/OGAM expansions), across 60 tracked text files (pages, guides, blog, llms.txt, _config title, layout <title>, CI workflow name). 179 bare occurrences → 0. Lowercase off-grid-ai slugs/URLs untouched. The hero image assets/cover.png keeps its baked 'Off Grid' wordmark (left as-is).
1 parent 0d6605c commit a248ab4

60 files changed

Lines changed: 174 additions & 174 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Off Grid Website
1+
name: Deploy Off Grid AI Website
22

33
on:
44
push:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Off Grid Website
1+
# Off Grid AI Website
22

3-
Marketing site and documentation for [Off Grid](https://getoffgridai.co) - private AI
4-
that runs on hardware you own, with no cloud or account. Off Grid is available on:
3+
Marketing site and documentation for [Off Grid AI](https://getoffgridai.co) - private AI
4+
that runs on hardware you own, with no cloud or account. Off Grid AI is available on:
55

66
- **iOS** - stable 0.0.103 on the App Store (iOS 17+)
77
- **Android** - stable on Google Play (Android 10+)

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: Off Grid
1+
title: Off Grid AI
22
description: Run AI on iOS, Android, macOS, and Windows using hardware you own. Local models keep your prompts on your device; remote models connect only to servers you choose.
33
url: https://getoffgridai.co
44
baseurl: ""
@@ -23,7 +23,7 @@ posthog_token: "phc_u7cnV9P3cTovsfPTE2nhB7g5G4qdtZJ5dgMzv7ryfKWs"
2323
# https://pay.rev.cat/<id>/<app_user_id>?email=<email>. One per product so the
2424
# /pay page can offer the choice directly (annual vs lifetime).
2525
revenuecat_link_annual: "awiunwnoekgjmxxk" # offgrid_pro_annual - $49/yr
26-
revenuecat_link_lifetime: "avvnmcnfsgbmjaee" # Off Grid Lifetime Pro - $69 one-time
26+
revenuecat_link_lifetime: "avvnmcnfsgbmjaee" # Off Grid AI Lifetime Pro - $69 one-time
2727

2828
logo: /assets/logo.png
2929
cover: /assets/cover.png

_layouts/default.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>{% if page.title == "Home" %}Off Grid - Run AI Locally on Your Phone{% else %}{{ page.title }} - Off Grid{% endif %}</title>
6+
<title>{% if page.title == "Home" %}Off Grid AI - Run AI Locally on Your Phone{% else %}{{ page.title }} - Off Grid AI{% endif %}</title>
77
<meta name="description" content="{{ page.description | default: site.description }}">
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -25,7 +25,7 @@
2525
{
2626
"@context": "https://schema.org",
2727
"@type": "WebSite",
28-
"name": "Off Grid",
28+
"name": "Off Grid AI",
2929
"url": "{{ site.url }}{{ site.baseurl }}/",
3030
"description": {{ site.description | jsonify }},
3131
"publisher": {
@@ -46,7 +46,7 @@
4646
"url": "{{ site.url }}{{ page.url }}",
4747
"isPartOf": {
4848
"@type": "WebSite",
49-
"name": "Off Grid",
49+
"name": "Off Grid AI",
5050
"url": "{{ site.url }}{{ site.baseurl }}/"
5151
}
5252
}
@@ -60,7 +60,7 @@
6060
"@context": "https://schema.org",
6161
"@type": "BreadcrumbList",
6262
"itemListElement": [
63-
{"@type": "ListItem", "position": 1, "name": "Off Grid", "item": "{{ site.url }}{{ site.baseurl }}/"},
63+
{"@type": "ListItem", "position": 1, "name": "Off Grid AI", "item": "{{ site.url }}{{ site.baseurl }}/"},
6464
{"@type": "ListItem", "position": 2, "name": {{ page.parent | jsonify }}, "item": "{{ site.url }}{{ parent_page.url }}"},
6565
{"@type": "ListItem", "position": 3, "name": {{ page.title | jsonify }}, "item": "{{ site.url }}{{ page.url }}"}
6666
]
@@ -91,8 +91,8 @@
9191
<!-- Mobile top bar -->
9292
<header class="mobile-topbar" data-pagefind-ignore>
9393
<a href="{{ '/' | relative_url }}" class="mobile-topbar-logo">
94-
<img src="{{ '/assets/logo.png' | relative_url }}" alt="Off Grid" width="28" height="28">
95-
<span>Off Grid</span>
94+
<img src="{{ '/assets/logo.png' | relative_url }}" alt="Off Grid AI" width="28" height="28">
95+
<span>Off Grid AI</span>
9696
</a>
9797
<div style="display:flex;align-items:center;gap:6px;">
9898
<button class="mobile-search-btn" id="mobileSearchBtn" aria-label="Search">
@@ -123,8 +123,8 @@
123123
<aside class="sidebar" id="sidebar" data-pagefind-ignore>
124124
<div class="sidebar-logo">
125125
<a href="{{ '/' | relative_url }}">
126-
<img src="{{ '/assets/logo.png' | relative_url }}" alt="Off Grid" width="30" height="30">
127-
<span class="logo-text">Off Grid</span>
126+
<img src="{{ '/assets/logo.png' | relative_url }}" alt="Off Grid AI" width="30" height="30">
127+
<span class="logo-text">Off Grid AI</span>
128128
</a>
129129
<button class="theme-toggle" id="themeToggle" aria-label="Toggle dark mode">
130130
<svg class="icon-moon" width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg>

console.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Today model calls leave through a dozen tools, on data you cannot track, at a co
6464
</div>
6565
<div>
6666
<div class="perk-title">Your knowledge, grounded</div>
67-
<div class="perk-desc">A private RAG brain over your own docs and systems, with verified citations, so answers are grounded in your context, not guessed. Off Grid distills how work actually happens into one brain every agent and person draws from.</div>
67+
<div class="perk-desc">A private RAG brain over your own docs and systems, with verified citations, so answers are grounded in your context, not guessed. Off Grid AI distills how work actually happens into one brain every agent and person draws from.</div>
6868
</div>
6969
</div>
7070
<div class="perk-card">
@@ -175,7 +175,7 @@ Nothing is all or nothing. Every capability is API-first and adoptable on its ow
175175

176176
## Where Console fits
177177

178-
Off Grid is one private AI stack, from the phone in a pocket to the org's whole fleet. The consumer apps put it in millions of hands and make it a household name. The Console is where it runs a company.
178+
Off Grid AI is one private AI stack, from the phone in a pocket to the org's whole fleet. The consumer apps put it in millions of hands and make it a household name. The Console is where it runs a company.
179179

180180
Same principles at every scale: the model runs on hardware you control, the data stays yours, and the code is open so you can check. [See the consumer suite]({{ '/pro' | relative_url }}): Mobile, Desktop, and Sync.
181181

desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Run it headless with `--server-only` for a homelab box, a server, or wiring loca
151151

152152
## The chief of staff you never had
153153

154-
The free app runs models. Pro adds the always-on layer that sees your work, remembers it, reflects it back, and acts with your approval. You forget what you did last Tuesday. Your Mac does not. Off Grid keeps a quiet record of your work you can actually ask, and it hands you what you need before you go looking. Opt-in, with a recording indicator, and nothing leaves the device.
154+
The free app runs models. Pro adds the always-on layer that sees your work, remembers it, reflects it back, and acts with your approval. You forget what you did last Tuesday. Your Mac does not. Off Grid AI keeps a quiet record of your work you can actually ask, and it hands you what you need before you go looking. Opt-in, with a recording indicator, and nothing leaves the device.
155155

156156
<p class="ea-pricing-note">Pro is available on macOS only today. It is not included in the Windows nightly.</p>
157157

download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ title: Download
44
nav_order: 2
55
nav_group: Products
66
permalink: /download/
7-
description: Download Off Grid - one private AI layer across your phone, your computer, and your company. Off Grid AI on iPhone and Android, OGAD for macOS and Windows, and OGAC for the enterprise. Free, open source, on hardware you own.
7+
description: Download Off Grid AI - one private AI layer across your phone, your computer, and your company. Off Grid AI on iPhone and Android, OGAD for macOS and Windows, and OGAC for the enterprise. Free, open source, on hardware you own.
88
---
99

1010
<div class="early-access-hero">
11-
<div class="early-access-badge">Download Off Grid</div>
11+
<div class="early-access-badge">Download Off Grid AI</div>
1212
<h1>Get the private<br>AI trinity.</h1>
1313
<p class="early-access-sub">One intelligence layer across your phone, your computer, and your whole company - running on hardware you already own. No account, no API key, nothing you do ever leaves your devices. Free and open source.</p>
1414
</div>

ethos.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Ethos
44
nav_order: 9
55
nav_group: Learn
66
has_children: true
7-
description: Why Off Grid exists. Intelligence should live on the devices you already own - private by architecture, not by policy.
7+
description: Why Off Grid AI exists. Intelligence should live on the devices you already own - private by architecture, not by policy.
88
---
99

1010
# Ethos
@@ -45,7 +45,7 @@ The devices people already carry will become intelligent. They will speak to eac
4545

4646
## What we're building
4747

48-
Off Grid is not an autonomous agent that makes decisions on your behalf. It is a private digital secretary that reduces daily friction.
48+
Off Grid AI is not an autonomous agent that makes decisions on your behalf. It is a private digital secretary that reduces daily friction.
4949

5050
It reads your messages, watches your calendar, defers your notifications, answers your questions, generates your images, listens to your voice. All of it, on your device. All of it, offline.
5151

@@ -55,8 +55,8 @@ That's what we're building.
5555

5656
---
5757

58-
This isn't a someday. Over 100,000 people already run Off Grid on their own phone - 2,500+ stars on GitHub, a 500-strong community, no account, no telemetry. That's the proof the architecture works. Off Grid AI Pro is live now on your laptop and your phone. The one intelligence layer that spans them over your own network is landing through July 2026, shipping in the open as it lands.
58+
This isn't a someday. Over 100,000 people already run Off Grid AI on their own phone - 2,500+ stars on GitHub, a 500-strong community, no account, no telemetry. That's the proof the architecture works. Off Grid AI Pro is live now on your laptop and your phone. The one intelligence layer that spans them over your own network is landing through July 2026, shipping in the open as it lands.
5959

6060
[Read the mission]({{ '/mission' | relative_url }}) · [See the vision]({{ '/vision' | relative_url }}) · [Get Off Grid AI Pro]({{ '/pro' | relative_url }})
6161

62-
*Off Grid is open source. [View on GitHub](https://github.com/off-grid-ai/off-grid-ai-mobile?utm_source=offgrid-docs&utm_medium=website&utm_campaign=github) or [join the community on Slack](https://join.slack.com/t/off-grid-mobile/shared_invite/zt-3swt3s84k-R0CHRwISaUpExV2~3qUUdQ).*
62+
*Off Grid AI is open source. [View on GitHub](https://github.com/off-grid-ai/off-grid-ai-mobile?utm_source=offgrid-docs&utm_medium=website&utm_campaign=github) or [join the community on Slack](https://join.slack.com/t/off-grid-mobile/shared_invite/zt-3swt3s84k-R0CHRwISaUpExV2~3qUUdQ).*

guides/android-setup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default
33
title: Android Setup
44
parent: Guides
55
nav_order: 3
6-
description: How to run LLMs locally on your Android phone in 2026 - no cloud, no account, no subscription. Complete setup guide for Off Grid on Android.
6+
description: How to run LLMs locally on your Android phone in 2026 - no cloud, no account, no subscription. Complete setup guide for Off Grid AI on Android.
77
---
88

99
# Android Setup
@@ -21,15 +21,15 @@ Run a local AI model on your Android phone - completely offline, no account, no
2121

2222
---
2323

24-
## Step 1 - Install Off Grid
24+
## Step 1 - Install Off Grid AI
2525

2626
[Download from Google Play](https://play.google.com/store/apps/details?id=ai.offgridmobile&utm_source=offgrid-docs&utm_medium=website&utm_campaign=download){: .btn .btn-green }
2727

2828
---
2929

3030
## Step 2 - Download a model
3131

32-
1. Open Off Grid
32+
1. Open Off Grid AI
3333
2. Tap **Models**
3434
3. Choose a model - **Qwen 3.5 0.8B** or **Qwen 3.5 2B** are the best starting points for most Android devices
3535
4. Tap **Download**
@@ -46,9 +46,9 @@ Run a local AI model on your Android phone - completely offline, no account, no
4646

4747
## Android-specific notes
4848

49-
**Vulkan acceleration** - On supported devices, Off Grid uses Vulkan for GPU inference. This significantly reduces response time compared to CPU-only. Devices with Snapdragon 8 Gen 2 and newer, Dimensity 9000+, and Exynos 2400 support this.
49+
**Vulkan acceleration** - On supported devices, Off Grid AI uses Vulkan for GPU inference. This significantly reduces response time compared to CPU-only. Devices with Snapdragon 8 Gen 2 and newer, Dimensity 9000+, and Exynos 2400 support this.
5050

51-
**Background behaviour** - Android may kill the model process if the app is backgrounded for too long. Keep Off Grid in the foreground during long conversations, or enable "Don't optimise battery" for the app in settings.
51+
**Background behaviour** - Android may kill the model process if the app is backgrounded for too long. Keep Off Grid AI in the foreground during long conversations, or enable "Don't optimise battery" for the app in settings.
5252

5353
**Storage** - Models are stored in app-private storage. They don't appear in your gallery or Files app, which means they also won't be accidentally deleted by a cleaner app.
5454

guides/document-analysis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default
33
title: Document Analysis and Attachments
44
parent: Guides
55
nav_order: 14
6-
description: Attach PDFs, code files, CSVs, and other documents to your Off Grid conversations. The app extracts and passes content to your local model for analysis - entirely on-device.
6+
description: Attach PDFs, code files, CSVs, and other documents to your Off Grid AI conversations. The app extracts and passes content to your local model for analysis - entirely on-device.
77
faq:
88
- q: What file types can I attach?
99
a: PDF, txt, md, most code file types (py, js, ts, java, swift, kt, go, rs, sql, sh, etc.), CSV, JSON, YAML, XML, HTML, and more. Maximum 5MB per file.
@@ -39,7 +39,7 @@ All processing happens on your device.
3939

4040
## How to attach a file
4141

42-
1. Open a chat in Off Grid
42+
1. Open a chat in Off Grid AI
4343
2. Tap the **attachment icon** in the message bar
4444
3. Select **Document** from the picker
4545
4. Choose your file from the system file browser
@@ -56,7 +56,7 @@ Tap any document badge in the chat to open it with the system viewer - QuickLook
5656

5757
## Paste as attachment
5858

59-
If you paste a large block of text into the message field, Off Grid offers to convert it to an attachment instead. This keeps the chat interface clean when you're passing in large context.
59+
If you paste a large block of text into the message field, Off Grid AI offers to convert it to an attachment instead. This keeps the chat interface clean when you're passing in large context.
6060

6161
---
6262

0 commit comments

Comments
 (0)