RobOS
My private AI-first personal operating system and command centre. The one place to switch between projects, accounts and AI tools, and to build the right prompt for Claude, GPT or Codex.
Status & focus
Sign in to edit status, capture notes & decisions, and sync your brain across devices.
Architecture
Next.js 14 App Router + TypeScript + Tailwind + shadcn-style components + lucide-react. Two data layers: static seed in src/data/*.ts, live brain in Supabase (brain_overrides/brain_notes, RLS) merged client-side via src/lib/projectStore. Open app; on-demand single-user sign-in. Local companions: robos:// Chrome-profile launcher + robos-brain-sync.ps1 (from /setup).
Design standard
Premium personal cockpit. Dark-only: true black + sharp green accent, crisp cards, icon-led, calm. No gimmicky gradients, no admin-panel feel.
Decisions
Local-first data for the MVP (no Supabase yet)
Ship the MVP on local TypeScript/Markdown seed data (src/data, /brain). Add Supabase later behind the same types.
13 Jun 2026
Support only Claude, GPT and Codex
RobOS supports Claude, GPT/ChatGPT and Codex only. No Gemini, Perplexity, Mistral, Grok or Copilot.
13 Jun 2026
No raw secrets in the app or git
The app stores a credential MAP only — locations, env var names, AI access rules, safe handover text. Real values live in a password manager. .gitignore excludes Credentials.txt and env files.
13 Jun 2026
Reusable prompts
Prompt libraryRobOS — Full project handover
Handover · best with claude
RobOS — UI/UX sweep
Design · best with claude
Codex task brief (generic)
Repo · best with codex
AI handover
RobOS is a Next.js 14 + TS + Tailwind personal daily hub, LIVE at www.rob-os.com, blue-on-black brand. Home: hub row (ChatGPT/Codex/Claude + work Gmail/Calendar/Drive/1Password) + link-first project tiles + ⌘K palette. Project pages carry the live brain (Supabase brain_overrides/brain_notes, RLS, on-demand sign-in) and 'Ask your AI' buttons that open ChatGPT/Claude pre-filled via ?q=. REMOVED — do not resurrect: /ai-workbench, /inbox, /session, /setup, /accounts, /credentials, /links, /decisions, /brain, Chrome-profile launcher. Read CLAUDE.md for the off-Drive build/deploy pipeline. Never hardcode secrets; the app shows a credential MAP, not values.
Ask your AI
Opens with this project's live brain already typed — status, focus, blockers, latest notes. Just add what you need and hit enter.
Quick launch
cd "G:\My Drive\.ROB-OS"Identity & repo
Environment map
NEXT_PUBLIC_SUPABASE_URLUsed by app runtime + Vercel · value in Vercel project env
public
NEXT_PUBLIC_SUPABASE_ANON_KEYUsed by app runtime + Vercel · value in Vercel project env
public anon key — data protected by RLS