Skip to content
GitHubXDiscord

Guide

Triggery is a declarative orchestration layer for the parts of an app that aren’t UI and aren’t state — the “when X and Y, do Z” logic that usually ends up scattered across useEffect, sagas, listener middleware and ad-hoc event buses.

This guide takes you from zero to fluent. If you’ve used useEffect for side effects before, you’ll find familiar shapes here; what’s new is the structure that makes them readable, testable and tool-aware.