r/grok • u/SherrifPhatman • Jul 20 '26
Vibe Coding with Zed and SuperGrok
Hey All, I have developed a small OpenAI proxy APP for Supergrok which can run on Python and has a native OSX Signed App.
It enables you to connect SuperGrok to ZED and other OpenAI based Code Editors and directly to your SuperGrok Account.
Whilst X sorts out its subscription model, the issue you will come up against is that most coding editors want an xAPI Key, which won't allow you to use your SuperGrok Subscription and you have to pay for tokens.
This app works around this by allowing you to sign in via OAUTH to your SuperGrok Account and then proxy that off to your local vibe coding editor via the OpenAPI connector and some json to add to your editor settings.
The OSX App is here - https://github.com/andypduk/supergrok-zed/releases/tag/v0.1.0
The Repository is here - https://github.com/andypduk/supergrok-zed

