Marketing site for DelayKit — a library for durable scheduled actions in Next.js.
cp .env.example .env.local # fill in POSTHOOK_API_KEY + POSTHOOK_SIGNING_KEY
docker compose up -d # Postgres for the live poller widget
npm install
npm run db:push
npm run devThe dev server picks the next free port (usually http://localhost:3000).
- Next.js 16 (App Router)
- Tailwind CSS v4
- Drizzle ORM + Postgres — backs the live "fire" poller widget in the header
delaykitand@posthook/node— running in the site itself as a working demo