Web App
SpendAnalyzer
A Next.js app using Prisma and Postgres to ingest transaction files and turn them into usable spending insight.
Next.jsPrismaPostgreSQL
What it is
SpendAnalyzer is a more technical product example: intake, validation, schema-backed data handling, and a user-facing interface for understanding the imported data.
It shows application thinking beyond websites and content systems.
What it signals
The stack and README show full-stack concerns: request validation, Prisma models, rate limits, and smoke testing.
- App Router + TypeScript
- Prisma + Postgres
- Validation and operational quality
Signals
- Full-stack
- Data ingestion
- Next.js
- Prisma
- PostgreSQL