About this demo
None of this is real, and that is the point.
Anupana is an invented clinic built to demonstrate design and build quality. This page sets out exactly what is fictional, what was deliberately left out, and why.
- What this is
- A demonstration site. It exists to show prospective clinic clients in the UAE what a considered, well-built website looks like. It is not a business, does not trade, and has no premises.
- The name
- Invented. Anupana is a classical Ayurvedic term for the liquid a preparation is taken with. Before it was used here it was checked by search against clinics in the UAE and India; no clinic, hospital, retreat or product brand trades under it. Ten other candidate names were rejected for exactly that reason.
- The address
- Fictional, and deliberately unmistakable as such. The diagram on the Visit page is drawn in CSS from the site’s own palette. No map service is contacted and no coordinate appears anywhere in the code.
- The photography
- There is none. Every image slot is a solid tone or a shallow gradient at the aspect ratio the real photograph would occupy, with a caption describing the shot that belongs there. No stock imagery was used or downloaded.
- What is deliberately absent
-
No testimonials, star ratings or review counts. No practitioner names or photographs. No claimed years in business, certifications, accreditations or awards. No prices.
And no medical claims of any kind. Every therapy on this site is described as a procedure — what is used, where it is applied, how long it takes — and never in terms of what it does to a person. That constraint shaped the writing everywhere, including the name.
- Data collection
- None. There is no form on this site, no newsletter, no booking system and no analytics. Nothing is written to local storage and no cookie is set. The pages make no cross-origin requests at all — the fonts are self-hosted and there is no CDN. The one exception is the WhatsApp link, which only does anything if you choose to click it.
- Search engines
- This site asks not to be indexed, by two mechanisms at once: an
X-Robots-Tagresponse header on every path, and a robots meta tag on every page. There is deliberately no robots.txt, because a disallow rule would block the crawl and leave bare URLs indexable instead. - How it is built
- Static HTML, CSS and about four kilobytes of JavaScript. No framework, no build step, no dependencies, nothing to install. Every colour, size, duration and easing curve in the project resolves through a single token file.
- Accessibility
- All text meets WCAG AA contrast, and most of it meets AAA. Real semantic structure, visible focus states, keyboard navigable throughout, and a described alternative for every placeholder image. Motion is restrained and honours
prefers-reduced-motioncompletely — with motion reduced, or with JavaScript off entirely, the page is complete rather than blank. - Arabic
- The CSS is written in logical properties throughout, so a right-to-left build is a language switch rather than a rebuild. The body typeface has an official Arabic sibling with matching metrics. No Arabic content is published here — the point is that the layout is ready for it.