/// Index
01Home02Projects03Tech Stack04Experience05Achievements06Contact

SYSTEM: ONLINE
V.2.0.4

Case Study // icaiac

ICAIAC 2026

Official research platform for the International Conference on AI & Computing.

TrafficHigh
SEOOptimized
Performance99/100
TypeResearch
DEMO_RECORDING
[ VIDEO ASSET REQUIRED ]

02 // Architecture Execution

Developed a high-speed landing page using Next.js, focusing on performance and core web vitals. Implemented complex layouts and smooth motion using GSAP to reflect the cutting-edge nature of the AI/Computing theme.

01 // The Problem Context

IIIT Manipur required a high-performance, professional digital hub to manage submissions, speaker details, and schedules for an international research conference.

System Stack

Next.jsGSAPTailwind CSSVercel
core_module.ts
// GSAP ScrollTrigger Configuration
useLayoutEffect(() => {
  gsap.registerPlugin(ScrollTrigger);
  gsap.from('.section', {
    opacity: 0,
    y: 50,
    stagger: 0.2,
    scrollTrigger: {
      trigger: '.container',
      start: 'top center'
    }
  });
}, []);