TypeScript SDK
Installing
npm install inngest
Source code
Our TypeScript SDK and its related packages are open source and available on Github: inngest/inngest-js.
Supported Versions
All versions >=v0.5.0 (released October 5th 2022) are supported.
If you'd like to upgrade, see the migration guide.
Official libraries
- inngest - the Inngest SDK
 - @inngest/eslint-plugin - specific ESLint rules for Inngest
 - @inngest/middleware-encryption - middleware providing E2E encryption
 
Examples
Frameworks
- Astro
 - Bun.serve()
 - Fastify
 - Koa
 - NestJS
 - Next.js (app router)
 - Next.js (pages router)
 - Nuxt
 - Remix
 - SvelteKit
 
Middleware
Community libraries
Explore our collection of community-created libraries, offering unofficial but valuable extensions and integrations to enhance Inngest's functionality with various frameworks and systems.
Want to be added to the list? Contact us!
- nest-inngest - strongly typed Inngest module for NestJS projects
 - nuxt-inngest - Inngest integration for Nuxt