Tech Stack
Key Features
System Architecture
Prolance leverages Next.js 14 for both server-side rendering and static site generation, ensuring fast initial page loads and optimal SEO across all public routes. The backend is a decoupled Node.js / Express REST API that handles authentication, job postings, and community data. MongoDB Atlas provides schema-flexible storage perfect for dynamic community and job data. API routes are protected via JWT middleware, and all calls are optimized with query pagination and server-side caching via Next.js API routes.
Impact & Metrics
Replaced 5+ fragmented tools for students and recruiters with one platform
Streamlined the talent discovery and hiring pipeline significantly
SEO-optimized pages driving organic discovery through search
Sub-second load time on Vercel Edge Network globally
Challenges & Solutions
Managing high volumes of community discussions and real-time job postings without degrading performance.
Implemented cursor-based pagination and server-side caching via Next.js API routes, significantly reducing MongoDB query load and improving response times.