Loading…
Case library · Public evidence

source-motionsites prompt-public not-rerun license-review web-ui
Prompt
Build a single-file HTML footer component called Kresna — a sales-automation SaaS brand. The deliverable is one self-contained .html file with inline <style> and inline <script>. Render it…

source-motionsites prompt-public not-rerun license-review web-ui
Prompt
Recreate this hero section exactly. Here are the complete specifications: Video Background: Full-screen background video, absolutely positioned, covering the entire viewport (object-cover)…

source-motionsites prompt-public not-rerun license-review web-ui
Prompt
Build a Hero section for a DeFi dashboard named RIVR showcasing a sleek, glassmorphism aesthetic. Please mimic these exact specifications to ensure a premium UI. Dependencies: - Use…

source-motionsites prompt-public not-rerun license-review web-ui
Prompt
Create a modern React landing page with a full-screen HLS video background, glassmorphic navigation header, and hero content positioned in the bottom-left corner.

source-motionsites prompt-public not-rerun license-review web-ui motion-3d
Prompt
Create a full-screen dark hero landing page for a security company called "SENTINEL AI" using React, Vite, TypeScript, Tailwind CSS, shadcn/ui, and an embedded Spline 3D scene as the…

source-motionsites prompt-public not-rerun license-review web-ui
Prompt
Create an NFT landing page called "Orbis.Nft" with 4 sections, using a dark space theme. The page uses video backgrounds served from CloudFront, a liquid glass UI effect, and a specific…

source-motionsites prompt-public not-rerun license-review web-ui
Prompt
Create a single-page landing page for a creative design studio called "Viktor Oddy" using React, TypeScript, Vite, and Tailwind CSS. Use lucide-react for icons. The page has a white…

source-motionsites prompt-public not-rerun license-review web-ui
Prompt
Create a full-screen hero section for a product design education platform called "DesignPro" with the following exact specifications: Background: Full-screen looping video background using…

source-motionsites prompt-public not-rerun license-review web-ui
Prompt
System Prompt: High-Fidelity "Liquid Glass" Hero Section Core Layout: Create a 1600px max-width landing page hero section. The background should be pure white with a subtle, layered…

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";…