DEV Community

Cover image for Building Interview OS: A Privacy-First Job Search Tracker with Next.js
Mehedy Hasan Ador
Mehedy Hasan Ador

Posted on

Building Interview OS: A Privacy-First Job Search Tracker with Next.js

Why I Built Interview OS

Job hunting gets chaotic fast.

After applying to 50+ jobs, I was juggling spreadsheets, email threads, and notes โ€” and still missing follow-ups. Existing tools were either too generic or didnโ€™t respect user privacy.

So I built Interview OS โ€” a privacy-first command center for job seekers.

Core Features

  • ๐Ÿ“‹ Kanban pipeline for tracking applications
  • ๐Ÿ“… Interview round logging with markdown notes
  • โœ‰๏ธ Smart email templates using {{placeholders}}
  • ๐Ÿ”’ Emails sent via your own SMTP
  • ๐ŸŒ Community-driven interview questions

Tech Stack

// Core stack
Next.js 16.1.1 (App Router)
TypeScript
MongoDB
Prisma
Tailwind CSS
Radix UI
Enter fullscreen mode Exit fullscreen mode

Why this stack:

  • Next.js for performance + server actions
  • MongoDB for flexible, evolving data
  • Tailwind + Radix for fast, accessible UI
  • Prisma for type-safe data access

Privacy-First by Design

Interview OS does NOT:

  • Sell user data
  • Send emails on your behalf
  • Act as a recruiter tool

Emails are sent using your SMTP, and your data stays yours.

Whatโ€™s Next

  • Better analytics for applications
  • More community-driven insights
  • Export & backup options

If you're job hunting โ€” or building tools for people who are โ€” Iโ€™d love your feedback.

๐Ÿ”— https://interviewos.xyz

Top comments (0)