Skip to content

LATE EDITION · FRIDAY, 24 JULY 2026 · No. 605 · PRICE: FREE (MIT LICENSE)

KOLKATA · localhost:3000

The Daily Commit

BUILT TO SHIP, SHIPPED TO LAST

BREAKING
← SECTION B · ALL PROJECTS

PROFILEPULSE · AI · WEB APP · 2025

READING TIME: SHORTER THAN YOUR CI

A Privacy-First ATS Resume Analyzer

Upload a resume, get an ATS-style report across five dimensions. The processing engine is in-memory and privacy-first — files never touch a database — wired end-to-end with type-safe tRPC and TanStack Query.

A Privacy-First ATS Resume Analyzer

OVERVIEW

Summary

ProfilePulse is an AI-powered ATS resume analyzer that shows you what the machine sees — scored across five dimensions — without ever storing your file.

The processing engine runs entirely in memory, wired end-to-end with type-safe tRPC.

01

Why I built it

Applicant tracking systems reject resumes before a human reads them, and candidates rarely learn why. I wanted to make that gate legible — and to do it without asking people to upload sensitive documents to a database.

02

What it does

A five-dimensional analysis engine scoring keywords, impact, readability, and more, plus a PDF parser that matches against a library of 170+ skills to surface gaps and strengths.

03

Under the hood

Everything is processed in memory and discarded — the privacy story is architectural, not a policy footnote.

tRPC gives end-to-end type safety from the parser to the UI, and TanStack Query manages the request lifecycle.

04

The outcome

A tool that turns an opaque, anxiety-inducing gate into concrete, actionable feedback — trustworthy by construction, because nothing is ever stored.

TAKE A LOOK

See ProfilePulse for yourself.