What problem does it solve?
This Skill provides expert assistance in developing the frontend UI for the Neural Portfolio project, focusing on Next.js, UI components, and seamless integration with a 3D scene.
Core Features & Use Cases
- Next.js 15 App Router Expertise: Develop using modern Next.js features like Server Components and explicit
'use client' directives.
- UI Component Development: Create reusable UI components styled with Tailwind CSS, including interactive elements that overlay a 3D canvas.
- State Management: Utilize Zustand for efficient global state management within the application.
- Animation Integration: Implement smooth animations for UI elements using GSAP.
- Use Case: Develop a new interactive panel that slides in from the right side of the screen when a user selects a neuron in the 3D portfolio, displaying detailed information about that neuron.
Quick Start
Use the frontend-dev skill to create a new 'InfoPanel' component that displays neuron details and animates in when isPanelOpen is true.