premium-frontend-ui
github/awesome-copilot
Craft award-level web experiences with advanced motion, typography, and performance-optimized architecture.
What is premium-frontend-ui?
A comprehensive guide for building immersive, high-performance frontend UIs with intentional visual identity, scroll-driven animations, and micro-interactions. Use this when creating premium landing pages, interactive portfolios, or specialized components that demand top-tier visual polish and flawless performance.
- Generate scroll-driven narratives using pinned containers, parallax mapping, and horizontal journeys tied to user scroll progress
- Implement high-fidelity micro-interactions including magnetic components, custom cursor tracking, and dimensional hover states
- Architect entry sequences with preloaders and hero sections featuring full-bleed layouts and cascading typography animations
- Create fluid, contextual navigation with scroll-reactive sticky headers and rich hover previews
- Apply performance-optimized animations using only transform and opacity properties with hardware acceleration
- Enforce premium typography with extreme scale contrast, variable fonts, and atmospheric texture overlays
How to install premium-frontend-ui
npx skills add https://github.com/github/awesome-copilot --skill premium-frontend-ui- Understanding of CSS transforms, opacity, and hardware acceleration concepts
- Familiarity with one of: GSAP (vanilla/Astro), Framer Motion (React), or equivalent animation library
- Knowledge of scroll event handling or scroll-trigger libraries
- Basic understanding of responsive design and media queries
How to use premium-frontend-ui
- 1.Define the emotional resonance and visual identity for your UI (e.g., Editorial Brutalism, Organic Fluidity, Cyber/Technical, or Cinematic Pacing)
- 2.Architect the structural layers: entry sequence with preloader, hero section with full-bleed layout, and contextual navigation
- 3.Implement scroll-driven animations using pinned containers, parallax mapping, and horizontal journeys tied to scroll progress
- 4.Add micro-interactions: magnetic components that pull toward cursor, custom cursor tracking with lerp interpolation, and dimensional hover transforms
- 5.Apply typography hierarchy with extreme scale contrast using clamp() functions and premium variable fonts
- 6.Optimize performance by animating only transform and opacity, applying will-change selectively, and wrapping heavy animations in prefers-reduced-motion media queries
Use cases
- Building award-level landing pages with scroll-pinned sections and staggered component reveals
- Creating interactive portfolios with magnetic buttons and custom cursor tracking that responds to mouse position
- Designing cinematic hero sections with full-viewport imagery, slow cross-fades, and scroll-dependent storytelling
- Implementing smooth-scroll experiences with parallax depth layers and horizontal gallery transitions
- Developing touch-friendly responsive UIs that gracefully degrade heavy animations on mobile devices
- Frontend engineers building premium, high-end web applications
- Product designers implementing Awwwards-style interactive experiences
- React/Next.js developers using Framer Motion and scroll animation libraries
- Vanilla JavaScript developers leveraging GSAP and Lenis for scroll control
- Teams prioritizing both aesthetic excellence and Core Web Vitals performance
premium-frontend-ui FAQ
For React/Next.js: Framer Motion, Lenis, and React Three Fiber. For vanilla/HTML/Astro: GSAP, vanilla Lenis via CDN, and SplitType for typography chunking.
Only animate transform and opacity properties to avoid layout recalculation. Use will-change intelligently on moving elements, apply hardware acceleration, and wrap continuous animations in @media (prefers-reduced-motion: no-preference) for accessibility.
Editorial Brutalism (high-contrast monochromatic), Organic Fluidity (soft gradients and glassmorphism), Cyber/Technical (dark mode with neon accents), and Cinematic Pacing (full-viewport imagery with scroll-dependent storytelling).
Use full-bleed containers (100vh/100dvh), wrap headlines by word or character for cascading animations, and add subtle floating elements or background clipping paths to create depth behind primary copy.
Yes. Wrap custom cursor logic and heavy hover animations in @media (hover: hover) and (pointer: fine) to ensure pristine performance and usability on touch devices.
Full instructions (SKILL.md)
Source of truth, from github/awesome-copilot.
name: premium-frontend-ui description: 'A comprehensive guide for GitHub Copilot to craft immersive, high-performance web experiences with advanced motion, typography, and architectural craftsmanship.' metadata: author: 'Utkarsh Patrikar' author_url: 'https://github.com/utkarsh232005'
Immersive Frontend UI Craftsmanship
As an AI engineering assistant, your role when building premium frontend experiences goes beyond outputting functional HTML and CSS. You must architect immersive digital environments. This skill provides the blueprint for generating highly intentional, award-level web applications that prioritize aesthetic quality, deep interactivity, and flawless performance.
When a user requests a high-end landing page, an interactive portfolio, or a specialized component that requires top-tier visual polish, apply the following rigorous standards to every line of code you generate.
1. Establishing the Creative Foundation
Before generating layout code, ensure you understand the core emotional resonance the UI should deliver. Do not default to generic, unopinionated code.
Commit to a strong visual identity in your CSS and component structure:
- Editorial Brutalism: High-contrast monochromatic palettes, oversized typography, sharp rectangular edges, and raw grid structures.
- Organic Fluidity: Soft gradients, deeply rounded corners, glassmorphism overlays, and bouncy spring-based physics.
- Cyber / Technical: Dark mode dominance, glowing neon accents, monospaced typography, and rapid, staggered reveal animations.
- Cinematic Pacing: Full-viewport imagery, slow cross-fades, profound use of negative space, and scroll-dependent storytelling.
2. Structural Requirements for Immersive UI
When scaffolding a page or generating core components, include the following architectural layers to transform a standard page into an experience.
2.1 The Entry Sequence (Preloading & Initialization)
A blank screen is unacceptable. The user's first interaction must set expectations.
- Implementation: Generate a lightweight preloader component that handles asset resolution (fonts, initial images, 3D models).
- Animation: Output code that transitions the preloader away fluidly—such as a split-door reveal, a scale-up zoom, or a staggered text sweep.
2.2 The Hero Architecture
The top fold must command attention immediately.
- Visuals: Output code that implements full-bleed containers (
100vh/100dvh). - Typography Engine: Ensure headlines are broken down syntactically (e.g., span wrapping by word or character) to allow for cascading entrance animations.
- Depth: Utilize subtle floating elements or background clipping paths to create a sense of scale and depth behind the primary copy.
2.3 Fluid & Contextual Navigation
- Implementation: Do not generate standard static navbars. Output sticky headers that react toscroll direction (hide on scroll down, reveal on scroll up).
- Interactivity: Include hover states that reveal rich content (e.g., mega-menus that display image previews of the hovered link).
3. The Motion Design System
Animation is not an afterthought; it is the connective tissue of a premium site. Always implement the following motion principles:
3.1 Scroll-Driven Narratives
Generate code utilizing modern scroll libraries (like GSAP's ScrollTrigger) to tie animations to user progress.
- Pinned Containers: Create sections that lock into the viewport while secondary content flows past or reveals itself.
- Horizontal Journeys: Translate vertical scroll data into horizontal movement for specific galleries or showcases.
- Parallax Mapping: Assign subtle, varying scroll-speeds to background elements, midground text, and foreground imagery.
3.2 High-Fidelity Micro-Interactions
The cursor is the user's avatar. Build interactions around it.
- Magnetic Components: Write logic that calculates the distance between the mouse pointer and a button, pulling the button towards the cursor dynamically.
- Custom Tracking Elements: Generate custom cursor components that follow the mouse with calculated interpolation (lerp) for a smooth drag effect.
- Dimensional Hover States: Use CSS Transforms (
scale,rotateX,translate3d) to give interactive elements weight and tactile feedback.
4. Typography & Visual Texture
The aesthetics of your generated code must reflect premium craftsmanship.
- Type Hierarchy: Enforce massive contrast in scale. Headlines should utilize extreme sizing (
clamp()functions spanning up to12vw), while body copy remains incredibly crisp (16px-18pxminimum). - Font Selection: Always recommend or implement highly specified variable fonts or premium typefaces over system defaults.
- Atmospheric Filters: Implement CSS/SVG noise overlays (
mix-blend-mode: overlay, opacity0.02 - 0.05) to remove digital sterility and add photographic grain. - Lighting & Glass: Utilize
backdrop-filter: blur(x)combined with ultra-thin, semi-transparent borders to create modern, frosted-glass depth.
5. The Performance Imperative
A beautiful site that stutters is a failure. Enforce strict performance guardrails in all generated code:
- Hardware Acceleration: Only animate properties that do not trigger layout recalculations:
transformandopacity. Code that animateswidth,height,top, ormarginshould be fiercely avoided. - Render Optimization: Apply
will-change: transformintelligently on complex moving elements, but remove it post-animation to conserve memory. - Responsive Degradation: Wrap custom cursor logic and heavy hover animations in
@media (hover: hover) and (pointer: fine)to ensure pristine performance on touch devices. - Accessibility: Wrap heavy continuous animations in
@media (prefers-reduced-motion: no-preference). Never sacrifice user accessibility for aesthetic flair.
6. Implementation Ecosystem
When the user asks you to implement these patterns, leverage industry-standard libraries tailored to their framework:
For React / Next.js Targets
- Structure the application to support Framer Motion for layout transitions and spring physics.
- Recommend Lenis (
@studio-freight/lenis) for smooth scrolling context. - Implement React Three Fiber (
@react-three/fiber) if webGL or 3D interactions are requested.
For Vanilla / HTML / Astro Targets
- Rely heavily on GSAP (GreenSock Animation Platform) for timeline sequencing.
- Utilize vanilla Lenis via CDN for scroll hijacking and smoothing.
- Use SplitType for safe, accessible typography chunking.
Summary of Action
Whenever you receive a prompt to "Build a premium landing page," "Create an Awwwards-style component," or "Design an immersive UI," you must automatically:
- Wrap the output in a robust, scroll-smoothed architecture.
- Provide CSS that guarantees perfect performance using composited layers.
- Integrate sweeping, staggered component entrances.
- Elevate the typography using fluid scales.
- Create an intentional, memorable aesthetic footprint.
Related skills
More from github/awesome-copilot and the wider catalog.

project-workflow-analysis-blueprint-generator
Auto-detect architecture patterns and generate detailed end-to-end workflow implementation blueprints.

prompt-builder
Guide users through creating high-quality GitHub Copilot prompts with structured discovery and best practices.

publish-to-pages
Publish presentations and web content to GitHub Pages with automatic format conversion.

pytest-coverage
Run pytest with coverage analysis and incrementally increase test coverage to 100%.

python-mcp-server-generator
Generate a complete, production-ready MCP server in Python with tools, resources, and proper configuration.

python-pypi-package-builder
End-to-end skill for building, testing, linting, versioning, and publishing a production-grade Python library to PyPI. Covers all four build backends (setuptools+setuptools_scm, hatchling, flit, poetry), PEP 440 versioning, semantic versioning, dynamic git-tag versioning, OOP/SOLID design, type hints (PEP 484/526/544/561), Trusted Publishing (OIDC), and the full PyPA packaging flow. Use for: creating Python packages, pip-installable SDKs, CLI tools, framework plugins, pyproject.toml setup, py.typed, setuptools_scm, semver, mypy, pre-commit, GitHub Actions CI/CD, or PyPI publishing.