Skip to content
New Project

Vercel + DBOS Integration

Run durable background workflows from your Vercel app.

DeployView Demo

A template showing how to run durable background tasks on Vercel using DBOS. Contains a Next.js frontend and a serverless Vercel Functions "backend" that runs durable background workflows.

The Next.js frontend uses a DBOS Client (backed by Postgres) to enqueue workflows and display workflow status.

Periodically, a worker running in a Vercel Function checks if there are any enqueued workflows and executes them. This worker is triggered automatically by a Vercel cron, but can also be triggered through a button in the app.

GitHub
Ownerdbos-inc
Repositorydbos-vercel-integration
LicenseView License
Use Cases
Starter
Cron
Stack
Next.js
Tailwind

Related Templates

eve Personal Agent

Open source personal agent template. Web chat, Slack, iMessage, Linear, and long-term memory.
eve Personal Agent thumbnail

eve Content Agent

Draft blog posts, LinkedIn posts, release notes, and newsletters in your team's house voice without leaving Slack.
eve Content Agent thumbnail

eve Chat Template

A persisted Next.js chat template for eve, built with shadcn/ui, Tailwind CSS, Streamdown, Better Auth, Drizzle, and Neon.
eve Chat Template thumbnail
DeployView Demo