Skip to content
The Statocysts octopus mascot routing one event to multiple provider endpoints.The Statocysts octopus mascot routing one event to multiple provider endpoints.

Statocysts

The sensory organ for your infrastructure — route every notification with one URL.

One API · Unified delivery

One notification model. Every delivery target.

Section titled “One notification model. Every delivery target.”

Address providers with protocol URLs, fan out deliveries in parallel, and inspect every failed target through one consistent API.

Unified targets

Describe providers and recipients with one consistent format.

Parallel delivery

Attempt every target concurrently without blocking the rest.

Collected failures

Return every failed delivery together for easier handling and diagnosis.

Terminal window
pnpm add statocysts
notify.ts
import { send } from 'statocysts'
await send(process.env.SLACK_TARGET!, {
title: 'Deployment complete',
body: 'Production is healthy.',
})

Keep complete target URLs in environment variables or a secret store.

Read the complete getting started guide →