One-click switch your AI SDK to use Stormfire — pay AI APIs in USDT, no Stripe, no KYC.
- Auto-detect AI SDK calls in your code (OpenAI, Anthropic, Google Generative AI, etc.)
- One click to swap
openai.com/v1→api.stormfire.io/v1 - Inline cost meter in the editor gutter showing per-request cost in USDT
- Balance widget in the status bar — see your USDT remaining at a glance
- Quick top-up — open Stormfire top-up flow without leaving VS Code
If you're already using OpenAI/Anthropic/Gemini SDKs and need to:
- Pay in USDT (no card on file, no Stripe)
- Try Stormfire without rewriting any code
- Track AI cost per file/function in real time
- Switch models on the fly to test pricing
Then this extension saves you 5-10 minutes of config every time you start a project.
- Open VS Code
- Go to Extensions (Ctrl/Cmd+Shift+X)
- Search for "Stormfire"
- Click Install
Or install from CLI:
code --install-extension stormfire.stormfire-vscode- Run
Stormfire: Sign Infrom the command palette (Ctrl/Cmd+Shift+P) - Paste your Stormfire API key (get one at https://stormfire.io)
- Open any file with an OpenAI/Anthropic SDK call
- Click the lightbulb 💡 → "Switch to Stormfire"
- Done — your code now routes through Stormfire
| Feature | Status |
|---|---|
| Sign in / API key storage (VS Code SecretStorage) | 🚧 Planned |
| Auto-detect SDK calls (OpenAI, Anthropic) | 🚧 Planned |
| One-click base_url swap | 🚧 Planned |
| Status bar balance widget | 🚧 Planned |
| Inline cost meter | 🚧 Planned |
| Quick top-up command | 🚧 Planned |
| Model picker | 🚧 Planned |
- API key stored only in VS Code SecretStorage (encrypted local OS keychain)
- No telemetry, no analytics, no third-party tracking
- Source code fully open — verify yourself
git clone https://github.com/stormfire-io/stormfire-vscode
cd stormfire-vscode
npm install
# Open in VS Code, press F5 to launch Extension Development Host- Repo bootstrap
- Implement core commands (sign-in, swap, balance)
- Publish first beta to VS Code marketplace
- Get verified publisher status
- Cursor IDE compatibility (forks of VS Code)
MIT — see LICENSE