digitalocean/inngest-demo
forked from inngest/inngest-demo
Captured source
source ↗published Jul 1, 2025seen 5dcaptured 14hhttp 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.

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:
- Demo App (http://localhost:3000 )
- Inngest Dev Server (http://localhost:8288)
Notability
notability 2.0/10Routine fork of demo repo