99 Peaks
Begin your journey to greater health.
Report generated on April 13, 2026
A note on how to read this
This report is ProdPoke's take on your site — think of it as a first impression from a very opinionated robot. We check real things (load times, broken links, accessibility patterns), but we also try to understand what your site is trying to do and whether the technical details support that goal. Some of our observations might not apply to your specific situation, and that's okay. We're getting sharper with every scan. If something feels off, tell us — it makes us better.
Key Insights for 99 Peaks
Core features are invisible—value prop exists, walkthrough doesn't
Visitors understand the concept but don't see concrete reasons to request an invite. Many bounce before conversion.
4.4s load time is slow enough to hurt first impressions
Every 100ms matters for landing pages. You're losing impatient users before they even read your value prop.
Email fields lack labels—blocks screen readers and autofill
This is a compliance issue and UX blocker. Screen reader users can't understand what the field expects; form abandonment increases.
Video CTA button too small; cookie consent uses conflicting button styles
Minor polish issues that compound trust perception. The cookie banner especially looks disjointed from your professional design language.
What ProdPoke understands about 99 Peaks
Visitors land on a solid concept but leave with questions. While the value proposition is clear, the landing page lacks a concrete walkthrough of core features or tangible benefits—it sells the *idea* of gamified wellness without showing *what you actually do* in the app. The biggest friction point is the invite-only model: there's no explanation of why access is gated or what the onboarding process looks like. Combined with a 4.4-second load time and accessibility gaps that block screen reader users from completing email signups, the experience feels polished but incomplete.
Based on exploring 0 pages across the site
First Impression — How clear is your site?
99 Peaks is a gamified health and longevity app that combines wellness tracking with expert guidance—positioned as your personal wellness journey made engaging. The design is polished and professional with credibility signals (physician endorsement) front and center, giving visitors immediate confidence in legitimacy.
This score measures how quickly a first-time visitor understands what your site does — based on visible headings, navigation, and visual hierarchy alone.
Overall Score
Good start — room to grow.
Site Clarity
decent
Within seconds, it's clear this is a gamified health and longevity app that combines wellness tracking with habit-building through science-backed guidance from physicians and health coaches.. The value proposition is solid — "Your wellness and longevity journey - gamified". First-time visitor concern: What exactly is this app and why do I need an invite? The landing page sells the concept well but provides no walkthrough of core features or concrete benefits beyond 'gamified wellness'—visitors may bounce before requesting an invite.
Clear headline communicates the offering above the fold.
social sharing preview (OG tags) present, but: page title is very short (8 chars); meta description is too brief to be useful in search results.
CTA present above the fold.
The intended audience is identifiable from the content, though the site doesn't explicitly reinforce who it's for.
Well-structured navigation with clear links to key pages.
Missing: still on netlify subdomain. No social proof or trust signals visible to new visitors.
Sufficient content to understand the offering, with supporting sections that address visitor questions.
Recommendations
- -Complete your search/social preview — add any missing meta tags (title, description, og:image).
- -Add social proof — testimonials, client logos, or usage stats — to build visitor confidence.
Visual Impression
professional
Looks legit and polished—clean design, clear value proposition, credibility signals (physician endorsement) front and center. Would feel comfortable requesting an invite.
Desktop
Excellent. Generous whitespace, large readable typography, well-balanced hero with phone mockups on the right, smooth visual hierarchy guiding you to the CTA.
Mobile
Very good. Stacks properly, maintains readability, email input and button are full-width and tap-friendly. No crammed or broken layouts.
Strongest element: The hero headline 'Your wellness and longevity journey – gamified' paired with the light blue gradient background and floating cloud imagery. It's warm, approachable, and immediately communicates the tone.
Issues
The video play button on the phone mockups (pink circle with play icon) is small and could be clearer as an interactive element—might benefit from a subtle hover state indicator.
Cookie consent banner at the bottom uses three different button styles (blue, red outline, gray outline) which feels slightly inconsistent with the rest of the design language.
Performance
slow
The site takes 4.4s to load. Several optimizations could help.
Issues (4)
The page takes 4.4 seconds to finish loading. Acceptable but could be improved.
Found 2 image optimization opportunities. Example: app-logo-hd.svg — Image is 341x114 but rendered at 106x38
The largest resource on the page is test-guide.svg at 2.2 MB.
The browser must download and process these before showing any content. Consider async/defer for scripts and media queries for CSS.
Accessibility
needs work
The site has solid keyboard navigation and image accessibility, but critical gaps in form labeling, color contrast failures, and missing landmark structure will exclude screen reader users and low-vision users from key content.
25
Tab Stops
0
Invisible Focus
0
Focus Traps
No
Skip Link
What's done well
- + All 38 images have alt text with no missing or poor alternatives.
- + Heading structure is correct with a single H1 and logical hierarchy.
- + Keyboard navigation is functional with no traps; 3 Tab presses to main content is reasonable.
- + Focus indicators are visible; focus-visible CSS styles are properly detected.
- + Language attribute is set correctly to 'en'.
- + Viewport zoom is enabled, supporting user scaling.
Top Priority Fix
Add proper <label> elements to the two email input fields and set autocomplete="email". This unblocks screen reader users from understanding what information is expected and dramatically improves form usability for users relying on autofill.
Email inputs lack accessible labels
Color contrast failures across multiple text elements
Missing page landmark structure
Links open in new tabs without user warning
SVG elements missing accessible labels
Issues (5)
Email inputs lack accessible labels
Two email input fields (role=textbox) have no accessible names—they rely only on placeholder text "Enter your email...". Screen reader users will hear "email input" with no context about what the field is for. Additionally, neither input has an autocomplete attribute set, which makes form-filling slower for users with motor impairments or cognitive disabilities. These inputs must have associated <label> elements and autocomplete="email" added.
Found: Two email input fields (role=textbox) have no accessible names—they rely only on placeholder text "Enter your email...". Screen reader users will hear "email input" with no context about what the field is for. Additionally, neither input has an autocomplete attribute set, which makes form-filling slower for users with motor impairments or cognitive disabilities. These inputs must have associated <label> elements and autocomplete="email" added.
Color contrast failures across multiple text elements
Seven text elements fail WCAG AA contrast requirements, and four fail AAA. Most critical: "About us..." text has a 2.74:1 contrast ratio on white (needs 4.5:1), and "one habit at a time..." blue text has only 2.97:1 ratio (needs 3:1). Another blue link ("Peaks...") at 2.63:1 on a light blue background is nearly unreadable for low-vision users. These failures make text difficult or impossible to read for users with color blindness or low vision.
Found: Seven text elements fail WCAG AA contrast requirements, and four fail AAA. Most critical: "About us..." text has a 2.74:1 contrast ratio on white (needs 4.5:1), and "one habit at a time..." blue text has only 2.97:1 ratio (needs 3:1). Another blue link ("Peaks...") at 2.63:1 on a light blue background is nearly unreadable for low-vision users. These failures make text difficult or impossible to read for users with color blindness or low vision.
Missing page landmark structure
Your page is missing essential landmark regions: no <main> element wrapping primary content, no <header> or <nav> landmarks (only 1 nav region found), and no <footer>. Screen reader users rely on landmarks to navigate quickly to key sections of a page. Currently, it takes 3 Tab presses to reach main content, which is acceptable for keyboard users but lacks the semantic structure screen readers need.
Found: The page is missing essential landmark regions: no <main> element wrapping primary content, no <header> or <nav> landmarks (only 1 nav region found), and no <footer>. Screen reader users rely on landmarks to navigate quickly to key sections of a page. Currently, it takes 3 Tab presses to reach main content, which is acceptable for keyboard users but lacks the semantic structure screen readers need.
Links open in new tabs without user warning
All 3 external links open in new tabs, but there is no visual indicator or screen reader announcement warning users of this behavior. This is disorienting for keyboard and screen reader users who expect a link to load in the current tab. Users with cognitive disabilities or unfamiliar with the site may become confused when the back button doesn't work as expected.
Found: All 3 external links open in new tabs, but there is no visual indicator or screen reader announcement warning users of this behavior. This is disorienting for keyboard and screen reader users who expect a link to load in the current tab. Users with cognitive disabilities or unfamiliar with the site may become confused when the back button doesn't work as expected.
SVG elements missing accessible labels
Three of six SVG elements are unlabeled. If these SVGs are decorative, they need aria-hidden="true"; if they are meaningful icons (e.g., navigation icons, feature icons), they need <title>, <desc>, or aria-label to describe their purpose to screen reader users.
Found: Three of six SVG elements are unlabeled. If these SVGs are decorative, they need aria-hidden="true"; if they are meaningful icons (e.g., navigation icons, feature icons), they need <title>, <desc>, or aria-label to describe their purpose to screen reader users.
Improvement Plan
Your landing page has a strong foundation—the concept is compelling and the design is trustworthy. But there are three critical gaps preventing conversions.
First, urgently fix accessibility on the email input fields. Add proper <label> elements and set autocomplete="email" on both fields. This unblocks screen reader users and dramatically improves form usability for everyone relying on password managers and autofill. It's a 30-minute fix with outsized impact on both compliance and UX.
Second, address the performance bottleneck. A 4.4-second load time is slow for a landing page and actively harms your conversion rate. Audit your images (the hero and phone mockups are likely culprits), enable lazy loading, and minify assets. Target sub-3-second load times.
Third, add a feature walkthrough or benefit carousel above the invite CTA. Visitors understand *what* 99 Peaks is, but not *how* it works or *why* they need it. Show 3-4 concrete actions (e.g., "Log meals and get AI coaching", "Build streaks and unlock badges", "Get personalized longevity insights") with small visuals. This bridges the gap between concept and commitment.
Lastly, polish the visual details: add a hover state to the video play button (even a subtle scale or glow), and standardize your cookie consent buttons to match your design system (ideally primary + secondary button, not three different styles).
Suggested priority order:
- Add labels and autocomplete to email input fields (accessibility fix)
- Reduce load time from 4.4s to under 3s (performance optimization)
- Add concrete feature walkthrough above invite CTA (clarity + conversion)
- Enhance video play button affordance with hover state (visual polish)
- Standardize cookie consent button styles (design consistency)
This is your site? Get the full picture.
Claim this report to unlock ongoing monitoring, deeper analysis, and actionable alerts.
What is ProdPoke?Automated analysis generated on April 13, 2026. Not professional advice. Contact us to modify or remove this report.

