AURA · ENABLES v0.1.0 LOCAL GATEWAY
PROXY · ROUTER · 3D · NETWORK

Stop wrestling
API providers.

One proxy. Nine providers. Zero config hell. Aura Enables translates, routes, and manages every model request — so you can focus on building.

9+
Providers
0 deps
Runtime
TypeScript
Native
MIT
License
Core Modules

Three pillars.
One ecosystem.

API & Proxy Routing

Module 01

High-performance TypeScript backend with token management and seamless routing across 9+ providers.

providers.ts
export const PROVIDERS = [
{
id: 'deepseek',
baseURL: 'api.deepseek.com',
models: ['deepseek-chat'],
},
{
id: 'google',
baseURL: 'generativelanguage',
models: ['gemini-2.0-flash'],
},
];

3D Web Environments

Module 02

Interactive, browser-based 3D physics and rendering using Three.js. Build immersive worlds without leaving the browser.

THREE.JS · CANVAS

Networked Logic

Module 03

Real-time multiplayer synchronization and audio routing architecture. Low-latency, event-driven, built for scale.

WEBSOCKET · AUDIO ROUTER
Architecture

How it works.

01

Configure

Select your provider, paste your API key, choose a target model.

02

Route

Enables spins up a local Anthropic-compatible proxy on a free port automatically.

03

Build

Claude Code connects through the proxy. Requests are translated and routed transparently.

terminal
$ enables
? Select provider: DeepSeek
? Enter API key: ••••••••••••
? Target model: deepseek-chat
? Start proxy? Yes
→ Scanning for free port… 8080 available.
→ Proxy running at http://localhost:8080
→ Launching Claude Code…
$
Get Started

Ready to build faster?

Clone the repo, run npm run build, and point Claude Code at your local proxy. Zero config required.

bash
git clone https://github.com/DusanCar-sudo/enables && cd enables && npm install && npm run build