Nur Al-Iman is a content-heavy Islamic web platform serving Quran, Azkar, and educational articles. All 6,236 Quran ayahs are statically generated at build time (Next.js SSG), resulting in fast initial loads. The audio player syncs highlighted ayahs to playback position using the Web Audio API timeupdate event — frame-accurate without any polling. The RTL layout is built-first, not retrofitted, using logical CSS properties throughout. Lighthouse scores (mobile): Performance 85, Accessibility 96, Best Practices 100, SEO 100.
Demonstrates three advanced capabilities rarely combined: RTL-first layout engineering, Web Audio API integration with UI sync, and static generation of a large content dataset. A 96/100 accessibility score on an Arabic-language site — the highest across all four projects — shows genuine commitment to inclusive engineering.