I'm building Hot Dev, a backend workflow platform.
- Hot: a functional, expression-based language w/ types for easy integrations and built-in parallel constructs
- Event Handlers drive execution `on-event: "user:created"`
- Scheduled Events `schedule: "every hour"`
- MCP: Turn any Hot function into an MCP Tool
- API: Real-time access to running tasks; subscribe to workflow Streams with SSE updates
- Observability: System-level dashboard; Call-level tracing; Alerts to email, Slack, PagerDuty, or webhook
- Develop locally, push to production with `hot deploy`
- Coming Soon: Hot Box - run any OCI container as a Hot function