Built an accessible, SEO-optimized website for a Melbourne NDIS provider using Next.js — with a custom accessibility widget, dynamic service pages, and sub-1.5s load times.

Pristine Care is a registered NDIS (National Disability Insurance Scheme) provider based in Melbourne, delivering Positive Behaviour Support, Community Nursing, Supported Independent Living (SIL), and related disability services across Victoria, New South Wales, and the ACT. They needed a website that could do three things at once: load fast, rank for competitive NDIS-related search terms, and genuinely meet the accessibility needs of the people actually visiting it — many of whom are NDIS participants, families, or support coordinators, some with cognitive, visual, or motor impairments.
I built the site on Next.js using dynamic routing for both the services section and the blog — pages like /services/positive-behaviour-support, /services/community-nursing-care, and individual blog posts are all served through dynamic [slug] routes pulling from a structured content source. This means the site behaves like a real application rather than a fixed set of HTML files: content, services, and blog posts can be added or updated without touching the codebase, and the routing layer resolves and renders each page dynamically. It gave the client a site that's easy to extend — new service categories or blog content just slot into the existing route structure.
Websites built for NDIS participants carry a real accessibility responsibility — this isn't a nice-to-have. I built a custom, client-side accessibility toolbar (no third-party plugin) giving visitors direct control over:
This sits alongside semantic HTML structure and NDIS registration badges in the header and footer, so both users and Google can immediately verify the provider's registered status.
I write more about the performance side of projects like this on my blog — including a full breakdown of how I approach Core Web Vitals and real-world Vercel Speed Insights scores.
If you're an NDIS provider, disability support organisation, allied health practice, or healthcare business looking for a Next.js developer who understands both accessibility requirements and SEO, this project is a solid reference point. I also work on related builds — see my healthcare and clinic website development services and technical SEO services for the kind of work that goes into projects like this one.
Want to see more builds like this? Check out all my projects, or get in touch if you're planning something similar.
// Tech Stack