n8n × Next.js Quick Demo
Press the button below—here’s what happens:
- We
POST /api/n8nui
, a thin proxy to your n8n Webhook. - n8n replies with an xid, so we redirect to
/n8nui/<xid>
. - That page polls the n8n Executions API and lets you resume the Wait node.
Source code on Code referencepage source