📄️ Event-Driven Architecture: Why Your App Needs It
Discover why synchronous request-response patterns break under real-world pressure — and how event-driven architecture solves it. A beginner-friendly introduction with real-world examples.
📄️ Events, Queues, and Workers: The Building Blocks
Learn the three core components of any event-driven system — events, queues, and workers — through real-world analogies and TypeScript examples before you write a single line of Inngest code.
📄️ Inngest: What It Is and How It Fits In
Position Inngest precisely in the landscape of queues, job runners, and workflow engines. Understand the mental model — events, functions, and steps — before writing a single line of code.
📄️ Your First Inngest Function: From Zero to Running
Install the Inngest SDK, create your first function, fire your first event, and watch it run in the Dev Server — step by step, explained at every turn.
📄️ Steps: Breaking Work into Durable Units
Master step.run() — Inngest's core building block. Learn how steps are checkpointed, how they share data, how to run them in parallel, and the critical rules that keep your functions correct.