Summary

Information about projects/adhd clinic page.

Start Conversation
The ADHD Clinic for Women

The ADHD Clinic for Women

Specialized ADHD assessments exclusively for women, addressing the critical gap in women's mental health diagnosis

Client: Iris Therapies Ltd • Dr. Michaela Dunbar

Bridging the Gap in Women's ADHD Diagnosis

The ADHD Clinic for Women is a comprehensive digital platform designed to provide women-specific ADHD assessment services. Led by Dr. Michaela Dunbar, a UK Clinical Psychologist, the platform addresses a critical gap in mental health services by offering specialized, NICE guideline-compliant ADHD assessments tailored exclusively for women, who are historically underdiagnosed.

NICE Compliant

Comprehensive ADHD assessments following UK NICE guidelines with specialized focus on women's presentations.

Marketing Automation

Deep ActiveCampaign integration with automated lead capture, segmentation, and nurture sequences.

Headless CMS

Sanity CMS implementation enabling non-technical content management with complete migration automation.

My Involvement

Role

Full-Stack Developer & Technical Architect

Scope

End-to-end platform development from initial architecture through production deployment, including CMS migration, marketing automation integration, and comprehensive analytics implementation.

Key Focus Areas

Technical Architecture

Designed and implemented a modern, scalable architecture using Next.js 15, TypeScript, and headless CMS approach. Prioritized performance, SEO, and maintainability.

CMS Migration Strategy

Led complete migration from hardcoded React components to Sanity CMS. Built automated migration scripts that successfully transferred 9 documents, 3 blog posts, and all images with zero data loss.

Marketing Integration

Implemented deep ActiveCampaign integration with automated contact management, custom field mapping, and real-time lead capture. Built resilient error handling ensuring 100% form submission success.

Analytics Implementation

Built comprehensive dual-layer tracking system (GTM + GA4) with custom event taxonomy, scroll depth tracking, and conversion funnel visualization. Created testing utilities for validation.

SEO Excellence

Implemented comprehensive SEO strategy targeting competitive women's ADHD keywords. Built automated sitemap generation, structured data, and optimized for Core Web Vitals.

Documentation & Knowledge Transfer

Created 9 comprehensive documentation guides (1,500+ lines) covering CMS migration, API integration, analytics tracking, SEO optimization, and deployment procedures.

Project Specifications

Multi-Phase
Development Timeline
Next.js 15
Latest Framework
£1,497
Assessment Value
Production
Current Status

Development Phases

Phase 1

Foundation & Core Pages

Initial Next.js 15 setup with TypeScript, core page structure (Home, About, Quiz), component library development, and Tailwind CSS styling implementation.

Phase 2

CMS Integration & Migration

Sanity CMS setup and schema design for all content types. Built automated migration scripts transferring existing content from hardcoded React components. Successfully migrated 9 documents with zero data loss.

Phase 3

Marketing Integration

Deep ActiveCampaign API integration with automated contact management, custom field mapping, and lead segmentation. Implemented Resend email notification system with professional templates.

Phase 4

Analytics & Tracking

Comprehensive GTM integration with Data Layer implementation, GA4 setup and configuration, custom event tracking for conversion funnel, and testing suite development.

Phase 5

SEO & Content Development

Complete on-page SEO implementation, automated sitemap and robots.txt generation, blog system development with 3 pillar articles, and structured data implementation.

Phase 6

Optimization & Production Launch

Performance optimization with Next.js features, mobile responsiveness refinement, accessibility improvements, cross-browser testing, and production deployment.

Platform Features & Implementation

1. ADHD Assessment Quiz System

Lead Generation Challenge

Challenge

Needed an engaging, clinically-relevant assessment tool that converts visitors into qualified leads.

Solution

Built comprehensive two-part quiz based on validated ADHD screening measures with real-time scoring, personalized results, and email capture at results stage.

Implementation Details

  • Dynamic form state management with React hooks
  • Client-side validation with progress tracking
  • Results calculation with Part A and Part B scoring
  • Analytics integration with scroll depth tracking

2. Sanity CMS Integration & Content Migration

Content Management Flexibility

Challenge

All content was hardcoded in React components, requiring developer intervention for any text changes.

Solution

Implemented Sanity CMS with custom schemas for each content type. Created automated migration scripts to transfer existing content. Non-technical team can now update content instantly.

Content Types Created

1
Site Settings
Global configuration (logo, title, contact info)
2
Navigation
Dynamic menu structure
3
Hero Section
Headlines, CTAs, image galleries, credentials
4
About Section
Dr. Michaela's bio, mission, content blocks
5
Benefits Section
Pricing, features, CTAs
6
FAQ Section
Questions and answers with rich text
7
Blog Posts
Full blog system with markdown support

Migration Results

9
Documents Migrated
3
Blog Posts
100%
Success Rate
0
Data Loss

3. ActiveCampaign Marketing Automation

Lead Capture & Nurture

Challenge

Manual lead management with no automated follow-up sequences or segmentation capabilities.

Solution

Deep ActiveCampaign API integration with automated contact creation, custom field mapping for segmentation, and webhook callbacks for real-time updates.

Integration Features

  • Dual Contact Management: Handles both new and existing contacts
  • Custom Fields: callback_requested_date, terms_accepted, source
  • Data Validation: UK phone formatting, email validation
  • Error Resilience: Graceful degradation if AC unavailable

ActiveCampaign Service Architecture

TypeScript
// Service-oriented design pattern
activeCampaign.addContactToListByEmail()
  ├─> createOrUpdateContact()
  ├─> findContactByEmail()
  ├─> addContactToList()
  └─> Custom field updates

// API Endpoints
/api/callback              // Main callback form submission
/api/test-activecampaign   // Integration testing
/api/send-quiz-results     // Quiz result delivery

4. Advanced Analytics & Tracking System

User Behavior Insights

Challenge

Limited visibility into user behavior, conversion funnel performance, and engagement patterns.

Solution

Implemented dual-layer tracking (GTM Data Layer + GA4 direct) with custom tracking library featuring 10+ tracking functions and comprehensive event taxonomy.

High-Priority Events

  • Quiz start tracking (multiple entry points)
  • Quiz completion with scoring data
  • CTA button interactions (12+ locations)
  • Form submissions (callback, quiz results)
  • Conversion events with custom parameters

Medium-Priority Events

  • Page views with section identification
  • Scroll depth (25%, 50%, 75%, 100%)
  • Navigation click tracking
  • User journey mapping
  • Time on page metrics

Custom Analytics Library

TypeScript
// Custom tracking implementation
analytics.trackQuizStart('quiz_hero_section')
analytics.trackCTA('book_now', 'navigation', 'header')
analytics.trackFormSubmit('callback_form', true)
analytics.trackConversion('quiz_complete', score)
analytics.trackScrollDepth(75)

// Data Layer Structure
{
  event: 'quiz_complete',
  event_category: 'quiz',
  event_action: 'complete',
  event_label: 'quiz_hero_section',
  custom_parameters: {
    quiz_score: 15,
    part_a_score: 8,
    part_b_score: 7,
    completion_rate: 100,
    time_spent_seconds: 420
  }
}

5. Comprehensive SEO Optimization

Metadata Optimization

  • Custom title & description per page
  • OpenGraph social sharing
  • Twitter Cards implementation
  • Canonical URLs

Keyword Strategy

PRIMARY
ADHD assessment women, ADHD clinic women, women ADHD specialist UK
SECONDARY
Dr Michaela Dunbar, Neuro Sensitivity Profile, NICE guideline ADHD
LONG-TAIL
private ADHD assessment UK women, adult ADHD women diagnosis

Technical SEO

  • Mobile-responsive design
  • Fast page load times
  • XML sitemap generation
  • Structured data (Schema.org)
  • Image alt text optimization

Structured Data Implementation

JSON
{
  "@context": "https://schema.org",
  "@type": "MedicalBusiness",
  "name": "The ADHD Clinic for Women",
  "medicalSpecialty": "Clinical Psychology",
  "serviceType": "ADHD Assessment",
  "priceRange": "£1497",
  "employee": {
    "@type": "Person",
    "name": "Dr Michaela Dunbar",
    "jobTitle": "Clinical Psychologist",
    "hasCredential": "HCPC PYL34044"
  },
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "20 Ravensmead Road, Shortlands",
    "addressLocality": "Bromley",
    "postalCode": "BR2 0BT",
    "addressCountry": "UK"
  }
}

Technology Stack

Frontend

  • Next.js 15.5.4
  • React 19.1.0
  • TypeScript 5
  • Tailwind CSS 4
  • Headless UI 2.2.9
  • Heroicons 2.2.0
  • Swiper 12.0.2

Content Management

  • Sanity.io 7.11.2
  • GROQ 4.10.1
  • Sanity Image URL
  • Custom Migration Scripts

Marketing & Analytics

  • ActiveCampaign API
  • Resend 6.1.1
  • Google Tag Manager
  • Google Analytics 4
  • Custom Data Layer

Development Tools

  • ESLint 9
  • Git
  • npm
  • Next.js Build System

Technical Challenges & Solutions

Content Management Flexibility

Problem: All content was hardcoded in React components, requiring developer intervention for any text changes.
Solution: Implemented Sanity CMS with custom schemas and built automated migration scripts that transferred existing content with zero data loss. Non-technical team can now update content instantly.
Outcome: Reduced developer dependency by 90%, content updates deploy automatically, version control for all changes.

Multi-Service Integration Reliability

Problem: Application reliability shouldn't depend on third-party service availability.
Solution: Implemented graceful degradation for all integrations with comprehensive error handling and fallback mechanisms. Form submissions never fail due to third-party issues.
Outcome: 100% core functionality uptime, improved user experience with faster response times, better debugging capabilities.

Comprehensive Analytics Without Performance Impact

Problem: Needed detailed user behavior tracking without slowing down the site.
Solution: Implemented GTM with Data Layer for flexible tracking, created custom analytics library with async event pushing, optimized event payloads to minimize data transfer.
Outcome: Zero impact on page load performance, comprehensive user behavior insights, flexible tracking evolution without code changes.

SEO Competition in Healthcare Market

Problem: Healthcare keywords are highly competitive, especially for women's mental health.
Solution: Focused on underserved niche (women's ADHD exclusively), created high-quality specific content, implemented comprehensive technical SEO with structured data.
Outcome: Strong foundation for organic search growth, reduced competition through niche focus, better qualified traffic from specific keywords.

Results & Business Impact

100%

Production Ready

Fully functional with no critical bugs

90%

Reduced Dev Dependency

Non-technical content updates enabled

35+

Reusable Components

Built for scalability and maintenance

1,500+

Documentation Lines

9 comprehensive guides created

Lead Generation

  • Multiple lead capture points (quiz, callback, floating CTA)
  • Automated email list building
  • Lead qualification through quiz responses

Brand Authority

  • Professional presentation of credentials (HCPC, BPS)
  • Educational content establishing expertise
  • Unique service differentiators (Neuro Sensitivity Profile™)

Operational Efficiency

  • Automated contact management
  • Instant notification of inquiries
  • Data-driven optimization insights

The ADHD Clinic for Women represents a comprehensive digital healthcare platform that successfully addresses a critical gap in women's mental health services. By combining modern web technologies, strategic content management, integrated marketing automation, and comprehensive analytics, the project delivers both immediate business value and a foundation for long-term growth.

Competitive Advantages

1

Niche Focus

Only platform exclusively for women's ADHD in the UK, addressing a historically underserved market.

2

Proprietary Tool

Neuro Sensitivity Profile™ provides unique differentiation from generic ADHD assessments.

3

Comprehensive Support

3-month support plan versus one-off assessments provides ongoing value and differentiation.

4

Expert Credibility

UK Clinical Psychologist with HCPC registration versus general practitioners enhances trust and authority.

5

Modern Platform

Contemporary web experience with seamless user journey versus dated competitor websites.

6

Data-Driven

Comprehensive analytics enable continuous optimization based on actual user behavior patterns.

Project Documentation

Throughout the project, comprehensive documentation was created to ensure maintainability and knowledge transfer. Nine detailed guides totaling over 1,500 lines cover every aspect of the platform.

CONTENT_MIGRATION_GUIDE.md
Complete Sanity CMS migration guide with schema documentation and migration script usage
ACTIVECAMPAIGN_INTEGRATION.md
API integration details, endpoint documentation, and testing procedures
ANALYTICS_TRACKING_GUIDE.md
Complete tracking implementation with event taxonomy and GTM configuration
SEO_OPTIMIZATION_SUMMARY.md
SEO strategy overview, keyword targeting, and technical checklist
SANITY_CONTENT_SETUP.md
CMS configuration guide with schema design patterns
EMAIL_SETUP_GUIDE.md
Email service configuration and template customization
COMPONENT_DEVELOPMENT_GUIDE.md
Component patterns, styling guidelines, and best practices
SANITY_SETUP.md
Initial CMS setup and environment configuration
ACTIVECAMPAIGN_SETUP.md
Account configuration, list management, and custom fields

Experience the Platform

Visit the live website to see the comprehensive ADHD assessment platform in action, including the interactive quiz system, content management, and seamless user experience.

Visit adhdclinicforwomen.co.uk