Early Access — Limited Spots

Code
without
touching a
keyboard.

Speak into your Rayban Meta glasses. Your Mac receives the command via SMS. Claude autonomously ships the feature. You get results read back to you.

<3s Voice to execution
Parallel AI agents
0 Hands required
"CLAUDE fix the auth bug"
glasscode — terminal
$ claude --dangerously-skip-permissions "fix the auth bug in src/auth.ts"
Reading src/auth.ts... Found JWT validation bug.
Fixing token expiry check...
Done. auth.ts patched. Tests passing. ✓
SMS: "Fixed. JWT expiry bug in auth.ts. Tests green."
🎤 CLAUDE fix the login bug 📱 Fixed. login.ts updated. ✓ 🎤 git push 📱 Pushed to origin/main 🤖 CLAUDE MULTI add dark mode AND write tests 📱 2 agents spawned. Working... 🎤 status 📱 3 tasks running, 12 done today 🎤 CLAUDE refactor database layer 🤖 Refactoring... 847 lines processed 🎤 npm run tests 📱 94 passed, 0 failed ✓ 🎤 CLAUDE add error handling to API 📱 Done. 8 endpoints updated. 🎤 CLAUDE fix the login bug 📱 Fixed. login.ts updated. ✓ 🎤 git push 📱 Pushed to origin/main 🤖 CLAUDE MULTI add dark mode AND write tests 📱 2 agents spawned. Working... 🎤 status 📱 3 tasks running, 12 done today 🎤 CLAUDE refactor database layer 🤖 Refactoring... 847 lines processed 🎤 npm run tests 📱 94 passed, 0 failed ✓ 🎤 CLAUDE add error handling to API 📱 Done. 8 endpoints updated.

Four steps from
voice to shipped code.

GlassCode turns your Rayban Meta smart glasses into a terminal controller. The whole pipeline runs on your Mac — no cloud compute, no privacy concerns.

1
🕶️

Speak

Say any command into your Rayban Meta glasses. Natural language, voice-dictation quirks handled automatically.

"CLAUDE fix the auth bug"
2
📡

SMS Delivery

Your glasses send the text via SMS through Twilio. Arrives at your Mac in under a second, no internet latency.

Twilio → ngrok → localhost:3000
3
🧠

Parse & Execute

GlassCode parses voice-mangled commands: "DOT" → ".", fuzzy file matching, natural language to shell commands.

spawn claude --skip-permissions
4
📲

Results Back

Output is summarized and SMS'd back to your glasses. Hear the result in your ear. Keep walking.

"Done. 3 files changed, tests pass."

Say it. It happens.

GlassCode understands natural speech, handles Rayban's voice-dictation quirks, and maps everything to real terminal commands — or hands off to Claude to read, edit, and fix your code.

9:41 AM ●●●●○ LTE
GlassCode Terminal
+1 (555) 017-3000 • Active
CLAUDE fix the login bug
Spawning Claude agent... Reading auth/login.ts... JWT expiry bug found on line 47. Patching...
Done. login.ts fixed. Bug was missing clock skew tolerance. Push when ready.
git push
Pushed to origin/main. PR auto-created. ✓
status
Server: OK | DB: 3ms | 2 agents idle | 14 cmds today
Terminal
Say: "list files"
→ ls -la
// Voice maps to shell commands automatically
Terminal
Say: "cat API DOT md"
→ cat API.md
// "DOT" → "." handled automatically
Claude AI
Say: "CLAUDE fix the auth bug"
→ claude "fix the auth bug in src/"
// Autonomous AI agent reads, edits, and fixes your code
Claude AI
Say: "CLAUDE refactor the database layer"
→ claude "refactor db/ for performance"
// Claude reads all files, rewrites, runs tests
Git
Say: "git push"
→ git push origin HEAD
// Push from anywhere. No laptop required.
Status
Say: "status"
→ system status report
// Agents running, tasks done, server health — at a glance
🕶️ GLASSES
🤖 Agent 1
Dark Mode
🤖 Agent 2
Tests
🤖 Agent 3
Docs
🧑‍💻 You
Grocery

One voice command.
Multiple AI workers.
In parallel.

Use the CLAUDE MULTI syntax to describe multiple tasks separated by AND. GlassCode spawns independent Claude Code subprocesses simultaneously. They work in parallel on your codebase while you do literally anything else.

Example Voice Command
"CLAUDE MULTI add dark mode AND write tests for the API AND update the docs"
CLAUDE MULTI add dark mode AND write tests for the API AND update the docs
↳ Spawning 3 parallel agents...
[Agent 1] Reading components/... Implementing dark mode CSS vars...
[Agent 2] Reading API routes... Writing Jest tests for 12 endpoints...
[Agent 3] Reading docs/... Updating README and API.md...
✓ All 3 agents complete. 847 lines changed. SMS sent.
You're at the grocery store.
Your AI is shipping features.

Every command.
Every agent. Live.

A local web dashboard shows every SMS command received, every Claude agent running, every file changed — in real time. Open it on any device on your network.

GlassCode Dashboard — localhost:3000
LIVE
Navigation
Activity Feed
🤖 Claude Agents
📱 SMS Log
📁 File Changes
⚙️ Settings
System
Server ONLINE
SMS READY
Agents 2 ACTIVE
Today 24 cmds
Recent Activity
09:41:12 🤖 Claude CLAUDE MULTI add dark mode AND write tests RUNNING
09:41:14 🤖 Agent 1 Editing components/theme.ts — dark mode vars RUNNING
09:41:14 🤖 Agent 2 Writing tests/api.test.ts — 12 endpoints RUNNING
09:38:04 📱 SMS git push → Pushed to origin/main DONE
09:34:51 🤖 Claude CLAUDE fix the login bug → auth/login.ts patched DONE
09:31:18 📱 SMS npm run test → 94 passed, 0 failed DONE
09:28:02 📱 SMS ls -la → 18 files listed DONE
09:20:45 🤖 Claude CLAUDE refactor db layer → 847 lines rewritten DONE
Today's Stats
24 Commands executed
8 Claude agents run
1,847 Lines of code changed
0 Keyboard touches

Code anywhere.
Ship from everywhere.

Programming is no longer a desk sport. GlassCode turns every moment into a development session.

🛒
The Grocery Store

Shipping features
between the produce aisle and checkout

Standing in line, you remember the bug. Say the fix. Your Claude agent reads the code, patches it, runs the tests, and pushes while you're deciding between sourdough and rye.

"CLAUDE fix the cart total rounding bug"
→ "Fixed. 2 lines in checkout.ts. Tests green."
🐕
Walking the Dog

Three miles walked.
Three features shipped.

Morning walk, fresh ideas. Fire off commands as they come to you. By the time you're home, your AI has been coding for 45 minutes straight. You just exercised.

"CLAUDE MULTI refactor auth AND add rate limiting AND update tests"
→ "3 agents on it."
🍳
Making Breakfast

Eggs, coffee, and
a deployed hotfix.

Production alert at 7am. Don't open your laptop. Say the command. Your AI diagnoses the issue, writes the fix, and pushes the patch. You flip the eggs.

"CLAUDE urgent — fix the null pointer in payment service"
→ "PaymentService.java patched. Deploy pushed."
🚶
Commuting

Rush hour traffic.
Your AI is doing code review.

Use your commute to queue up work. Describe what you need, multiple times. Arrive at the office to find it already done, tested, and ready to merge.

"CLAUDE MULTI write API docs AND add OpenAPI spec AND create Postman collection"
→ "All 3 done. 847 lines added."
🏋️
At the Gym

Rest between sets.
Not rest between deploys.

60-second rest timer? That's enough for GlassCode to run your test suite, check git status, and tell you if the CI pipeline is green. Gainz on both fronts.

"npm run test"
→ "94 passed, 0 failed. CI green. ✓"
Coffee Shop

MacBook closed.
Laptop-free coding session.

Sit down, order your drink, put on your glasses. No screen, no keyboard, no weird looks. Just you, your voice, and an AI pair programmer that never complains.

"CLAUDE add dark mode to the dashboard"
→ "Reading components... Done. 12 files updated."
Your Mac is coding.
You're somewhere else entirely.

Be first to code
without a keyboard.

GlassCode is in active development. We're onboarding early users with Rayban Meta glasses first. Join the waitlist and get early access when we open the beta.

No spam. Early access when we're ready.

🔒 Runs 100% locally on your Mac
📱 Works with Rayban Meta glasses
🤖 Powered by Claude Code
<3s voice-to-execution