A suite of developer tools for building and operating distributed systems.
| Product | Description | Package |
|---|---|---|
| Check | Health checking and validation | @staydistributed/check |
| Signal | Event signalling | @staydistributed/signal |
# Install the suite CLI
npm install -g @staydistributed/stay
# List available tools
stay list
# Install a product
stay check init
# Use it
stay check versionFull documentation is available at suite.staydistributed.com.
pnpm install
pnpm build
pnpm test
pnpm docs:dev # Start docs dev serverMIT