GoodCase.aiGoodCase.aiAI Prompt Case Collection
RankingsCasesSkillsCreatorsFavoritesSubmitDaily
中文EN
Agent Access →
GoodCase.ai · AI Prompt Case CollectionLoading the case library.
ChangelogFeedback
GoodCase.aiGoodCase.aiAI Prompt Case Collection
RankingsCasesSkillsCreatorsFavoritesSubmitDaily
中文EN
Agent Access →

Case library · Public evidence

Start with the work. Trace it back to the maker and method.

No news summaries—only cases that point to finished work, creators, process, and original sources. Rankings, favorites, creator pages, and retests all grow from the same case.

Current view
548
Cases · page 6/23
Filter
All
Selected
AllAI VideoAI Coding (UI)AI ImageAI CopyAI Hardware
SortSource heatStabilityLatest
Multi Step Loader
AI Coding (UI)Aceternity UI

Multi Step Loader

Creator Aceternity UI →

Summary

// components/ui/multi-step-loader.tsx "use client"; import { cn } from "@/lib/utils"; import { AnimatePresence, motion } from "motion/react"; impor…

Prompt

// components/ui/multi-step-loader.tsx "use client"; import { cn } from…

Source heat
—
Stability
View case →
Fey.com Macbook Scroll
AI Coding (UI)Aceternity UI

Fey.com Macbook Scroll

Creator Aceternity UI →

Summary

// components/ui/macbook-scroll.tsx "use client"; import React, { useEffect, useMemo, useRef, useState } from "react"; import { MotionValue, motion,…

Skill · 3D and motion hero

Prompt

// components/ui/macbook-scroll.tsx "use client"; import React, {…

Source heat
—
Stability
View case →
AI Coding (UI)Aceternity UI

Google Gemini Effect

Creator Aceternity UI →

Summary

// components/ui/google-gemini-effect.tsx "use client"; import { cn } from "@/lib/utils"; import { motion, MotionValue } from "motion/react"; import…

Prompt

// components/ui/google-gemini-effect.tsx "use client"; import { cn }…

Source heat
—
Stability
View case →
Images Slider
AI Coding (UI)Aceternity UI

Images Slider

Creator Aceternity UI →

Summary

// components/ui/images-slider.tsx "use client"; import { cn } from "@/lib/utils"; import { motion, AnimatePresence } from "motion/react"; import Re…

Prompt

// components/ui/images-slider.tsx "use client"; import { cn } from…

Source heat
—
Stability
View case →
AI Coding (UI)Aceternity UI

Typewriter Effect

Creator Aceternity UI →

Summary

// components/ui/typewriter-effect.tsx "use client"; import { cn } from "@/lib/utils"; import { motion, stagger, useAnimate, useInView } from "motio…

Prompt

// components/ui/typewriter-effect.tsx "use client"; import { cn } from…

Source heat
—
Stability
View case →
Gooey Input
AI Coding (UI)Aceternity UI

Gooey Input

Creator Aceternity UI →

Summary

// components/ui/gooey-input.tsx "use client"; import { useState, useRef, useEffect, useId, useMemo, useCallback, type ChangeEvent, } from "react"; …

Prompt

// components/ui/gooey-input.tsx "use client"; import { useState, useRef,…

Source heat
—
Stability
View case →
Hover Effect
AI Coding (UI)Aceternity UI

Hover Effect

Creator Aceternity UI →

Summary

// components/ui/card-hover-effect.tsx import { cn } from "@/lib/utils"; import { AnimatePresence, motion } from "motion/react"; import { useState }…

Prompt

// components/ui/card-hover-effect.tsx import { cn } from "@/lib/utils";…

Source heat
—
Stability
View case →
AI Coding (UI)Aceternity UI

Bento Grid

Creator Aceternity UI →

Summary

// components/ui/bento-grid.tsx import { cn } from "@/lib/utils"; export const BentoGrid = ({ className, children, }: { className?: string; children…

Prompt

// components/ui/bento-grid.tsx import { cn } from "@/lib/utils"; export…

Source heat
—
Stability
View case →
Tailwind CSS buttons
AI Coding (UI)Aceternity UI

Tailwind CSS buttons

Creator Aceternity UI →

Summary

// components/ui/tailwindcss-buttons.tsx "use client"; import React from "react"; import { IconClipboard } from "@tabler/icons-react"; import { cn }…

Prompt

// components/ui/tailwindcss-buttons.tsx "use client"; import React from…

Source heat
—
Stability
View case →
Meteor Effect
AI Coding (UI)Aceternity UI

Meteor Effect

Creator Aceternity UI →

Summary

// components/ui/meteors.tsx "use client"; import { cn } from "@/lib/utils"; import { motion } from "motion/react"; import React from "react"; expor…

Prompt

// components/ui/meteors.tsx "use client"; import { cn } from…

Source heat
—
Stability
View case →
AI Coding (UI)Aceternity UI

SVG Mask Effect

Creator Aceternity UI →

Summary

// components/ui/svg-mask-effect.tsx "use client"; import { useState, useEffect, useRef } from "react"; import { motion } from "motion/react"; impor…

Prompt

// components/ui/svg-mask-effect.tsx "use client"; import { useState,…

Source heat
—
Stability
View case →
AI Coding (UI)Aceternity UI

Animated Tooltip

Creator Aceternity UI →

Summary

// components/ui/animated-tooltip.tsx "use client"; import React, { useState, useRef } from "react"; import { motion, useTransform, AnimatePresence,…

Prompt

// components/ui/animated-tooltip.tsx "use client"; import React, {…

Source heat
—
Stability
View case →
AI Coding (UI)Aceternity UI

Spotlight

Creator Aceternity UI →

Summary

// components/ui/spotlight.tsx import React from "react"; import { cn } from "@/lib/utils"; type SpotlightProps = { className?: string; fill?: strin…

Prompt

// components/ui/spotlight.tsx import React from "react"; import { cn }…

Source heat
—
Stability
View case →
AI Coding (UI)Aceternity UI

Layout Grid

Creator Aceternity UI →

Summary

// components/ui/layout-grid.tsx "use client"; import React, { useState } from "react"; import { motion } from "motion/react"; import { cn } from "@…

Prompt

// components/ui/layout-grid.tsx "use client"; import React, { useState }…

Source heat
—
Stability
View case →
AI Coding (UI)Aceternity UI

Background Gradient

Creator Aceternity UI →

Summary

// components/ui/background-gradient.tsx import { cn } from "@/lib/utils"; import React from "react"; import { motion } from "motion/react"; export …

Prompt

// components/ui/background-gradient.tsx import { cn } from…

Source heat
—
Stability
View case →
Hero Highlight
AI Coding (UI)Aceternity UI

Hero Highlight

Creator Aceternity UI →

Summary

// components/ui/hero-highlight.tsx "use client"; import { cn } from "@/lib/utils"; import { useMotionValue, motion, useMotionTemplate } from "motio…

Skill · 3D and motion hero

Prompt

// components/ui/hero-highlight.tsx "use client"; import { cn } from…

Source heat
—
Stability
View case →
AI Coding (UI)Aceternity UI

Wavy Background

Creator Aceternity UI →

Summary

// components/ui/wavy-background.tsx "use client"; import { cn } from "@/lib/utils"; import React, { useEffect, useRef, useState } from "react"; imp…

Prompt

// components/ui/wavy-background.tsx "use client"; import { cn } from…

Source heat
—
Stability
View case →
Hover Border Gradient
AI Coding (UI)Aceternity UI

Hover Border Gradient

Creator Aceternity UI →

Summary

// components/ui/hover-border-gradient.tsx "use client"; import React, { useState, useEffect, useRef } from "react"; import { motion } from "motion/…

Prompt

// components/ui/hover-border-gradient.tsx "use client"; import React, {…

Source heat
—
Stability
View case →
AI Coding (UI)Aceternity UI

Animated Tabs

Creator Aceternity UI →

Summary

// components/ui/tabs.tsx "use client"; import { useState } from "react"; import { motion } from "motion/react"; import { cn } from "@/lib/utils"; t…

Prompt

// components/ui/tabs.tsx "use client"; import { useState } from "react";…

Source heat
—
Stability
View case →
AI Coding (UI)Aceternity UI

Floating Navbar

Creator Aceternity UI →

Summary

// components/ui/floating-navbar.tsx "use client"; import React, { useState } from "react"; import { motion, AnimatePresence, useScroll, useMotionVa…

Prompt

// components/ui/floating-navbar.tsx "use client"; import React, {…

Source heat
—
Stability
View case →
Moving Border
AI Coding (UI)Aceternity UI

Moving Border

Creator Aceternity UI →

Summary

// components/ui/moving-border.tsx "use client"; import React from "react"; import { motion, useAnimationFrame, useMotionTemplate, useMotionValue, u…

Prompt

// components/ui/moving-border.tsx "use client"; import React from…

Source heat
—
Stability
View case →
Focus Cards
AI Coding (UI)Aceternity UI

Focus Cards

Creator Aceternity UI →

Summary

// components/ui/focus-cards.tsx "use client"; import React, { useState } from "react"; import { cn } from "@/lib/utils"; export const Card = React.…

Prompt

// components/ui/focus-cards.tsx "use client"; import React, { useState }…

Source heat
—
Stability
View case →
AI Coding (UI)Aceternity UI

Following Pointer

Creator Aceternity UI →

Summary

// components/ui/following-pointer.tsx import React, { useEffect, useState } from "react"; import { motion, AnimatePresence, useMotionValue } from "…

Prompt

// components/ui/following-pointer.tsx import React, { useEffect,…

Source heat
—
Stability
View case →
Loaders
AI Coding (UI)Aceternity UI

Loaders

Creator Aceternity UI →

Summary

// components/ui/loader.tsx "use client"; import { motion } from "motion/react"; import React from "react"; export const LoaderOne = () => { const t…

Prompt

// components/ui/loader.tsx "use client"; import { motion } from…

Source heat
—
Stability
View case →

121–144 of 548

← Previous1…567…23Next →
GoodCase.ai · AI Prompt Case CollectionDiscovery, rankings, and creator relationships all resolve to one Case source of truth.
ChangelogFeedback