# Leumas Docs > Every documented Leumas package, engine, service and product -- 257 generated > pages, each citing the repository file it came from. ## Machine endpoints - [Endpoint descriptor](https://docs.leumas.tech/api.json): all of the below, machine-readable. - [Catalogue](https://docs.leumas.tech/docs/index.json): every page with its summary and keywords, no bodies. - [Graph](https://docs.leumas.tech/docs/graph.json): composes and used-by across the ecosystem. - [Symbols](https://docs.leumas.tech/docs/symbols.json): which page documents an exported name. - [Search index](https://docs.leumas.tech/docs/search-index.json): rank locally, no round trip. - [Components](https://docs.leumas.tech/docs/components.json): every exported component, hook and helper. - [Skills](https://docs.leumas.tech/docs/downloads/index.json): installable agent skills. - Any page as markdown: https://docs.leumas.tech/docs/.md - Any page as JSON: https://docs.leumas.tech/docs/.json ## Live API Unauthenticated, CORS-open, publicly cacheable. Same scorer and same corpus as this site, so a query cannot rank differently here than it does in the search box. - `GET https://api.leumas.tech/api/docs/search?q=&kind=&limit=&offset=` — ranked results, each with a matchReason. - `GET https://api.leumas.tech/api/docs/page/` — one page as markdown, with provenance. - `GET https://api.leumas.tech/api/docs/packages?layer=&limit=` — what exists. - `GET https://api.leumas.tech/api/docs/symbol/` — which page documents an exported name. ## MCP The same five tools an agent should prefer over scraping: `searchDocs`, `getPage`, `listPackages`, `getSymbol`, `howDoI`. They call the identical scorer and reader the endpoints above use, so all three surfaces agree by construction rather than by discipline. - Server: `leumas-docs` — see https://docs.leumas.tech/agents for the client configuration. ## Packages, engines and services - [Adapter systems (shared/engines/adapters/)](https://docs.leumas.tech/p/adapters): ALL adapter systems live here, together — added bit by bit, each following ONE contract so the @leumas/middleware... - [cron (adapter system)](https://docs.leumas.tech/p/adapters/a-cron): a.cron domain adapter — interval parsing + schedule tools. A workspace package (not just a scanned adapter dir) because... - [a-audio (adapter system)](https://docs.leumas.tech/p/adapters/adapter-a-audio): Leumas a-audio adapter pack — ffmpeg-backed audio tools (convert-format, trim, mix, to-8d-audio, vocal-removal,... - [astrology](https://docs.leumas.tech/p/adapters/adapter-astrology): Astrology adapter pack (entertainment) — sun/moon/rising signs, natal chart, sign compatibility, deterministic daily... - [astronomy](https://docs.leumas.tech/p/adapters/adapter-astronomy): Astronomy adapter pack — real ephemeris (sun/moon rise & set, moon phase & illumination, planet positions, seasons,... - [@leumas/adapter-embeddings](https://docs.leumas.tech/p/adapters/adapter-embeddings): Deterministic local embedding capability pack — hash-bucket / TF-weighted 128-dim vectors for text, JSON, CSV, HTML,... - [image — raster image processing adapter](https://docs.leumas.tech/p/adapters/adapter-image): Image processing domain adapter — real raster pixel work via sharp (libvips): resize/crop/fit, format convert,... - [@leumas/adapter-meme](https://docs.leumas.tech/p/adapters/adapter-meme): Meme / image-caption adapter — impact-text captions, meme templates (Drake, Distracted Boyfriend, Galaxy Brain, …),... - [qr (adapter system)](https://docs.leumas.tech/p/adapters/adapter-qr): QR adapter — payload building and styled vector rendering over @leumas/qr. - [scraping (adapter system)](https://docs.leumas.tech/p/adapters/adapter-scraping): Web-scraping adapter — fetch a page under the shared SSRF guard, size cap and rate limiter, then extract text, tables,... - [spreadsheet (adapter system)](https://docs.leumas.tech/p/adapters/adapter-spreadsheet): Spreadsheet domain adapter — real XLSX (Excel) create/read/convert/append/style via exceljs. - [web3](https://docs.leumas.tech/p/adapters/adapter-web3): Web3 adapter — EIP-55 address checksums, BigInt ether-unit conversion, keccak-256, ENS namehash, function selectors and... - [webhook-forge — HMAC webhook signing & verification](https://docs.leumas.tech/p/adapters/adapter-webhook-forge): Webhook signing + verification adapter pack — generic HMAC (sha256/384/512, hex/base64) with a timing-safe compare,... - [a-csv (adapter system)](https://docs.leumas.tech/p/adapters/domain/a-csv): CSV capability pack: parse CSV text into row-objects (RFC-4180-ish, quoted fields), stringify objects/arrays back to... - [a-generator (adapter system)](https://docs.leumas.tech/p/adapters/domain/a-generator): LLM prompt-spec generators: 20 structured generators (API/database/CI-CD/microservice/schema scaffolds, docs, release... - [a-json (adapter system)](https://docs.leumas.tech/p/adapters/domain/a-json): JSON transformation capability pack: 23 structural transforms — camelCase keys, flatten, dedupe, group-by, filter,... - [a-physics (adapter system)](https://docs.leumas.tech/p/adapters/domain/a-physics): Physics capability pack: 65 closed-form calculators (mechanics, thermodynamics, electromagnetism, fluid dynamics,... - [a-templates (adapter system)](https://docs.leumas.tech/p/adapters/domain/a-templates): Templating capability pack: render an inline template ({{path}}, {{#each}}, {{#if}}), build a minimal HTML card, or... - [a-text (adapter system)](https://docs.leumas.tech/p/adapters/domain/a-text): Text/string capability pack: 80 pure string utilities — case conversion, base64, digests... - [a-transformation (adapter system)](https://docs.leumas.tech/p/adapters/domain/a-transformation): Input-typed transformation registry: 55 adapters keyed "." across 26 input types (string, hex, base64,... - [api-mocker](https://docs.leumas.tech/p/adapters/domain/api-mocker): Intelligent API mocking & fake-data microservice: turn a JSON Schema into realistic example instances (mockFromSchema),... - [ascii-art](https://docs.leumas.tech/p/adapters/domain/ascii-art): ASCII layout & banner art: figlet-style 5-row block-letter banners (standard/banner fill), bordered banners and boxes... - [biorhythm](https://docs.leumas.tech/p/adapters/domain/biorhythm): Classic biorhythm pack (entertainment/novelty): the physical (23-day), emotional (28-day) and intellectual (33-day)... - [brackets — tournament brackets + competitive ranking (domain adapter)](https://docs.leumas.tech/p/adapters/domain/brackets): Tournament bracket + competitive ranking pack for sports, esports and gaming leagues: generate single-elimination and... - [brand-voice](https://docs.leumas.tech/p/adapters/domain/brand-voice): Brand-voice & tone-of-voice intelligence microservice for content teams: analyze any sample text into a structured... - [budget-coach](https://docs.leumas.tech/p/adapters/domain/budget-coach): Personal-budgeting and money-coaching microservice: split take-home income into the 50/30/20 rule (needs/wants/savings)... - [changelog](https://docs.leumas.tech/p/adapters/domain/changelog): Changelog & release-automation pack built on the Conventional Commits spec. - [chart — pure data→SVG chart pack](https://docs.leumas.tech/p/adapters/domain/chart): Pure server-side data-to-SVG chart pack: render arbitrary data into standalone, themeable SVG charts with zero... - [chatbots (adapter system)](https://docs.leumas.tech/p/adapters/domain/chatbots): Persona chatbot toolbank: register/list bot persona adapters (system prompt, model, wakewords, theme, function-call... - [churn-risk](https://docs.leumas.tech/p/adapters/domain/churn-risk): Customer churn-risk and account-health scoring for SaaS retention & customer-success teams: score turns a bundle of... - [code-metrics](https://docs.leumas.tech/p/adapters/domain/code-metrics): Static code-metrics pack: language-agnostic complexity and quality analysis by heuristic parsing (no compiler, no AST... - [color (engines/adapters/domain/color)](https://docs.leumas.tech/p/adapters/domain/color): Color capability pack: conversions between hex/rgb/hsl/cmyk, a universal parse() that normalizes hex/rgb()/hsl()/named... - [content-repurposer — content atomization microservice](https://docs.leumas.tech/p/adapters/domain/content-repurposer): Content repurposing & atomization microservice: take one long piece (blog post, article, transcript, essay) and reshape... - [copywriter — AI conversion-copy microservice](https://docs.leumas.tech/p/adapters/domain/copywriter): AI copywriting & conversion-copy microservice: generate marketing headlines, taglines/slogans, and long-form ad copy... - [cron-expressions](https://docs.leumas.tech/p/adapters/domain/cron-expressions): Cron expression toolkit for standard 5-field crontab syntax (minute hour day-of-month month day-of-week): parse an... - [crypto — applied cryptography adapter pack](https://docs.leumas.tech/p/adapters/domain/crypto): Applied cryptography toolkit built on Node's native node:crypto (zero npm deps). - [datetime (adapter system)](https://docs.leumas.tech/p/adapters/domain/datetime): Date/time math capability pack using JS Date + Intl only (zero dependencies): duration breakdown between two dates, add... - [deal-forecaster](https://docs.leumas.tech/p/adapters/domain/deal-forecaster): Sales pipeline forecasting and quota analytics for CRM revenue teams: forecast computes a probability-weighted pipeline... - [dependency-auditor — heuristic software-composition analysis](https://docs.leumas.tech/p/adapters/domain/dependency-auditor): Dependency & supply-chain audit pack for JavaScript/Node package.json manifests: parse... - [dice — TTRPG randomness pack](https://docs.leumas.tech/p/adapters/domain/dice): TTRPG randomness pack: parse and roll dice notation (3d6+2, 2d20, 1d100/d%, 4d6kh3, 2d20kl1) with keep/drop... - [discount-designer](https://docs.leumas.tech/p/adapters/domain/discount-designer): Discount, promotion and pricing-strategy metrics pack for ecommerce, retail and marketing teams designing offers... - [dockerfile — container image intelligence pack](https://docs.leumas.tech/p/adapters/domain/dockerfile): Dockerfile & container image intelligence pack: generate a production-ready Dockerfile from a {stack,port} spec (node,... - [email-campaign](https://docs.leumas.tech/p/adapters/domain/email-campaign): Email marketing & cold-outreach copywriting microservice: generate subject-line variants by proven copy formulas... - [email-sequencer](https://docs.leumas.tech/p/adapters/domain/email-sequencer): Email drip-sequence and cadence designer for sales & lifecycle marketing: buildSequence turns a goal (cold-outreach,... - [emoji](https://docs.leumas.tech/p/adapters/domain/emoji): Emoji utilities: search emoji by name/keyword, look one up by name/shortcode, get random emoji (optionally by group),... - [events (adapter system)](https://docs.leumas.tech/p/adapters/domain/events): Event aggregation adapter system: fetch/normalize events from pluggable sources (ticketmaster, seatgeek, meetup, ...),... - [feeds — syndication feed FORMAT toolkit](https://docs.leumas.tech/p/adapters/domain/feeds): Syndication feed FORMAT toolkit: parse, detect, convert, and merge web feeds — RSS 2.0, Atom 1.0, and JSON Feed 1.1. - [finance (adapter system)](https://docs.leumas.tech/p/adapters/domain/finance): Money-math capability pack: compound interest, loan amortization + full schedules, mortgage breakdown,... - [fitness-planner](https://docs.leumas.tech/p/adapters/domain/fitness-planner): Fitness, strength-training and nutrition-planning microservice: build a weekly workout split (full-body, upper/lower,... - [flashcards-srs](https://docs.leumas.tech/p/adapters/domain/flashcards-srs): Spaced-repetition scheduling engine for flashcards, study decks and memory apps: a pure, deterministic SM-2 (SuperMemo... - [fortune](https://docs.leumas.tech/p/adapters/domain/fortune): Fun/novelty pack: random fortune cookies, classic Magic 8-Ball answers, positive affirmations, inspirational quotes... - [functioncalls (adapter system)](https://docs.leumas.tech/p/adapters/domain/functioncalls): Function-call toolbank: a registry of small, named, executable tools (webSearch, sendApiRequest, runShellCommand,... - [geo (adapter system)](https://docs.leumas.tech/p/adapters/domain/geo): Geospatial capability pack: great-circle distance (haversine), initial bearing, destination point from... - [hashtag-strategist](https://docs.leumas.tech/p/adapters/domain/hashtag-strategist): Intelligent social-media hashtag strategy microservice: suggest a platform-tuned mix of reach/niche/branded hashtags... - [ical — iCalendar (.ics / RFC 5545) adapter system](https://docs.leumas.tech/p/adapters/domain/ical): iCalendar (.ics / RFC 5545) format pack, pure JS with zero dependencies: build VEVENT and VCALENDAR text (createEvent,... - [interview-kit (engines/adapters/domain/interview-kit)](https://docs.leumas.tech/p/adapters/domain/interview-kit): Interview preparation microservice for hiring teams: generate a tailored question set for a role and interview type... - [inventory-planner](https://docs.leumas.tech/p/adapters/domain/inventory-planner): Inventory, stock-control and supply-chain planning metrics pack for operations, retail, warehouse and procurement... - [invoice (adapter system)](https://docs.leumas.tech/p/adapters/domain/invoice): Invoice capability pack: build a full invoice object from line items with correct per-line and global tax/discount... - [itinerary-planner](https://docs.leumas.tech/p/adapters/domain/itinerary-planner): Travel itinerary and trip-planning engine for tour builders, travel apps and concierge bots: heuristic day-by-day... - [jd-writer (engines/adapters/domain/jd-writer)](https://docs.leumas.tech/p/adapters/domain/jd-writer): Job-description authoring microservice for recruiters, hiring managers and HR: generate a complete JD (summary,... - [keyword-cluster](https://docs.leumas.tech/p/adapters/domain/keyword-cluster): Keyword clustering and search-intent intelligence for SEO, PPC and content strategy. - [landing-copy](https://docs.leumas.tech/p/adapters/domain/landing-copy): Intelligent landing-page copywriting microservice that feeds the Imperium 'landing' mode: generate a... - [lead-scorer](https://docs.leumas.tech/p/adapters/domain/lead-scorer): Intelligent lead-scoring microservice for sales & marketing: turn raw lead/contact records into points and an A–D grade... - [lorem](https://docs.leumas.tech/p/adapters/domain/lorem): Placeholder text + fake data generator: themed lorem ipsum (classic, hipster, corporate, tech, pirate, zombie, bacon)... - [matrix — linear-algebra adapter pack](https://docs.leumas.tech/p/adapters/domain/matrix): Linear algebra capability pack — pure JavaScript, zero dependencies. - [music-theory (engines/adapters/domain/music-theory)](https://docs.leumas.tech/p/adapters/domain/music-theory): Pitch-class / theory capability pack: build scales (major, natural/harmonic/melodic minor, the 7 modes, pentatonic,... - [name-generator](https://docs.leumas.tech/p/adapters/domain/name-generator): Deterministic name & branding ideas from bundled wordlists: fantasy names (human/elf/dwarf/orc/fairy), brandable... - [nlp — natural-language analysis pack](https://docs.leumas.tech/p/adapters/domain/nlp): Natural-language analysis pack: statistical corpus analysis over text with zero ML dependencies. - [nps-analyzer](https://docs.leumas.tech/p/adapters/domain/nps-analyzer): Customer-feedback and experience-analytics pack for survey score data: compute Net Promoter Score (NPS) from 0-10... - [numerology](https://docs.leumas.tech/p/adapters/domain/numerology): Pythagorean numerology pack (entertainment/novelty): life path, expression/destiny, soul urge, personality, birthday,... - [objection-handler](https://docs.leumas.tech/p/adapters/domain/objection-handler): Sales-objection handling and rebuttal pack for reps, SDRs, and founders closing deals: categorize a prospect objection... - [offer-calculator](https://docs.leumas.tech/p/adapters/domain/offer-calculator): Job offer, compensation and total-comp capability pack for recruiters, hiring managers and candidates negotiating... - [onboarding-planner](https://docs.leumas.tech/p/adapters/domain/onboarding-planner): New-hire onboarding, employee ramp-up and first-90-days planning capability pack for managers, HR, people-ops and team... - [openapi-toolkit](https://docs.leumas.tech/p/adapters/domain/openapi-toolkit): OpenAPI / Swagger REST API specification capability pack for backend developers, API designers and integrators:... - [@leumas adapter — personality](https://docs.leumas.tech/p/adapters/domain/personality): Personality & psychometrics pack: score self-report questionnaires and look up types across the five most-used... - [press-release](https://docs.leumas.tech/p/adapters/domain/press-release): Intelligent press-release drafting microservice: turn a who/what/when/where/quote brief into a fully structured,... - [product-describer](https://docs.leumas.tech/p/adapters/domain/product-describer): AI product-copy microservice for e-commerce catalogs, marketplaces and PDP pages. - [proposal-builder](https://docs.leumas.tech/p/adapters/domain/proposal-builder): Sales-proposal and statement-of-work assembly pack for agencies, consultants, and B2B sales: build a structured... - [puzzles — logic-puzzle generator + solver pack](https://docs.leumas.tech/p/adapters/domain/puzzles): Logic-puzzle generator and solver pack (pure JavaScript, zero dependencies). - [recipe — Leumas2 domain adapter pack](https://docs.leumas.tech/p/adapters/domain/recipe): Recipe, cooking, food and nutrition capability pack: find recipes from the ingredients you already have... - [resume-scorer (engines/adapters/domain/resume-scorer)](https://docs.leumas.tech/p/adapters/domain/resume-scorer): Resume / CV parsing and candidate-matching microservice for recruiters and ATS pipelines: parse raw resume text into... - [review-analyzer](https://docs.leumas.tech/p/adapters/domain/review-analyzer): Customer-review intelligence microservice: turn product/app/restaurant/hotel reviews into structured insight. - [saas-metrics](https://docs.leumas.tech/p/adapters/domain/saas-metrics): SaaS subscription-finance and recurring-revenue metrics pack for founders, RevOps, growth analysts and investors... - [schema — JSON-Schema tooling pack](https://docs.leumas.tech/p/adapters/domain/schema): JSON-Schema tooling pack (Draft-07 subset, pure JS, zero deps). Infer a JSON Schema from sample data, validate any data... - [search (adapter system)](https://docs.leumas.tech/p/adapters/domain/search): Universal search adapter system: run a query across one or many pluggable back-ends (in-memory array, injected search... - [seo adapter pack](https://docs.leumas.tech/p/adapters/domain/seo): SEO capability pack operating on PROVIDED html/text (no network — fetching is the 'scraping' pack's job). - [seo-brief — SEO content-brief & keyword-planning microservice](https://docs.leumas.tech/p/adapters/domain/seo-brief): SEO content-brief & keyword-planning microservice: turn a target keyword into a ready-to-write brief — a heading... - [shipping-calculator](https://docs.leumas.tech/p/adapters/domain/shipping-calculator): Shipping, freight and landed-cost calculator for e-commerce, logistics and fulfillment. - [social-scheduler](https://docs.leumas.tech/p/adapters/domain/social-scheduler): Social-media posting-schedule & content-calendar intelligence microservice: return platform-specific best-time-to-post... - [statistics (engines/adapters/domain/statistics)](https://docs.leumas.tech/p/adapters/domain/statistics): Inferential statistics capability pack (pure JavaScript, zero dependencies): descriptive summary (mean, median, mode,... - [tax — tax / VAT rules, discounts & subscription proration](https://docs.leumas.tech/p/adapters/domain/tax): Tax, VAT and pricing-rules capability pack: US state sales tax and international VAT/GST/consumption tax from a... - [text-classifier — text classification + labeling microservice](https://docs.leumas.tech/p/adapters/domain/text-classifier): Text classification and labeling microservice: assign the best label to a piece of text from a caller-supplied label... - [toolkit](https://docs.leumas.tech/p/adapters/domain/toolkit): Basic-functions toolkit: 172 small, self-contained, data-in→data-out functions combined + de-duplicated from the legacy... - [translator](https://docs.leumas.tech/p/adapters/domain/translator): Language & translation microservice: translate ({text,to,from?}) uses an LLM as the PRIMARY engine and gracefully falls... - [vcard (adapter system)](https://docs.leumas.tech/p/adapters/domain/vcard): vCard / contact data-model pack (CRM primitive): build, parse, convert and validate electronic business cards. - [video-script](https://docs.leumas.tech/p/adapters/domain/video-script): Intelligent short-form & long-form video scripting microservice: turn a topic into scroll-stopping hooks, a full... - [voice (adapter system)](https://docs.leumas.tech/p/adapters/domain/voice): Voice synthesis adapter system: build provider-agnostic TTS/voice requests. - [word — word-games & word-play pack](https://docs.leumas.tech/p/adapters/domain/word): Word-games & word-play capability pack (pure JS, zero deps, ships its own ~3.2k common-word dictionary): find anagrams... - [@leumas/providers](https://docs.leumas.tech/p/adapters/providers): LLM provider adapters — one contract (complete / adapter step-loop / realtimeSession / available) over ollama, openai,... - [shared/apps — the marketplace units](https://docs.leumas.tech/p/apps/apps): The first-party Leumas app registry — every app Leumas publishes to its own marketplace. - [@leumas/actions](https://docs.leumas.tech/p/engines/actions): The Action adapter base + the rule engine. An action DOES things (open chatbot, run a workflow cell, run an MCP tool,... - [@leumas/behavior](https://docs.leumas.tech/p/engines/behavior): The behaviour layer: EMA interest profiles with lazy decay, hourly/daily rollups, session transitions, and the... - [@leumas/chatbots](https://docs.leumas.tech/p/engines/chatbots): Programmable chatbots — persona + toolbanks + functioncalls (like leumas-cursor-agent-mvp). - [@leumas/connectors](https://docs.leumas.tech/p/engines/connectors): Connectors — logged-in users link third-party accounts (databases, social/OAuth, SSH/SFTP). - [@leumas/consensus](https://docs.leumas.tech/p/engines/consensus): Consensus Groups engine — panels of AI members (chatbot rows or inline provider/model/persona specs) that deliberate... - [@leumas/dynamic — the Dynamic layer](https://docs.leumas.tech/p/engines/dynamic): The Dynamic layer — a Studio owner's OWN code, added to their own instance. - [@leumas/flow-recorder](https://docs.leumas.tech/p/engines/flow-recorder): Record & replay real runtime hook flows into replayable timelines. Part of the Leviathan runtime; - [@leumas/game-server](https://docs.leumas.tech/p/engines/game-server): The authoritative host for Leumas games: the 'game' room kind, a worker-thread simulation pool, per-player interest... - [@leumas/grids](https://docs.leumas.tech/p/engines/grids): The 3D programming grid/graph runtime. A grid is layers of cells; a cell is an action (code, endpoint, conditional,... - [@leumas/jobs](https://docs.leumas.tech/p/engines/jobs): Leumas Jobs — the one durable, connector-backed job engine every long-running domain shares. - [@leumas/leviathan-runtime](https://docs.leumas.tech/p/engines/leviathan-runtime): The Leviathan runtime (API side): bots registry + chat router now; perception→rules→action + agent tools land in P5. - [@leumas/lmx](https://docs.leumas.tech/p/engines/lmx): LMX — the Leumas multi-interpreter scripting engine. General languages (lmx/lmy/lmz/lmm/lmc/lmn), the ecosystem... - [@leumas/mcp](https://docs.leumas.tech/p/engines/mcp): The MCP runtime — auto-loads mcp-servers/, lists tools (GET /mcp), and executes them (POST /tool). - [@leumas/middleware](https://docs.leumas.tech/p/engines/middleware): Adapter/connector engine — the BaseAdapter contract + loader + a libSQL adapter for schema-less dynamic collections... - [@leumas/osint-sdk](https://docs.leumas.tech/p/engines/osint-sdk): Does a public profile exist for this handle? The OSINT probe engine behind Leumas - a source-neutral rule evaluator,... - [@leumas/progression — XP, badges, quests and cosmetics, all derived from one ledger](https://docs.leumas.tech/p/engines/progression): XP ledger, level curve, ranks, badges, quests, cosmetic ownership and the merged activity timeline. - [@leumas/research](https://docs.leumas.tech/p/engines/research): Deep-research engine — iterative query -> web-search -> summarize -> reflect loop over @leumas/providers + the... - [@leumas/router-kit](https://docs.leumas.tech/p/engines/router-kit): Shared plugin routers for leumas-api — P1: typed universal CRUD (RBAC + ownership) + social... - [@leumas/static-pages](https://docs.leumas.tech/p/engines/static-pages): Imperium static-pages plugin router — CRUD over on-disk per-config page files (.json/.md/.html/.jsx). - [@leumas/touch-pc](https://docs.leumas.tech/p/engines/touch-pc): Devices engine — turn a phone/tablet into a LAN remote for the host PC (mouse/keyboard input over a WebSocket) and... - [@leumas/tv](https://docs.leumas.tech/p/engines/tv): Every smart television on the operator's LAN, behind one vendor-neutral contract. - [@leumas/variables](https://docs.leumas.tech/p/engines/variables): Leumas Variables — one value, read everywhere. A tenant/user-scoped key-value store whose secrets are sealed at rest... - [@leumas/webhooks](https://docs.leumas.tech/p/engines/webhooks): Leumas Webhooks — the inbound door. A programmable endpoint that verifies a signature over the RAW request bytes,... - [@leumas/api-client](https://docs.leumas.tech/p/packages/api-client): The ONE isomorphic Leumas API client — fetch wrapper, TTL cache, and public-data loaders. - [@leumas/api-kit](https://docs.leumas.tech/p/packages/api-kit): The express boilerplate every Leumas router was writing for itself — async wrapping, HTTP-status errors, the... - [@leumas/app-kit](https://docs.leumas.tech/p/packages/app-kit): The ONE contract every Leumas app complies with. Declare an app's actions once and get five surfaces free: adapter... - [@leumas/architecture-graph](https://docs.leumas.tech/p/packages/architecture-graph): The document format behind the Leumas architecture graphs. One canonical serializer that keeps every node and edge on... - [@leumas/assets-sdk](https://docs.leumas.tech/p/packages/assets-sdk): The ONE SDK for shared assets — identity, user storage, and the shared /library/* (logos/icons/3d/fonts). - [@leumas/auth](https://docs.leumas.tech/p/packages/auth): The ONE Leumas gate — clean-room login + JWT session + RBAC (roles/permissions) + Stripe membership + PassNode token... - [@leumas/avatar — the operator identity, as data](https://docs.leumas.tech/p/packages/avatar): The operator identity: the renderer-agnostic look contract + slot registry (React-free, shared verbatim by server and... - [@leumas/body — the Universal Body Engine](https://docs.leumas.tech/p/packages/body): The Universal Body Engine — the species-agnostic biological primitive: a typed anatomical graph, a species/variant... - [@leumas/body-3d](https://docs.leumas.tech/p/packages/body-3d): Procedurally composed 3D bodies: the entity-kit silhouette vocabulary, blueprint part lists, and the resolver that lets... - [@leumas/body-viewer](https://docs.leumas.tech/p/packages/body-viewer): The generic 3D body viewer — a React/r3f surface that renders ANY species' model manifest, with the layer system, the... - [@leumas/capability-sdk](https://docs.leumas.tech/p/packages/capability-sdk): The register-capability SDK — any page/plugin registers live functioncalls the Leviathan widget picks up on mount (and... - [@leumas/config-registry](https://docs.leumas.tech/p/packages/config-registry): The Imperium config engine — the app-config schema, per-mode data contracts, the site route contract and the JSX... - [@leumas/db](https://docs.leumas.tech/p/packages/db): Leumas database runtime — libSQL/SQLite client + Drizzle instance + migrations + seed + the generic universal-CRUD... - [@leumas/devices](https://docs.leumas.tech/p/packages/devices): The shared device layer. Today: the browser half — enumerating media devices, the ONE permission latch a denied prompt... - [@leumas/domain-kit — a domain door, once](https://docs.leumas.tech/p/packages/domain-kit): A DOMAIN DOOR, once — the overview HUD, its view host, the console nav view and the manifest→routes/aside/crumbs/⌘K... - [@leumas/embed-catalog — the built-in embeddable pages](https://docs.leumas.tech/p/packages/embed-catalog): The built-in embeddable-page catalogue — games and tools, generated from shared/knowledge/iframe-urls, verified live... - [@leumas/entitlements](https://docs.leumas.tech/p/packages/entitlements): Policy-driven entitlement engine — plans/memberships DECLARE capabilities + quota limits as data; - [@leumas/entrance](https://docs.leumas.tech/p/packages/entrance): The Entrance system — how a Leumas product OPENS and how it MOVES. A pluggable registry of splash adapters (the boot... - [@leumas/exporters](https://docs.leumas.tech/p/packages/exporters): The ONE way anything in Leumas leaves the app — serialize a value to JSON/NDJSON/CSV/text, hand it to the browser as a... - [@leumas/features](https://docs.leumas.tech/p/packages/features): Shared user-facing surfaces — providers, guards, the app shell, and the Dashboard/Social/AppIndex/Account/Imperium... - [@leumas/game-3d](https://docs.leumas.tech/p/packages/game-3d): Presentation for the Leumas game engine: the ECS-to-Object3D bridge, pointer-lock controllers and camera rigs, asset... - [@leumas/game-kit](https://docs.leumas.tech/p/packages/game-kit): The Leumas game simulation kernel: ECS, fixed-step loop, physics seam, prefabs, defineGame, netcode. - [@leumas/gym](https://docs.leumas.tech/p/packages/gym): Gym engine — a clean-room implementation of self-hosted strength training: four progression policies (linear, Greyskull... - [@leumas/hosting-upload](https://docs.leumas.tech/p/packages/hosting-upload): What gets deployed and what never does — the upload rules shared by Studio's drag-and-drop uploader and the agent lane,... - [@leumas/leviathan](https://docs.leumas.tech/p/packages/leviathan): The embeddable Leviathan chatbot — React widget + client. Drops into every product; - [@leumas/licensing](https://docs.leumas.tech/p/packages/licensing): Leumas licensing — Ed25519-signed OFFLINE entitlement tokens (LEV1..), license-key mint/hash, the... - [@leumas/machines](https://docs.leumas.tech/p/packages/machines): Drive a machine that makes something — 3D printers, CNC mills, routers and laser engravers. - [@leumas/mcp-bridge](https://docs.leumas.tech/p/packages/mcp-bridge): The stdio ⇄ streamable-HTTP bridge — one line in any coding agent's config connects it to a Leumas install, ours or the... - [@leumas/mcp-kit](https://docs.leumas.tech/p/packages/mcp-kit): Turn any Leumas adapter/tool into an MCP server — the contract helpers + adapter→server compiler. - [@leumas/qr](https://docs.leumas.tech/p/packages/qr): The QR engine: payload builders, a style model, and matrix → SVG / PNG / PDF rendering. - [@leumas/revenue](https://docs.leumas.tech/p/packages/revenue): Primitive-first revenue factories, settlement sources, offers, channels, and workflow recipes. - [@leumas/runcode](https://docs.leumas.tech/p/packages/runcode): ONE seam for running any language from JS - runCode('python'|'rust'|'perl'|..., { code | file }), plus variable... - [@leumas/schemas](https://docs.leumas.tech/p/packages/schemas): Canonical Leumas data model — Drizzle (libSQL/SQLite) tables + drizzle-zod validators + enums. - [@leumas/security](https://docs.leumas.tech/p/packages/security): How every Leumas backend defends itself, declared once — the programmable security policy (session · cors · rate limits... - [@leumas/sing](https://docs.leumas.tech/p/packages/sing): Leumas Sing — the karaoke game ("Just Dance for karaoke"). A HEADLESS game engine (src/engine: MPM pitch tracker, score... - [@leumas/site-map](https://docs.leumas.tech/p/packages/site-map): The live 'you are here' map of a product's navigation. Walks any resolved nav manifest into a graph of domains → pages... - [@leumas/sound](https://docs.leumas.tech/p/packages/sound): The Leumas UI sound layer — a synthesised sound bank, a non-spatial mixer and ONE delegated DOM listener set, so every... - [@leumas/theme](https://docs.leumas.tech/p/packages/theme): Leumas design tokens, global styles, Tailwind preset, and ThemeProvider — the single source of styling truth. - [@leumas/ui](https://docs.leumas.tech/p/packages/ui): The ONE Leumas component + layout kit — data-agnostic, token-driven primitives shared by every product. - [@leumas/value-changer](https://docs.leumas.tech/p/packages/value-changer): The Global Value Changer — one layer that reads the text already on the page, matches words Leumas has programmed, and... - [@leumas/control](https://docs.leumas.tech/p/services/control): Leumas Control — the vendor-only read/write API behind admin.leumas.tech. - [@leumas/imperium-server — host Imperium on your own infra](https://docs.leumas.tech/p/services/imperium-server): Standalone, white-label Imperium production server — the packageable 'run your own Imperium ecosystem' edition. - [@leumas/index-service](https://docs.leumas.tech/p/services/index-service): "Web indexes everything" — the unified registry of apps/tools/pages/adapters the Web hub browses. - [@leumas/social-service](https://docs.leumas.tech/p/services/social-service): Realtime social layer — the ONE WebSocket gateway (presence + live DMs/typing/read + Omegle matchmaking + Habbo rooms). - [@leumas/surveillance-node — Surveillance edge node (data plane)](https://docs.leumas.tech/p/services/surveillance-node): Leumas Surveillance edge node — the data plane. Runs the SAME camera-manager media/detector/recorder pipelines near the... ## Products - [Leumas Admin — @leumas/admin](https://docs.leumas.tech/p/products/admin): Leumas Admin — the CONTROL PLANE. Leumas staff only: licence issuing, EXE distribution, the customer fleet, platform... - [@leumas/converter-web — the converter at converter.leumas.tech](https://docs.leumas.tech/p/products/converter-web): The public converter microservice at converter.leumas.tech — every pure, offline Leumas adapter as a tool anyone can... - [Leumas Docs — @leumas/docs](https://docs.leumas.tech/p/products/docs): The public Leumas knowledge bank -- generated reference, downloadable agent skills and a flat-file read API for coding... - [Leumas iOS — @leumas/ios](https://docs.leumas.tech/p/products/ios): Leumas iOS — a Capacitor shell over leumas-web. One codebase → web + iOS. - [Leumas Studio — @leumas/studio](https://docs.leumas.tech/p/products/studio): Leumas Studio — the admin CRM (wp-admin for AI): everything Web has + Imperium config CRUD, marketplace, users/roles,... - [Leumas Web — @leumas/web](https://docs.leumas.tech/p/products/web): Leumas Web — the public hub (Google-HUD app index, social, dashboard, account, Imperium subdomains). ## Build with Leumas - [Build-knowledge — the Leumas app store: browsing it, and publishing to it](https://docs.leumas.tech/p/how-to/app-store): The store is where "everything else is a plugin" becomes real. A Studio is both a customer (it installs apps) and a... - [Building a Leumas plugin](https://docs.leumas.tech/p/how-to/build-a-plugin): The end-to-end authoring reference. app-store.md next door describes the STORE — the three layers, the review desk, the... - [Build-knowledge — item types: what the App Store can sell, and where a purchase lands](https://docs.leumas.tech/p/how-to/build-an-item-type): The store used to sell one kind of thing. Not by design — by five files each hardcoding the answer, and a sixth... - [Business Finder (@leumas/business-finder)](https://docs.leumas.tech/p/how-to/business-finder): Leumas Prospecting: find local businesses with weak/missing web presence (OpenStreetMap discovery + website analysis +... - [Consensus Groups (@leumas/consensus)](https://docs.leumas.tech/p/how-to/consensus-groups): Panels of AI members that deliberate and synthesize ONE answer. Generalizes the legacy ollama-consensus pipeline over... - [Deep Research (@leumas/research)](https://docs.leumas.tech/p/how-to/deep-research): The ecosystem's web-research pipeline: an iterative query → web-search → summarize → reflect loop (ported from the... - [Dreamer (@leumas/dreamer)](https://docs.leumas.tech/p/how-to/dreamer): The ecosystem's multi-stage ideation pipeline: a data-defined chain of LLM stages — the default is idea → expansion →... - [Build-knowledge — the Dynamic layer: a Studio owner's own code](https://docs.leumas.tech/p/how-to/dynamic-layer): @leumas/dynamic, mounted at /api/dynamic, surfaced as Studio's Dynamic domain (/admin/d/dynamic). - [Build-knowledge — Editors + Captures](https://docs.leumas.tech/p/how-to/editors-and-captures): The rule that decides everything here: the UI is never the source of truth. - [Hardware — the idea-to-reality pipeline (build knowledge)](https://docs.leumas.tech/p/how-to/hardware-pipeline): How Leumas takes a sentence ("a blinky board with an ESP32 and a temperature sensor") to a zip a fab house will build. - [Build-knowledge — the Operator Deck (/dashboard)](https://docs.leumas.tech/p/how-to/operator-deck): /dashboard is a viewport-locked HUD start screen, not a settings page: the user's operator card as the centrepiece... - [Build-knowledge — the Leviathan programmability layer](https://docs.leumas.tech/p/how-to/programmability): - A Rule (db('rules')) wires { trigger: { type, props }, actions: [{ type, props }] } with a runtime: server rules arm... - [Surveillance — enterprise architecture (build knowledge)](https://docs.leumas.tech/p/how-to/surveillance-enterprise): How the Leumas surveillance system is built and how to extend it. It scales from a single box to millions of cameras... - [Video (the merged shorts + clips engine)](https://docs.leumas.tech/p/how-to/video): The one Video capability, merged from the legacy leumas-clips (long video → transcribe → scored 9:16 clips) and... ## Skills for your coding agent - [cinematic-frontend-director](https://docs.leumas.tech/p/skills/cinematic-frontend-director): Design cinematic, 3D, award-winning Leumas frontends — heroes, splash screens, subdomain experiences — on React,... - [expose-as-mcp](https://docs.leumas.tech/p/skills/expose-as-mcp): Turn a Leumas tool, adapter, service or SDK into a distributable, priceable MCP server that any coding agent can call. - [host-a-vibe-coded-app](https://docs.leumas.tech/p/skills/host-a-vibe-coded-app): Put an app you built — with AI or otherwise — on a Leumas subdomain. - [idea-to-reality](https://docs.leumas.tech/p/skills/idea-to-reality): One sentence to a manufacturable product — enclosure, PCB and firmware, cross-checked and packaged. - [leumas-app-art](https://docs.leumas.tech/p/skills/leumas-app-art): App-store imagery for every Leumas app — store tile, listing logo, nav banner and screenshots — rendered by one... - [leumas-architecture](https://docs.leumas.tech/p/skills/leumas-architecture): Read or change the Leumas architecture graph — add a node, wire two things together, bind a node to real code. - [leumas-atlas](https://docs.leumas.tech/p/skills/leumas-atlas): Ask whether a helper, hook, client, formatter or util already exists before writing it, and what is worth refactoring... - [leumas-body](https://docs.leumas.tech/p/skills/leumas-body): The BODY primitive — a species-agnostic anatomical graph and the Human Atlas over it. - [leumas-brand-marks](https://docs.leumas.tech/p/skills/leumas-brand-marks): The creature each product and domain wears — briefing a mascot, turning it into a favicon, and the four surfaces it... - [leumas-domains](https://docs.leumas.tech/p/skills/leumas-domains): Studio and control-plane domains — the door, its tabs and sub-routes, entity kinds, the 3D room and its card counts. - [Admin surfaces](https://docs.leumas.tech/p/skills/leumas-domains/surfaces): - [leumas-entities](https://docs.leumas.tech/p/skills/leumas-entities): Write a Leumas entity — room kinds, picker types, operator models, the body/motion vocabulary, and the silent failures... - [leumas-lmx](https://docs.leumas.tech/p/skills/leumas-lmx): Write, run or extend an LMX script — the 16 interpreters, incl. lma (call any tool), lmi (ask the install), lmq... - [lma — the any-tool language](https://docs.leumas.tech/p/skills/leumas-lmx/lma): Call anything this install has. Safe mode, needs the host's tools bridge — so POST /api/lmx/run or Studio's LMX... - [lmai — the prompt-orchestration language](https://docs.leumas.tech/p/skills/leumas-lmx/lmai): Drive a language model from a script: declare prompts, force a JSON shape, branch on the answer, and account for what... - [lmg — the grid-authoring language](https://docs.leumas.tech/p/skills/leumas-lmx/lmg): Write a Leumas programming grid as text and run it. Safe mode, no bridge required — it works from the CLI, the API and... - [lmi — the install-introspection language](https://docs.leumas.tech/p/skills/leumas-lmx/lmi): Ask the running deployment what it is and what it can actually do. Safe mode, needs the host's install bridge — so POST... - [lmq — the collection query language](https://docs.leumas.tech/p/skills/leumas-lmx/lmq): Read stored data from a script. Safe mode, read-only by construction, and it needs the host's db bridge — which means... - [leumas-network](https://docs.leumas.tech/p/skills/leumas-network): Scan a network or capture packets from Leumas — nmap, wireshark, tshark, pcap, device discovery, capture filters,... - [The network capability, in full](https://docs.leumas.tech/p/skills/leumas-network/capabilities): Hand-written, not generated. Everything here is a decision or a shape that changes rarely; - [leumas-studio](https://docs.leumas.tech/p/skills/leumas-studio): What each Studio domain does per install — its tabs, its live page tools, and whether this deployment even has it. - [Accounts — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/accounts): - [Leviathan & AI — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/ai): - [App Store — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/apps): - [Assets — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/assets): - [Body — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/body): - [BulkForge — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/bulkforge): - [Cast — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/cast): - [Civic — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/civic): - [Commerce — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/commerce): - [Creator — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/creator): - [Datacenter — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/datacenter): - [Dev — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/dev): - [Devices — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/devices): - [Digital Reality — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/digital-reality): - [Infinity Displays — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/displays): - [Dynamic — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/dynamic): - [File Automation — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/file-automation): - [Forge — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/forge): - [Reasoning Graphs — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/graphs): - [Gym — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/gym): - [Hardware — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/hardware): - [Hosting — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/hosting): - [Information — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/information): - [Intelligence — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/intelligence): - [Knowledge Bank — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/knowledge): - [Library — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/library): - [LMX — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/lmx): - [Medicine — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/medicine): - [Monetization — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/monetization): - [Music — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/music): - [Installed plugins — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/plugins): - [3D Programming — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/programming): - [Prospecting — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/prospecting): - [Protocols — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/protocols): - [Revenue — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/revenue): - [Sing — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/sing): - [Splats — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/splats): - [Surveillance — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/surveillance): - [Video — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/video): - [Wardrobe — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/wardrobe): - [YouTube Generator — what you can do](https://docs.leumas.tech/p/skills/leumas-studio/domains/yt-studio): - [Studio — what each domain can do](https://docs.leumas.tech/p/skills/leumas-studio/index): - [leviathan-page-capabilities](https://docs.leumas.tech/p/skills/leviathan-page-capabilities): Give the Leviathan widget live tools to read, edit, save and drive a page's own data — the save/edit pattern every... - [threejs-leumas](https://docs.leumas.tech/p/skills/threejs-leumas): Three.js, WebGL and GLSL work inside Leumas2 — which scene rig to reuse, where 3D code may live, the pinned three... - [youtube-video-generator](https://docs.leumas.tech/p/skills/youtube-video-generator): Generate a publish-ready YouTube video or short from a topic — script, voice, captions, visuals, thumbnail and SEO — in... ## Architecture of record - [Appliances](https://docs.leumas.tech/p/architecture/appliances): What customers actually run — Leumas Studio as an EXE, a self-host and a white-label, plus Leumas Social on iOS. - [Control plane](https://docs.leumas.tech/p/architecture/control-plane): Identity, money, licences, the install fleet, the app-store review queue and moderation — everything Leumas does to or... - [Platform](https://docs.leumas.tech/p/architecture/platform): Everything Leumas puts on the internet — leumas.tech, every subdomain and every customer site, all of it Imperium...