ledric CLI — single-binary entry point.
ledric admin GUI — React via CDN, served by @ledric/http-server.
Server-side proxy primitive for ledric — keeps the browser off the ledric origin and keys off the client. Framework-agnostic (Request) => Promise<Response> handlers.
ledric MCP server: MCP tool surface bound to @ledric/core (stdio + HTTP+SSE).
ledric vanilla TypeScript read client SDK.
ledric HTTP server: tool-shaped POST /rpc + REST GET projections, built on Fastify, binding @ledric/core.
ledric schema definition helpers: defineType, field.*, JSON emit, Zod codegen.
ledric core: schema engine, versioning, refs, validation, ACL. DB-agnostic.
OAuth 2.1 provider for ledric — DCR + auth code + PKCE + JWT/JWKS, single-process, no external IdP. Mounted by @ledric/http-server when mcp.public is on.
ledric storage: Kysely-based dialect adapters. SQLite (better-sqlite3) default; MySQL and Postgres also supported.