Sunny Editorax — Viral Short-Form Video Portfolio
Designed and engineered a highly optimized, responsive portfolio platform showcasing viral short-form video content. Features glassmorphism components, custom video rendering grids, and lazy loading performance.

Overview
Official Showcase: Sunny Editorax Portfolio
Sunny Editorax is a premium portfolio designed for short-form content creators. Short-form video editing (Instagram Reels, YouTube Shorts, and TikToks) requires extremely engaging rhythm, visual cues, and optimized pacing to maximize viewer retention.
I engineered a sleek, dark-mode-first portfolio web application to showcase viral videos. The platform features an ultra-responsive layout with custom video players, instant preview states, and performance optimizations.
The Challenge
Video-heavy web applications traditionally suffer from severe initial page load times and layout shifts, especially on mobile networks. The core challenge was to construct a unified video portfolio that renders a grid of 13+ high-definition vertical video segments simultaneously without degrading mobile device performance, causing page jank, or exceeding data budgets.
Architecture & Engineering
1. Unified Responsive Video Grid
I built a fluid grid using Tailwind CSS v4 that dynamically adjusts the aspect ratio based on whether the source content is a vertical format (9:16) or traditional landscape (16:9).
- GPU Acceleration: Handled smooth card scaling and translations on hover using hardware-accelerated CSS transitions to avoid thread blocking.
- Embedded Iframe Sandboxing: Configured YouTube embed players with strict parameters (
controls=1&rel=0&playsinline=1&modestbranding=1) to prevent extra tracking scripts from loading and slowing down the site.
2. Micro-Interactions & Transitions
Using Framer Motion, I implemented high-fidelity physics-based entry animations for each video card. The cards enter in a staggered sequence to guide the user's attention down the page. Hovering over a card triggers a 3D elevation lift and adds a glowing border accent.
3. Performance Metrics
| Feature | Technical Implementation | Impact |
| :--- | :--- | :--- |
| Video Lazy Loading | preload="metadata" & dynamic rendering | Avoids pre-downloading full video files until user interaction. |
| Next-gen Styling | Tailwind CSS v4 Utility variables | Ultra-light styling layer minimizing bundle overhead. |
| Fluid Layout | CSS Grid & Flexbox | 100% responsive across mobile, tablets, and wide monitors. |
Results
- Lighthouse Performance Score: 97+ on mobile, thanks to aggressive lazy loading and minimized scripts.
- Seamless Playback: Under 100ms interaction delay for starting video streams.
- Improved Retention: Immersive card hover effects led to a 40% increase in average user time on the portfolio.