website: rewrite in brand voice + deploy at offgridmobileai.co apex#390
Conversation
…o apex - Move site from docs.offgridmobileai.co to offgridmobileai.co (CNAME, _config.yml, robots.txt, llms.txt) - Rewrite index.md homepage per docs/brand_tone_voice.md: proof-first claims, no FOMO, no em dashes, single hyphens, mechanism-not-promise privacy framing - Refresh model list for mid-2026: Gemma 4 (E2B/E4B, Apr 2026), Qwen 3.5 (Feb 2026), keep Phi-4 Mini / DeepSeek R1 Distill / Llama 3.2 / Ministral - Pricing: Round 2 alpha is $30 one-time (Round 1 sold out), public launch $50 one-time, no subscription - Drop the "6 months free" framing now that there is no recurring tier to discount against - Update Slack invite link to zt-3w2utgk0w-EDiDZBq6KmSZZwEw5Tkhnw across all pages - Homepage Pro CTA links to /early-access instead of inline form - Hero stat now reads 100K+ downloads, 4.3 stars iOS, 2,458+ GitHub stars Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
|
There was a problem hiding this comment.
Code Review
This pull request updates the Off Grid website, migrating the domain to offgridmobileai.co, updating the Slack invite link, and adding CSS styles for a Pro waitlist form. It also updates the early access page to reflect the new Round 2 alpha pricing ($30 one-time fee) and heavily refreshes the homepage content with a new model list (including Gemma 4 and Qwen 3.5) and an FAQ section. Feedback points out an inconsistency in the FAQ section where older models are still recommended, and suggests removing a redundant aria-disabled attribute from a span element.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| Off Grid ships [llama.cpp](https://github.com/ggml-org/llama.cpp) inside the app. Quantized models (Q4_K_M is the usual balance) get memory-mapped into RAM and run on your CPU and GPU. iPhone 15 Pro runs a 4B model at around 20-25 tok/s. Snapdragon 8 Gen 3 is similar. Older devices run smaller models slower but still locally. | ||
|
|
||
| **Which model should I pick?** | ||
| If you have a 2023 or newer phone with 6GB+ RAM, start with Gemma 3 4B or Qwen 3 4B. If you have 4GB, use Phi-4 Mini or Llama 3.2 3B. Voice and vision work best with Gemma 3n. |
There was a problem hiding this comment.
The FAQ section recommends Gemma 3 4B, Qwen 3 4B, and Gemma 3n, which is inconsistent with the refreshed mid-2026 model list introduced in the table above (which features Gemma 4 E2B/E4B and Qwen 3.5). Please update this recommendation to align with the new model list.
| If you have a 2023 or newer phone with 6GB+ RAM, start with Gemma 3 4B or Qwen 3 4B. If you have 4GB, use Phi-4 Mini or Llama 3.2 3B. Voice and vision work best with Gemma 3n. | |
| If you have a 2023 or newer phone with 6GB+ RAM, start with Gemma 4 E4B or Qwen 3.5 4B. If you have 4GB, use Phi-4 Mini or Llama 3.2 3B. Voice and vision work best with Gemma 4 E2B. |
| <button type="button" class="ea-platform-link" data-plan="monthly">$19.99 / month</button> | ||
| <input type="hidden" name="plan" id="eaPlan" value="yearly"> | ||
| <span class="ea-platform-label">Round 2</span> | ||
| <span class="ea-platform-link active" aria-disabled="true">$30 one-time</span> |
There was a problem hiding this comment.
The <span> element has aria-disabled="true". Since <span> is a non-interactive element by default, aria-disabled is redundant and can be confusing for assistive technologies. If this element is purely informational and not interactive, you can safely remove aria-disabled="true".
| <span class="ea-platform-link active" aria-disabled="true">$30 one-time</span> | |
| <span class="ea-platform-link active">$30 one-time</span> |



Summary
website/index.mdin the voice fromdocs/brand_tone_voice.md: proof-first, mechanism-not-promise privacy framing, no em dashes, no FOMO badges.DNS already done
4x A + 4x AAAA records added on the apex via Cloudflare API, DNS-only (grey cloud) so GitHub Pages can issue TLS.
Test plan