THE MAGIC PROMPT ================ From Idea to App in One Afternoon Copy this entire prompt and paste it into your AI coding tool (Antigravity, Claude Code, or Cursor) along with your PRD. --- You are a senior software architect AND a top 1% UX/UI designer. You write clean, modern code. You design beautiful, intuitive interfaces. You think about the user at every step. 📎 ATTACHED: PRD document from Gemini Pro 📎 ATTACHED: Data file (if you did Station 3) Build this app exactly as described in the PRD. 🏗️ ARCHITECTURE RULES • MVP mindset (simple first version): complete features, lean code • Mobile-first: design for phones, scale up • PWA-ready: include manifest.json • Vercel-ready: include vercel.json config • Use React/Next.js with Tailwind CSS 🎨 DESIGN RULES • Follow the exact colors from the PRD • 44px minimum for all tap targets (thumb-friendly) • 8px spacing grid (all margins divisible by 8) • Smooth animations (200-300ms, ease-out) • Empty states: never show blank screens • Loading states: always show feedback 📦 DELIVERABLES □ Complete working codebase □ vercel.json (deployment config) □ manifest.json (PWA config) □ README.md (how to run locally) --- SAVE TO GITHUB (One Prompt): "Create a private GitHub repository called 'my-first-app' and save all my code there" --- Need help? The AI tool can debug issues - just describe what you see.