Releases: enfinyte/router
Releases · enfinyte/router
0.2-alpha
Second alpha release of the Enfinyte LLM Router.
What's New
- Vault Backend — Switched to PostgreSQL as the storage backend for the vault system, with full API platform integration
- Onboarding Flow — Onboarding completion is now required before accessing the dashboard
- API Key & Provider Management — New UI for managing API keys and configuring providers, with improved key handling
- Account Settings — Added account settings page with profile, security, and session management
- Deterministic Resolver — Model resolver is now deterministic
- Frontend Foundation — Dashboard UI, API key management screens, and navigation improvements
Infrastructure
- Switched CI to Blacksmith for actions backend
- Lint fixes across the codebase
This is a pre-release. APIs and behavior may change. Not recommended for production use.
v0.1-alpha — Initial LLM Routing Platform
First alpha release of Router — an LLM routing platform built on the OpenResponses API spec.
Highlights
- Multi-provider LLM routing via Vercel AI SDK with OpenAI, Anthropic, and Amazon Bedrock adapters
- API Platform — HTTP API server built with Effect-TS and @effect/platform, implementing the OpenResponses API spec
- Model Resolver — Determines optimal provider/model for each request
- Database layer — PostgreSQL integration via Kysely with automatic schema creation
- Auth & Dashboard — Hono-based backend with better-auth (GitHub OAuth) and SolidJS frontend
- Secrets management — HashiCorp Vault integration with Docker Compose for local dev
- CI pipeline — GitHub Actions workflow for linting (oxlint) and type checking (tsc)
Packages
| Package | Description |
|---|---|
api_platform |
Core LLM routing API server |
backend |
Auth and dashboard backend (Hono + better-auth) |
common |
Shared utilities and OpenAI type definitions |
core |
Core routing logic |
frontend |
Web dashboard (SolidJS + Tailwind CSS) |
resolver |
Model resolution and provider selection |
vault |
HashiCorp Vault integration |
Tech Stack
Bun · TypeScript (strict) · Effect-TS · Vercel AI SDK · Kysely · PostgreSQL · Hono · SolidJS · HashiCorp Vault
⚠️ Alpha release — APIs and architecture are subject to change.