Skip to content

Queuebase

Background job processing for your app. Define jobs with Zod schemas, enqueue them with a type-safe client, and let Queuebase handle the rest.

Type-safe

Define job inputs with Zod schemas. Get full type inference on your client — from enqueue to handler.

Callback model

Your app defines handlers at a webhook endpoint. Queuebase stores, schedules, and calls back to execute. Same flow in dev and production.

Framework-agnostic

First-class support for Next.js and Node.js (Express, Fastify). More frameworks coming soon.

Zero config dev

Run npx queuebase dev to start a local server with SQLite. No external services needed.