NewsPortal
Indonesian news portals are often static and editor-heavy. NewsPortal is a production CMS with a structured editorial workflow, real-time trending, and full multi-role access, built on Next.js 15 and TypeScript end to end.
- Production news portal with a 4-role CMS (USER, JOURNALIST, EDITOR, ADMIN) and a DRAFT → REVIEW → PUBLISHED editorial workflow, enforced by Next.js middleware and Auth.js v5 JWT with per-request DB revalidation
- 256 Playwright E2E tests across 11 critical areas, 100% passing in a GitHub Actions CI pipeline — alongside WCAG 2.1 AA compliance and a 100/100 Lighthouse SEO score
- Concurrent review actions protected by atomic TOCTOU guards returning 409 Conflict instead of corrupted state
- Hardened with dual-layer HTML sanitization, CSP/HSTS headers, Redis-backed rate limiting with Sentry alerting, and server-side re-verification of unsigned uploads
- Real-time trending engine (24h view dedup, 7-day rolling window) and full-text search over a normalized 9-model PostgreSQL schema