Things you install into an application. Most carry no dependencies at all; the ones that do depend only on another package here, and say so on their own page.
Utilities, serialisation, a state-and-events primitive, caching, and in-process monitoring — each reachable on its own.
@ecosy/httpA fetch client with interceptors, a normalised response, XHR uploads with progress, and a chainable action builder.
@ecosy/nextRoute handlers, dependency injection, boot ordering and typed errors for Next.js App Router.
@ecosy/ormA small SQL ORM — schema-inferred entities, repositories, transactions, and a driver you inject.
@ecosy/scheduleBetaCron scheduling driven by a data source — handlers, HTTP calls or scripts, with retries, coordination and hooks.
@ecosy/packBetaMirror an npm CDN through your own origin — resolve, fetch, rewrite specifiers, cache, and search.
@ecosy/storeSlices, reducers and typed actions over a pub/sub store — framework-agnostic, no provider required.
@ecosy/reactReact components — a list renderer with checked item props, and an SVG icon factory.
@ecosy/styledOne styling API for React and React Native — shorthand props, sx, variants, responsive values and theming.
@ecosy/loggerA logger built from a format and a set of deliveries — ten wire standards, any destination.
@ecosy/jsonA JSONPath engine, plus a query layer with pipes, aggregations, fallbacks and string interpolation.
@ecosy/datekitA headless calendar engine — Date with 1-based months, plus day, month and year objects that generate grids.
@ecosy/mailerAn email builder with its own template directives, retry and rate limiting — over any transport.