# RBD program Discovery

Version: 1

RBD program exposes public content in HTML by default, and JSON discovery via [/api](http://localhost:3000/api).

## Discovery surfaces

- [/api](http://localhost:3000/api) — public JSON discovery document
- [/llms.txt](http://localhost:3000/llms.txt) — lightweight operator hint surface
- [/sitemap.xml](http://localhost:3000/sitemap.xml) — XML sitemap for crawlers
- [/sitemap.md](http://localhost:3000/sitemap.md) — this markdown discovery index
- [/rss.xml](http://localhost:3000/rss.xml) — RSS 2.0 feed of program updates

## Pages

- [Home](http://localhost:3000) — RBD is one of the earliest signs of Parkinson's disease — program overview, mission, and calls to action.
- [Understanding RBD](http://localhost:3000/understanding-rbd) — Educational hub about REM sleep behavior disorder: what it is, symptoms, causes, diagnosis, and its connection to Parkinson's.
- [How to Participate](http://localhost:3000/how-to-participate) — How to join the Mount Sinai Sleep & Healthy Aging Study — for suspected RBD, diagnosed RBD, and healthy volunteers.
- [The Program](http://localhost:3000/about) — Program structure, pillars, and how the RBD Early Detection, Care, and Neuroprotection Program is organized.
- [Your Impact](http://localhost:3000/why-support-us) — Donor-facing rationale for supporting early detection research into Parkinson's disease.
- [Team](http://localhost:3000/team) — The researchers, clinicians, and corporate partners driving earlier Parkinson's detection at Mount Sinai.
- [Privacy Policy](http://localhost:3000/privacy-policy) — How personal information submitted through program forms is collected, used, and protected.

## Public JSON API

- `http://localhost:3000/api` — discovery document listing all routes, formats, and feeds

## Usage

```bash
curl http://localhost:3000/api
curl http://localhost:3000/llms.txt
curl http://localhost:3000/sitemap.md
curl http://localhost:3000/sitemap.xml
curl http://localhost:3000/rss.xml
```

## Program information

**Mission:** Advance early detection of Parkinson's and related neurodegenerative disease by identifying individuals with REM Sleep Behavior Disorder.

**Key statistics** (verbatim — never rounded or paraphrased):
- ~1 million Americans have undiagnosed RBD
- 80%+ of people with RBD progress to Parkinson's or Lewy body dementia
- 10–15 years average early detection window
- 84–87% wrist actigraphy accuracy (Nature Digital Medicine)

**Institution:** Mount Sinai Health System

---

*Auto-generated from the route registry at build/request time. For the current version, visit http://localhost:3000/sitemap.md*
