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.
Yjs-backed collaborative-text CRDT adapter for @absolutejs/sync
Threaded comments pack for @absolutejs/sync — per-resource ACL-scoped, author/moderator gates, optional CRDT bodies
Automerge-backed collaborative-text CRDT adapter for @absolutejs/sync
Scheduled per-actor digest pack for @absolutejs/sync — cron-fired, cursor-managed, transport-agnostic
Postgres LISTEN/NOTIFY cluster bus for @absolutejs/sync — horizontal scale across instances without standing up Redis
Loro-backed collaborative-text CRDT adapter for @absolutejs/sync
Per-channel live presence pack for @absolutejs/sync — heartbeat-driven, scoped, TTL-cleaned, with cursor + typing state patches
Per-actor inbox pack for @absolutejs/sync — notify, mark-read, scoped reads, optional TTL auto-archive
Read-set-tracked live counters for @absolutejs/sync — define a compute function, get a reactive count derived from host tables
Per-actor saved-resources pack for @absolutejs/sync — favorite/unfavorite/pin/list with optional join to host resources
Shared helpers for @absolutejs/sync packs — resolveActor, requireRowOwner/Moderator, createInMemoryStore, and other patterns extracted from the official packs
@mention parser pack for @absolutejs/sync — extracts @usernames from a body, writes per-actor mention rows, fires an onMention hook that composes with the notifications pack
Redis pub/sub ClusterBus for @absolutejs/sync — cross-instance fan-out via PUBLISH/SUBSCRIBE. Sibling to @absolutejs/sync-bus-pg; faster fanout, better geo-replication story. Works with any Redis client (ioredis, node-redis, etc.) via a narrow tag-templat
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
Standalone RAG ingestion, sync, retrieval, evaluation, clients, and framework adapters extracted from AbsoluteJS
Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.
A fullstack meta-framework for building web applications with TypeScript
Voice primitives and Elysia plugin for AbsoluteJS
Multi-vendor CRM adapter framework for AbsoluteJS
A tiny (183B to 210B) and fast utility to ascend parent directories
A Node.js communication port that can pass messages synchronously between workers
A tiny (195B to 220B) utility to recursively list all (total) files in a directory
Find the first file matching a given pattern in the current directory or the nearest ancestor directory.