// FEATURE_01
BYOK ARCHITECTURE
Full support for OpenAI, Anthropic, and Google Gemini API keys. Zero latency injection.
config.auth({ type: 'byok' })
// FEATURE_02
CONTEXT ENGINE V2
Proprietary codebase indexing. 200k+ tokens of context window awareness for your AI.
index.scan('./src/**')
// FEATURE_03
GIT INTEGRATION
Native Git flow. Resolve conflicts, manage branches, and push directly to origin.
git.commit({ push: true })
// FEATURE_04
HOT MODULE RELOAD
Instant feedback loop with integrated browser engine and ultra-fast preview.
preview.start({ port: 8080 })
// FEATURE_05
DESKTOP RUNTIME
Optimized C++ core for Windows and macOS. Full filesystem access for large repos.
os.fs.read('package.json')
// FEATURE_06
CLAVIO 3 CODE
Our native proprietary LLM. The perfect choice if you prefer not to use your own API keys or external models like Claude and Gemini.
model.use('clavio-3-code')
// FEATURE_07
INTEGRATED TERMINAL
Built-in shell with local server support. Spin up dev servers and run scripts without leaving the IDE.
terminal.shell('npm run dev')