Multi-tenant Bun runtime substrate for PaaS providers — spawn isolated child Bun processes per tenant, idle-kill, metric emit. The library SB-6 surfaces between isolated-jsc + sync and the hosted product downstream.
Multi-tenant connection routing primitive for Bun PaaS gateways. Consistent-hash tenant→shard, per-tenant connection cap, per-tenant rate limit, healthy-shard skip. The library that goes in front of N @absolutejs/runtime instances.
Per-tenant cost-attribution + budget enforcement for multi-tenant runtimes. Consumes handlerMetrics from @absolutejs/sync and spawn/idle/exit events from @absolutejs/runtime; rolls up CPU-ms, bytes egress, hibernation-GB-seconds per tenant; trips a circui
Voice primitives and Elysia plugin for AbsoluteJS
A fullstack meta-framework for building web applications with TypeScript
Standalone RAG ingestion, sync, retrieval, evaluation, clients, and framework adapters extracted from AbsoluteJS
AI runtime, providers, streaming, and framework adapters extracted from AbsoluteJS
Realtime media primitives for AbsoluteJS
Shared linked-provider credential and resolver contracts for AbsoluteJS packages
Discord voice source adapter for @absolutejs/meeting — a bot joins a Discord voice channel and streams per-participant audio (speakers known, no diarization needed) into the meeting core for live transcription + analysis
babel's modular runtime helpers
ESLint plugin for AbsoluteJS
Multi-vendor CRM adapter framework for AbsoluteJS
Runtime for Regenerator-compiled generator and async functions.
Tiny shared OpenTelemetry substrate for the AbsoluteJS ecosystem. Type-replicates @opentelemetry/api's Tracer/Span shape, ships noop implementations + a tracerOrNoop helper + a zero-dep OTLP-HTTP-JSON span exporter (/otlp-http subpath), and pins ABS_ATTRS
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
AssemblyAI speech-to-text adapter for @absolutejs/voice
Lightweight reactive-push and write-behind-cache primitives for Elysia and the AbsoluteJS ecosystem — kill polling and keep a remote store off your hot path, without adopting a whole sync-engine backend.
Runtime agnostic JS utils
👷 workerd, Cloudflare's JavaScript/Wasm Runtime
An authorization library for absolutejs
Module federation runtime package collection. You can just install it instead of installing all the packages separately.
JavaScriptCore-native sandbox for Bun — heap-isolated execution for untrusted code, isolated-vm-shaped API
babel's modular runtime helpers with core-js@3 polyfilling