Event‑driven workflow platform. Define asynchronous flows using functions. Supports retries, delays, and batching. Deploy anywhere that supports HTTP.
Inngest is an event‑driven workflow platform. Define asynchronous flows using functions. For example, after user signup, trigger a series of steps: send email, create record, notify Slack. Inngest handles retries, delays, batching, and at‑least‑once delivery.
I used Inngest for an e‑commerce order flow: after payment, reduce inventory, create shipping label, send email. If a step fails, Inngest retries automatically. All logic in TypeScript, deployed on Vercel.
Inngest simplifies complex asynchronous flows into functions, letting you focus on business logic.
Pro tip: Batching merges multiple events into one request—great for bulk operations. Free 5,000 executions are sufficient for early‑stage projects.