Experimenting with Inngest

https://nextjs-with-inngest.vercel.app

The goal is to write simple NextJS application, which:

  1. creates a job with server action
  2. redirects user to job page
  3. on client starts polling job state and shows it (didn't do it yet, not necessary for experiment)

Notes

Running locally

You will need Vercel's KV

  1. npm install - installs dependencies
  2. cp .env.example .env.local - and update KV_* vars
  3. npm dev - starts local server and Inngest development server