cd /news/ai-agents/building-nod-with-vercel-and-amazon-… · home topics ai-agents article
[ARTICLE · art-43864] src=dev.to ↗ pub= topic=ai-agents verified=true sentiment=↑ positive

Building Nod With Vercel And Amazon Aurora PostgreSQL

Nod, an approval API for AI agents, scripts, and workflows, was built on Vercel with Amazon Aurora PostgreSQL as its database. The web app's dashboard allows teams to manage approvals, while Aurora ensures data correctness and lifecycle management for approval states. The backend uses AWS Lambda workers for notifications, callbacks, and expiration handling.

read1 min views1 publishedJun 29, 2026

Nod is an approval API for AI agents, scripts, and workflows.

The idea is simple:

We built the web app on Vercel. The dashboard lets teams manage:

For the database, we used Amazon Aurora PostgreSQL. Nod needs a strong relational database because approval data must be correct. An approval is not just a UI card. It has a lifecycle.

pending -> approved
pending -> rejected
pending -> expired
pending -> canceled

Aurora stores the source of truth:

The backend runs on AWS with Lambda workers. One worker sends Slack notifications. Another sends signed callbacks. Another expires old approvals.

A typical flow looks like this:

App or agent
  -> Nod API
  -> Aurora PostgreSQL
  -> Slack or web approval
  -> Signed callback
  -> App continues

Vercel helped us move fast on the user experience. Aurora gave us the reliable data layer needed for real approvals. Together, they helped us build Nod as infrastructure, not just a demo.

── more in #ai-agents 4 stories · sorted by recency
── more on @nod 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/building-nod-with-ve…] indexed:0 read:1min 2026-06-29 ·