Hi everyone,
I’m exploring whether there is any practical way to use Even Realities G2 smart glasses with Replit.
For context, the G2 is a pair of lightweight smart glasses with a small heads-up display, touch input, microphone input, and a phone-based SDK. Apps run mainly through the phone/companion app, while the glasses act as a display and input device.
Since Replit does not seem to have a full public API for controlling Repls, editing files, running commands, reading console output, etc., I’m wondering if there is any workaround for building a G2-based workflow.
Possible approaches I’m thinking about:
-
Using Replit’s web UI through some kind of browser automation layer
-
Using GitHub/Git as the interface instead of directly controlling Replit
-
Using SSH or shell access where available
-
Building a separate backend that talks to the Repl indirectly
-
Using Claude/OpenAI as a coding agent, then syncing generated code into Replit
The rough goal would be something like:
-
View Repl status or console output on the glasses
-
Dictate simple coding instructions
-
Trigger small edits or commands
-
Use the glasses as a lightweight coding/control interface, not a full IDE replacement
Has anyone tried something similar, or is there a known way to programmatically interact with Repls despite the lack of an official API?
Any pointers on realistic architecture, limitations, or “don’t waste your time” warnings would be appreciated.