Touchless facial-recognition attendance with FaceNet embeddings and pgvector cosine-similarity matching.
A Next.js 16 kiosk + admin client over a FastAPI/DeepFace backend that extracts 128-D FaceNet embeddings and matches them by pgvector cosine distance (≤ 0.40 threshold), with a warm psycopg3 pool that eliminates Neon's cold-start handshake and GitHub Actions CI/CD auto-deploying the ML backend to Hugging Face Spaces.
Next.js 16 + Neon serverless Postgres tracker for AI-tool usage quotas and renewal cycles.
NextAuth v5 JWT auth, IST-correct SQL auto-reset logic for quota renewal, and retry-with-exponential-backoff resilience against Neon serverless cold-starts surfaced as a "waking database" UI.
Premium Next.js 16 / React 19 finance dashboard with a bespoke "Midnight Ledger" glassmorphism design system.
A typed Context + useReducer store, role-based access control (Admin/Viewer), Recharts analytics (6-month trends, category donut, net-savings), client-side CSV/JSON export and Framer Motion microinteractions.
Swiss–Japanese fine-dining site with a strict 12-column editorial grid and a custom parallax cursor.
International-typographic design system, IntersectionObserver scroll reveals, a scroll-spy nav, and a hardware-accelerated mix-blend-difference cursor gated to fine-pointer devices with a 3D parallax hero tilt.
Tactile interactive wall-calendar with range selection, contextual notes and full keyboard accessibility.
A custom date-range selection state machine (date-fns), a contextual notes system with versioned localStorage schema migration, keyboard-first roving focus, and a Vitest + Testing Library suite.
Real-time weather dashboard with 5-day forecasts and global city monitoring on the keyless Open-Meteo API.
Automatic geolocation with graceful fallback, a debounced city typeahead, concurrent multi-city fetches via Promise.all, °C/°F + dark-mode toggles hydrated from localStorage, and skeleton loading states.
Smart Task Tracker
LiveCodeFull-stack Django REST Framework + React task platform with JWT auth, RBAC, soft-delete and activity logging.
SimpleJWT access/refresh rotation, role-based access control with object-level permissions, soft-delete for audit-safe recovery, signal-driven activity logging, and a Gunicorn/WhiteNoise + PostgreSQL production deploy.
Personal Finance Tracker
LiveCodeNext.js 15 finance dashboard with MongoDB aggregation-pipeline analytics, budgeting and Recharts visualizations.
Server-side analytics via MongoDB Aggregation Pipelines (6-month trends, budget-vs-actual), a spending-insights engine with tiered budget alerts, and React Hook Form + Zod-validated CRUD on shadcn/ui.