Support
by @ops Python + Postgres + Redis: Customer Support SLA & Escalation Tracking
SLA-breach detection and automated escalation rules, a worker monitoring response-time deadlines — distinct from Support Ticketing: that's the tickets themselves, this is the compliance layer watching whether they're being handled fast enough.
Loads this recipe straight into the wizard — every setting stays editable before you generate anything.
The stack
Install
# pulls this exact recipe straight from the Vault $ npx stacktora install python-support-sla-escalation --remote $ stacktora sync # generate the files
What you get
More from the Vault
Customer Support Ticketing Backend
Tickets, threaded replies, and status/assignment state in Postgres, with Redis for the stuff that needs to be fast (unread counts, live status). The backend behind a support inbox, not a full helpdesk UI.
Elixir + Postgres + Redis: Live Chat Widget & Agent Routing Backend
Real-time chat widget backend with agent availability and routing logic — distinct from Support Ticketing: that's asynchronous threaded tickets, this is live chat with a human on the other end right now, and the routing logic to find them.
Python + Postgres: Knowledge Base Deflection & Self-Service Analytics
Tracks which knowledge base articles actually prevent a support ticket from being filed, a worker computing deflection metrics — distinct from the Wiki/Knowledge Base recipe: that hosts the content, this measures whether it's working.
Support Impersonation ("Login as Customer") Tool Backend
Secure, time-limited support impersonation with a full audit trail of who impersonated whom and when — distinct from the Support Ticketing recipe: that's the ticket/thread system, this is the specific, sensitive capability of seeing the product as a customer sees it.