Loading…
Case library · Public evidence

source-motionsites prompt-public not-rerun license-review web-ui motion-3d
Prompt
Prompt to recreate this landing page: Build a single-page dark portfolio landing page using React + Vite + Tailwind CSS + TypeScript + GSAP + Framer Motion + hls.js. --- ## Global Design…

source-motionsites prompt-public not-rerun license-review web-ui
Prompt
HERO SECTION CREATION PROMPT Create a modern hero section with a looping video background and the following specifications: Video Background: URL:…

source-motionsites prompt-public not-rerun license-review web-ui
Prompt
Build a dark monochrome landing page called Mindloop — a newsletter/content platform. Use React + Vite + TypeScript + Tailwind CSS + shadcn/ui + Framer Motion. Fonts: Inter (sans) and…

source-motionsites prompt-public not-rerun license-review web-ui
Prompt
Create a dark landing page for "Neuralyn" — an analytics dashboard SaaS. Use React + Vite + Tailwind CSS + TypeScript + Framer Motion + shadcn/ui. Fonts Inter (400, 500, 600, 700) for…

source-motionsites prompt-public not-rerun license-review web-ui
Prompt
Create a SaaS landing page hero section with the following exact specifications: Page Layout The entire page is h-screen flex flex-col bg-background overflow-hidden — the Navbar + Hero…

source-motionsites prompt-public not-rerun license-review web-ui
Prompt
Create a responsive, full-screen hero section for a web application using React and Tailwind CSS. Design System & Assets: Fonts: Load and use 'Manrope' (for UI/Nav), 'Cabin' (for…

source-motionsites prompt-public not-rerun license-review web-ui motion-3d
Prompt
Build a React functional component using Tailwind CSS, `motion/react` for animations, and `lucide-react` for icons. **1. Typography & Setup:** - Import the "Inter" font from Google Fonts…

source-motionsites prompt-public not-rerun license-review web-ui
Prompt
Build a full-screen hero section for a data-security SaaS landing page called "securify" using React + TypeScript + Tailwind CSS, with a looping fullscreen background video, a floating…

source-motionsites prompt-public not-rerun license-review web-ui
Prompt
Create a premium private jet landing page hero section with the following specifications: Video Background: Use this exact CloudFront video URL:…

source-motionsites prompt-public not-rerun license-review web-ui
Prompt
Prompt: Recreate "Design Rocket Certificates" Email-Style Landing Page Build a single-page React + TypeScript + Vite + Tailwind CSS project that renders an email-style marketing page for a…

source-motionsites prompt-public not-rerun license-review web-ui
Prompt
Fonts Primary font: 'Nunito' from Google Fonts (weights: 400, 500, 600, 700, 800, 900) Display/heading font: 'Feather Bold' from…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
Prompt
// components/ui/parallax-hero-images.tsx "use client"; import React, { useEffect, useState, useMemo, useCallback, memo } from "react"; import { motion, useMotionValue, useSpring,…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
Prompt
// components/ui/world-map.tsx "use client"; import { useRef } from "react"; import { motion } from "motion/react"; import DottedMap from "dotted-map"; import { useTheme } from…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
Prompt
// components/ui/file-upload.tsx "use client"; import { cn } from "@/lib/utils"; import React, { useRef, useState } from "react"; import { motion } from "motion/react"; import { IconUpload…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
Prompt
// components/ui/placeholders-and-vanish-input.tsx "use client"; import { AnimatePresence, motion } from "motion/react"; import { useCallback, useEffect, useRef, useState } from "react";…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
Prompt
// components/ui/evervault-card.tsx "use client"; import { useMotionValue } from "motion/react"; import React, { useState, useEffect } from "react"; import { useMotionTemplate, motion }…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
Prompt
// components/ui/sidebar.tsx "use client"; import { cn } from "@/lib/utils"; import React, { useState, createContext, useContext } from "react"; import { AnimatePresence, motion } from…
source-aceternity prompt-public not-rerun license-review web-ui motion-3d
Prompt
// components/ui/sparkles.tsx "use client"; import React, { useId, useMemo } from "react"; import { useEffect, useState } from "react"; import Particles, { initParticlesEngine } from…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
Prompt
// components/ui/notch.tsx "use client"; import React, { useEffect, useId, useRef, useState } from "react"; import { AnimatePresence, motion } from "motion/react"; import { cn } from…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
Prompt
// components/ui/pointer-highlight.tsx "use client"; import { cn } from "@/lib/utils"; import { motion } from "motion/react"; import { useRef, useEffect, useState } from "react"; export…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
Prompt
// components/ui/text-hover-effect.tsx "use client"; import React, { useRef, useEffect, useState } from "react"; import { motion } from "motion/react"; export const TextHoverEffect = ({…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
Prompt
// components/ui/comet-card.tsx "use client"; import React, { useRef } from "react"; import { motion, useMotionValue, useSpring, useTransform, useMotionTemplate, } from "motion/react";…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
Prompt
// components/ui/colourful-text.tsx "use client"; import React from "react"; import { motion } from "motion/react"; export default function ColourfulText({ text }: { text: string }) {…
source-aceternity prompt-public not-rerun license-review web-ui motion-3d
Prompt
// components/ui/3d-pin.tsx "use client"; import React, { useState } from "react"; import { motion } from "motion/react"; import { cn } from "@/lib/utils"; export const PinContainer = ({…