Analytics Dashboard
Tech stack: Next.js, PostgreSQL
The application is a proof of concept for a project-management-style product with analytics views. Authentication uses magic links: time-limited URLs sent by e-mail so that users need not maintain passwords for this prototype.
Next.js 14 provides rendering and API routes; PostgreSQL holds relational data, supports reporting queries, and preserves referential integrity. The dashboard presents project metrics through charts and configurable widgets; scope included progress, resourcing, and schedule-related views as demonstration content.
The design explored SSR/SSG trade-offs, component structure, and a database layout suited to reporting. Features sketched for the PoC included export and collaboration hooks; the emphasis was on a credible stack and auth model rather than a full product specification.

