Changelog

All notable changes to MatchNest are documented here.

v1.0.0

LatestApril 2025

New Features

  • Complete matrimonial platform with marketing website, member dashboard, and admin panel
  • 4-tier subscription system (Free, Silver, Gold, Platinum)
  • Smart member search with 10+ filter criteria
  • Secure real-time messaging with conversation threads
  • Photo gallery with publish/hide controls and per-plan limits
  • Interest system with accept/decline and mutual-match detection
  • Support ticket system with threaded replies
  • Comprehensive admin panel with user management, payments, and reports
  • Profile verification with KYC document upload
  • JWT-based authentication with HttpOnly cookies
  • Dark mode support across the entire dashboard
  • Documentation site (this page)

Tech Stack

  • Next.js 14+ App Router with server and client components
  • TypeScript throughout frontend and backend
  • Prisma ORM 7 with SQLite (upgrade path to PostgreSQL)
  • Tailwind CSS v4 with zero-config setup
  • jose for JWT (no NextAuth dependency)
  • Zod v4 for schema validation
  • bcryptjs for password hashing