A bold, editorial-style marketing website for the Health Data Export & AI Analyzer app. Modern, unique, and unapologetically distinctive.
This isn't your typical SaaS landing page. We've deliberately avoided the generic AI-generated look with:
- Bold brutalist aesthetics - Black & white with neon green accent (#00ff88)
- Editorial typography - Space Grotesk + JetBrains Mono for personality
- Asymmetric layouts - Breaking the grid in interesting ways
- Direct, honest copy - "Stop wondering. Start knowing." No fluff.
- 🎨 Unique Visual Style: Editorial/brutalist design that stands out
- 🖱️ Custom Cursor: Interactive cursor that follows mouse movement
- 📱 Fully Responsive: Optimized for desktop, tablet, and mobile
- ⚡ Performance Focused: Zero dependencies, vanilla everything
- 🎭 Clever Interactions: Scroll animations, typing effects, glitch effects
- 🎯 Conversion Optimized: Clear value prop and minimal friction
- Hero: Bold typography, "DATA" background text, live stats cards
- What (01): Direct explanation with numbered sections
- Why (02): Black background section with repeating statements
- How it works (03): Step-by-step breakdown with code/UI examples
- Who uses it (04): Use cases for different audiences
- Download: Clean CTA with metadata display
- Footer: Minimal, monospace links
- HTML5
- CSS3 (Grid, Flexbox, Custom Properties, transforms)
- Vanilla JavaScript (zero dependencies)
- Google Fonts (Space Grotesk, JetBrains Mono)
healthanalyzerwebsite/
├── index.html # Semantic HTML structure
├── styles.css # All styling + animations
├── script.js # Interactive features
└── README.md # This file
--black: #0a0a0a (primary text/borders)--white: #ffffff (backgrounds)--accent: #00ff88 (neon green for highlights)- Gray scale from 100-900 for subtle variations
- Space Grotesk: Headlines, body text (geometric, modern)
- JetBrains Mono: Labels, nav, code blocks (technical feel)
- Custom cursor with dot + outline
- Scroll-triggered fade-in animations
- Number counting animations
- Typing effect for AI insights
- Glitch effect on "knowing" hover
- Rotating section numbers on scroll
- Card hover with shadow offset
- Download button slide-in effect
- Large section numbers (01, 02, 03, 04) as wayfinding
- Asymmetric grids (not everything centered)
- Bold borders (2px solid black)
- Box shadows for depth (not blur, but offset)
- Generous whitespace
- Chrome/Edge (latest)
- Firefox (latest)
- Safari (latest)
- Mobile Safari (latest)
Custom cursor disabled on mobile/tablet for UX.
Edit CSS variables in styles.css lines 8-24:
:root {
--accent: #00ff88; /* Change accent color here */
--black: #0a0a0a;
--white: #ffffff;
}All text is in index.html - no content in JS or CSS.
Find/replace https://apps.apple.com/us/app/health-data-export-ai-analyzer/id6749297170
- 0 external dependencies (except fonts)
- Vanilla JS - no React/Vue/framework overhead
- CSS animations via transforms (GPU accelerated)
- Intersection Observer API for efficient scroll detection
- Lazy-loaded scroll animations
We built this to NOT look AI-generated:
- Real personality in the copy
- Asymmetric, editorial layouts
- Monospace + geometric font pairing
- Black/white/neon instead of purple gradients
- Direct, conversational tone
- Brutalist UI elements
Most health/AI landing pages look identical. This one:
- Uses bold typography as the main visual element
- Has numbered sections like a magazine article
- Features code snippets and real UI examples
- Speaks directly to specific user types
- Has a custom cursor and glitch effects
- Uses brutalist design principles
All rights reserved.