Sports Coach Website Prompt — Dark Performance Sports Coach & Personal Trainer Website Design for Lovable, Claude, Bolt and more

Sports coach and personal trainer website prompt for Lovable, Claude, Bolt and more — dark blue-grey with performance green, full-bleed action photo hero, count-up stats strip, 3-programme cards, athlete results grid, and full copy. Paste and publish in minutes.

# Sports Coach Website Prompt # websiteprompts.ai Build a sports coach and personal trainer website for **Jake Perform** — an elite cycling and endurance sports coach. Full-bleed dark action photo hero, dark surface, bold white type, fresh green accent. High-energy but precise — this is serious performance, not a gym bro brand. ## Tech Stack React + Vite + TypeScript + Tailwind CSS + Framer Motion (motion/react) + shadcn/ui + lucide-react ## Design System ```css :root { --background: 220 18% 8%; /* #0f1118 near-black blue-grey */ --surface: 220 14% 11%; /* #161b24 surface */ --surface-raised: 220 12% 14%; /* #1e2530 raised */ --border: 220 10% 20%; /* #2a3040 border */ --foreground: 210 20% 95%; /* #f0f3f8 off-white */ --muted: 220 10% 50%; /* #707a90 muted blue-grey */ --primary: 142 68% 48%; /* #20c758 performance green */ --primary-dark: 142 72% 36%; /* #189840 hover */ --primary-glow: 142 68% 48% / 0.15; --mono: 'JetBrains Mono', monospace; } ``` ## Typography Import: `https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600;700;800&family=JetBrains+Mono:wght@400&display=swap` - Display / H1–H2: Sora 700–800, letter-spacing -0.03em - Body / UI: Sora 300–500 - Stats / Labels / Data: JetBrains Mono 400 ## Visual Effects **Full-bleed hero photo** — composition-independent with gradient: ``` {/* Image: elite cyclist in full racing kit riding at speed on an empty road, motion blur background, dramatic low angle, overcast moody sky, high intensity athletic action */} ``` Gradient overlay (independent of subject position): ```css background: linear-gradient( to bottom, rgba(15,17,24,0.3) 0%, rgba(15,17,24,0.5) 40%, rgba(15,17,24,0.92) 80%, rgba(15,17,24,1) 100% ); ``` **Green glow stat** — performance stat numbers with green text-shadow: ```css .stat-num { color: hsl(var(--primary)); text-shadow: 0 0 30px hsl(142 68% 48% / 0.4); } ``` **Count-up stats** — useSpring + useInView, triggered on scroll. **Stagger fade-up** — 0.5s per-section, IntersectionObserver. ## Sections **1. Navbar** — fixed, `background: hsl(var(--background)/0.94)`, blur 12px, border-bottom. Left: "Perform" Sora 800 18px white + JetBrains Mono 10px green tag "Sports Coach". Center: Training · Results · About · Contact. Right: "Get started" — green filled, border-radius 6px. Visible star row "★★★★★" in JetBrains Mono 10px + "350+ athletes coached" next to CTA. **2. Hero** — full viewport, position relative, overflow hidden. Background: full-bleed action photo + gradient overlay (Visual Effects). Content z-10, positioned bottom of viewport, padding 0 64px 80px: JetBrains Mono 10px green uppercase "ELITE PERFORMANCE COACHING". H1 Sora 800, clamp(56px, 8vw, 100px), line-height 0.92, white: ``` Level Up Your Performance. ``` "Performance." in green. Sub Sora 300 15px muted, max-width 420px: "Structured training programmes for cyclists, runners, and endurance athletes. Data-driven. Results-proven." Two CTAs: "Start training →" (green filled) + "See results" (ghost white). Below CTAs: client proof row — 5 avatar image placeholders + "Joined by 350+ athletes" JetBrains Mono 11px muted. **3. Stats strip** — full-width surface, border-top + bottom, padding 24px 64px. 4 stats with count-up: 350+ athletes coached · 12 yrs coaching · 4.9★ avg rating · 87% hit PB in 12 weeks. Each: JetBrains Mono number green glow + Sora 12px muted label. Dividers between items. **4. Training Programmes** — padding 96px 64px. H2 "Choose your programme." 3-column card grid. Each card surface bg, border, border-radius 10px, padding 32px. JetBrains Mono 10px green tag + Sora 700 20px name + description 2 lines muted + included features list (3 items, lucide `Check` green icons) + price JetBrains Mono 14px green + "Enquire →" green link. Middle card: featured, green border, "Most popular" badge. Programmes: Foundations 8-week · Performance 16-week · Elite 6-month. **5. Results** — surface bg, padding 96px 64px. H2 "Real results." 3-column grid. Each card: athlete photo (square, rounded-lg) + name Sora 700 + sport JetBrains Mono 10px muted + key result in green + short quote italic Sora 300 14px. Results examples: "Finished first Ironman" · "-8 min marathon PB" · "Qualified for nationals". ``` {/* Athlete photo: athlete portrait outdoors, post-race or training environment, determined expression, sports kit */} ``` **6. About** — two-column, padding 96px 64px. Left: H2 "The coach behind the plan." Sora 800. 3 paragraphs: background, coaching philosophy, certifications. Credential chips JetBrains Mono 10px: UCI Level 3 · British Cycling · 12 yrs experience · Data-driven approach. Right: coach portrait photo: ``` {/* Image: athletic male sports coach outdoors, professional confident pose, cycling or running context, natural light, high contrast */} ``` **7. How It Works** — centered, padding 96px 64px. H2 "From day one to new PB." 4 horizontal steps: 01 Free strategy call → 02 Custom training plan → 03 Weekly coaching check-ins → 04 Hit your goal. Each: JetBrains Mono large faded number (opacity 0.1 green) + step name Sora 700 + 1-line description. **8. CTA Banner** — green bg `hsl(var(--primary))`, padding 72px 64px, centered. Dark diagonal texture overlay (black 5% opacity). H2 Sora 800 dark: "Ready to train smarter?" Sub dark 70%. CTAs: "Book a free call" (black bg, white text) + "See all programmes" (ghost dark border). JetBrains Mono 11px dark 50%: "Free 30-min strategy call · No commitment." **9. Footer** — `hsl(220 18% 5%)`, padding 48px 64px 28px. 3-column: Brand (logo + tagline + socials) / Programmes links / Company links. Bottom: copyright + "Certified sports coach · Regulated by British Cycling" JetBrains Mono 10px muted. ## Responsive Mobile: nav hamburger · hero H1 clamp(44px, 12vw, 72px) · stats strip 2×2 · programmes stack single column · results 2-column · about single column · steps 2×2. ## Animations Summary | Element | Animation | Trigger | |---|---|---| | Hero content | Stagger fade-up | On mount | | Stats | Count-up useSpring | Scroll | | Programme cards | Stagger fade-up | Scroll | | Results cards | Stagger fade-up | Scroll | | Steps | Stagger fade-up | Scroll | | CTA | Fade-up | Scroll | ## Key Dependencies ```json { "motion": "^12.x", "lucide-react": "^0.400.x" } ``` > **Quick notes:** "Jake Perform" brand name is a placeholder — swap throughout. Hero photo must be high-quality action photography for full effect. Certification mentions should reflect real credentials. Pricing is indicative only.

The generated results may vary

Categories

Categories

perform framer template cta

FAQ

What sections are included in the Sports Coach Website Prompt?

The prompt includes 9 fully specified sections: fixed nav with star rating social proof, full-viewport full-bleed action photo hero with avatar row, 4-stat count-up strip, 3-programme cards with featured middle card, 3-athlete results cards with portraits and outcome stats, about section with portrait and credential chips, 4-step how-it-works row, green CTA banner with free strategy call note, and 3-column dark footer. Every section includes layout specs, Framer Motion animations, and complete copy.

Who is this sports coach website prompt designed for?

It's designed for elite sports coaches, endurance coaches, cycling coaches, personal trainers, and online fitness coaches who work with serious athletes. The data-driven design language — count-up stats, JetBrains Mono labels, athlete results with specific outcomes — positions the coach as a precision performance professional rather than a generic fitness personality.

Which AI tools can I use this prompt with?

The prompt works with Lovable, Claude, Bolt, v0, Cursor, and any other AI web builder that accepts a text prompt. The count-up stats, avatar row, and stagger animations are Framer Motion and render best in Lovable and Bolt. The programme cards, results grid, how-it-works steps, and hero photo overlay render cleanly in all tools.

Can I change the coach's name, sport, and programme details?

Yes — everything is written to be swapped. Replace "Jake Perform" with the real coach name throughout, update the sport focus in the hero sub, replace the 3 programme names, durations, and pricing with real offerings, update the 3 athlete results cards with real client outcomes, and update the credential chips. The green #20c758 accent swaps via a single CSS variable.

Sports coach website prompt full preview — dark blue-grey #0f1118 background with performance green #20c758 accent, full-bleed cycling action photo hero with composition-independent gradient overlay, Sora 800 headline "Level Up Your Performance" with green accent word, five client avatar circles and athlete count below CTAs, full-width count-up stat strip with four green glow numbers, and three programme cards with featured green-bordered middle card showing included features with green check icons

FAQ

What sections are included in the Sports Coach Website Prompt?

The prompt includes 9 fully specified sections: fixed nav with star rating social proof, full-viewport full-bleed action photo hero with avatar row, 4-stat count-up strip, 3-programme cards with featured middle card, 3-athlete results cards with portraits and outcome stats, about section with portrait and credential chips, 4-step how-it-works row, green CTA banner with free strategy call note, and 3-column dark footer. Every section includes layout specs, Framer Motion animations, and complete copy.

Who is this sports coach website prompt designed for?

It's designed for elite sports coaches, endurance coaches, cycling coaches, personal trainers, and online fitness coaches who work with serious athletes. The data-driven design language — count-up stats, JetBrains Mono labels, athlete results with specific outcomes — positions the coach as a precision performance professional rather than a generic fitness personality.

Which AI tools can I use this prompt with?

The prompt works with Lovable, Claude, Bolt, v0, Cursor, and any other AI web builder that accepts a text prompt. The count-up stats, avatar row, and stagger animations are Framer Motion and render best in Lovable and Bolt. The programme cards, results grid, how-it-works steps, and hero photo overlay render cleanly in all tools.

Can I change the coach's name, sport, and programme details?

Yes — everything is written to be swapped. Replace "Jake Perform" with the real coach name throughout, update the sport focus in the hero sub, replace the 3 programme names, durations, and pricing with real offerings, update the 3 athlete results cards with real client outcomes, and update the credential chips. The green #20c758 accent swaps via a single CSS variable.

Frequently asked questions

What is websiteprompts.ai?

websiteprompts.ai is a free library of AI website prompts. Each prompt is a ready-to-use text instruction that generates a complete website design when used with an AI website builder like Lovable, Claude, Bolt, v0, or similar tools.

How do I use these prompts?

Copy any prompt from websiteprompts.ai, open your AI website builder of choice — Lovable, Bolt, v0, Claude, ChatGPT, or any other tool — paste the prompt, and let the AI generate your website. No coding or design experience needed.

Are the prompts free?

Yes — every prompt on websiteprompts.ai is completely free. Copy and use them as many times as you like, for personal or commercial projects.

Which AI tools do the prompts work with?

The prompts are designed primarily for Lovable and Bolt, but they work with any AI tool that can generate websites — including v0, Claude, ChatGPT, Cursor, Framer AI, and others.

How often are new prompts added?

New prompts are added every day. The library is constantly growing with prompts for different industries, website types, and design styles.

Do I need any technical skills to use these prompts?

No technical skills required. Copy the prompt, paste it into any AI website builder, and the AI handles the rest. websiteprompts.ai is built for anyone who wants a professional website without writing code.

Frequently asked questions

What is websiteprompts.ai?

websiteprompts.ai is a free library of AI website prompts. Each prompt is a ready-to-use text instruction that generates a complete website design when used with an AI website builder like Lovable, Claude, Bolt, v0, or similar tools.

How do I use these prompts?

Copy any prompt from websiteprompts.ai, open your AI website builder of choice — Lovable, Bolt, v0, Claude, ChatGPT, or any other tool — paste the prompt, and let the AI generate your website. No coding or design experience needed.

Are the prompts free?

Yes — every prompt on websiteprompts.ai is completely free. Copy and use them as many times as you like, for personal or commercial projects.

Which AI tools do the prompts work with?

The prompts are designed primarily for Lovable and Bolt, but they work with any AI tool that can generate websites — including v0, Claude, ChatGPT, Cursor, Framer AI, and others.

How often are new prompts added?

New prompts are added every day. The library is constantly growing with prompts for different industries, website types, and design styles.

Do I need any technical skills to use these prompts?

No technical skills required. Copy the prompt, paste it into any AI website builder, and the AI handles the rest. websiteprompts.ai is built for anyone who wants a professional website without writing code.

Frequently asked questions

What is websiteprompts.ai?

websiteprompts.ai is a free library of AI website prompts. Each prompt is a ready-to-use text instruction that generates a complete website design when used with an AI website builder like Lovable, Claude, Bolt, v0, or similar tools.

How do I use these prompts?

Copy any prompt from websiteprompts.ai, open your AI website builder of choice — Lovable, Bolt, v0, Claude, ChatGPT, or any other tool — paste the prompt, and let the AI generate your website. No coding or design experience needed.

Are the prompts free?

Yes — every prompt on websiteprompts.ai is completely free. Copy and use them as many times as you like, for personal or commercial projects.

Which AI tools do the prompts work with?

The prompts are designed primarily for Lovable and Bolt, but they work with any AI tool that can generate websites — including v0, Claude, ChatGPT, Cursor, Framer AI, and others.

How often are new prompts added?

New prompts are added every day. The library is constantly growing with prompts for different industries, website types, and design styles.

Do I need any technical skills to use these prompts?

No technical skills required. Copy the prompt, paste it into any AI website builder, and the AI handles the rest. websiteprompts.ai is built for anyone who wants a professional website without writing code.

Get new AI website prompts every week — straight to your inbox.

Every Friday we drop a fresh batch of AI website prompts and tips to help you build better websites faster.

Join 1,000+ AI enthusiasts

liquid metallic gradient

Get new AI website prompts every week — straight to your inbox.

Every Friday we drop a fresh batch of AI website prompts and tips to help you build better websites faster.

Join 1,000+ AI enthusiasts

liquid metallic gradient

Get new AI website prompts every week — straight to your inbox.

Every Friday we drop a fresh batch of AI website prompts and tips to help you build better websites faster.

Join 1,000+ AI enthusiasts