digitalocean/inngest-demo

forked from inngest/inngest-demo

Open original ↗

Captured source

source ↗
published Jul 1, 2025seen 5dcaptured 15hhttp 200method plain

digitalocean/inngest-demo

Description: Explore Inngest use cases with this interactive demo.

Stars: 0

Forks: 0

Open issues: 1

Created: 2025-07-01T20:37:36Z

Pushed: 2026-01-28T22:09:37Z

Default branch: main

Fork: yes

Parent repository: inngest/inngest-demo

Archived: no

README:

Inngest Demo

This is a demo application for Inngest that includes examples of use cases. You can use this as a starting point for your own application.

![screenshot.png](./screenshot.png)

Installation

You can try out this demo by installing it locally with one of the following commands:

npm create next-app@latest -- --example https://github.com/inngest/inngest-demo inngest-demo-app
# or
yarn create next-app --example https://github.com/inngest/inngest-demo inngest-demo-app
# or
pnpm create next-app@latest --example https://github.com/inngest/inngest-demo inngest-demo-app

Usage

After installing the demo, you can run it locally with the following commands:

cd inngest-demo-app

# If you used npm
npm run dev
# If you used yarn
yarn dev
# If you used pnpm
pnpm dev

Open both of the following URLs in your browser to see the demo app and the Inngest Dev Server:

Notability

notability 2.0/10

Routine fork of demo repo