You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update README with standalone setup instructions
- Update installation to use @levelcode/cli package name
- Add standalone quick start (just set API key and go)
- Document both OPENROUTER_API_KEY and ANTHROPIC_API_KEY options
- Add standalone vs hosted mode note
- Update SDK examples for standalone usage
- Fix npm badge to point to @levelcode/cli
- Update CI/CD example with correct package name
- Check off standalone mode in roadmap
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
|`OPENROUTER_API_KEY`| Your OpenRouter API key | Yes |
393
+
|`OPENROUTER_API_KEY`| OpenRouter API key (200+ models) | One of these |
394
+
|`ANTHROPIC_API_KEY`| Anthropic API key (Claude direct) | is required |
385
395
|`LEVELCODE_MODEL`| Default model to use | No |
386
396
|`LEVELCODE_DEBUG`| Enable debug logging | No |
387
397
398
+
> **Standalone Mode**: LevelCode runs fully standalone by default. No backend server, database, or account is needed. Just set one API key above and you're ready to go.
399
+
>
400
+
> **Hosted Mode**: For team features, billing, and the agent marketplace, visit [levelcode.ai](https://levelcode.ai).
401
+
388
402
---
389
403
390
404
## Documentation
@@ -438,13 +452,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines.
0 commit comments