Choose a package
Healthcheck packages
Section titled “Healthcheck packages”| You need to… | Install |
|---|---|
| define checks, collectors, scopes, reports, and serialization | @nexload-sdk/healthcheck |
| inspect Node processes, cgroups, TCP, or DNS | @nexload-sdk/healthcheck-node |
identify Bun and observe a Bun.serve server | @nexload-sdk/healthcheck-bun |
| expose Next.js App Router health or metrics handlers | @nexload-sdk/healthcheck-next |
| render Prometheus or OpenMetrics text | @nexload-sdk/healthcheck-prometheus |
| convert reports into OpenTelemetry-friendly records | @nexload-sdk/healthcheck-otel |
| include a small Payload Local API query in readiness | @nexload-sdk/healthcheck-payload |
Node probes do not create an HTTP endpoint. Use your framework or the Next.js package for route handlers. Prometheus and OpenTelemetry are separate integrations; install only the output format you use.
Payload packages
Section titled “Payload packages”| You need to… | Install |
|---|---|
| add managed slugs, Jalali date UI, or integer minor-unit money fields | @nexload-sdk/payload-fields |
| compile semantic editor intent into Payload Lexical features | @nexload-sdk/payload-editor |
| share canonical field validation between Payload and Zod contracts | @nexload-sdk/payload-schema |
| expose typed contract-first custom operations through Payload and its SDK | @nexload-sdk/payload-operations |
Read Choose a Payload package when two of these packages appear to overlap.