# How we built ThreatLedger — AI-powered NDR on AWS Aurora + Vercel in 72 hours

> Source: <https://dev.to/venkat_sathu_7cdef46cf105/how-we-built-threatledger-ai-powered-ndr-on-aws-aurora-vercel-in-72-hours-4212>
> Published: 2026-06-29 20:44:07+00:00

*This post was created for the purposes of entering the H0: Hack the Zero Stack Hackathon. #H0Hackathon*

Small businesses face the same network threats as enterprises but can't afford $100K/year NDR tools. We built ThreatLedger to change that.

ThreatLedger is a cloud-native Network Detection and Response dashboard that turns raw security logs into actionable threat intelligence using AI.

**Live demo:** [https://threatledger-app.vercel.app](https://threatledger-app.vercel.app)

Aurora gave us a production-ready database from day one. We enabled pgvector for future semantic search across 21,742 IP reputation records. The Prisma + Aurora combination gave us type-safe queries with zero configuration overhead.

Getting Prisma 7 working with Aurora on Vercel's serverless environment required configuring PrismaPg adapter with connection pooling and handling SSL correctly.

Semantic similarity search using pgvector, MITRE ATT&CK mapping, and real-time log streaming.

*Built for the H0: Hack the Zero Stack Hackathon #H0Hackathon*
