Precise Triggers
Sub-minute automations for monday.com
Multi-tenant SaaS that was published on the monday.com marketplace (now archived). Solved a real platform limitation: monday.com cannot trigger automations at exact times. It monitored DateTime columns and fired actions (status change, notification, webhook) at the precise moment configured by the user, with millisecond-precision scheduling.
- Multi-tenant architecture with full data isolation by account_id
- Separate worker process from web server (independently scalable)
- OAuth 2.0 tokens encrypted at rest (AES-256-GCM), HMAC webhook verification
- BullMQ job scheduling with Dead Letter Queue and graceful shutdown with queue draining
- Per-tenant rate limiting (Redis sliding window), orphaned trigger detection, data retention policies
- Property-based testing (fast-check) on critical business rules, Vitest + Testing Library
- Integrated billing via Stripe with free trial and per-account limits
- Infra: Docker multi-stage build, Caddy reverse proxy, Hetzner VPS, automated daily backups
