No description
Core features implemented: - Expo cross-platform setup (iOS, Android, Web) - Bottom tab navigation (Home, Resources, Community, Profile) - Home screen with all major sections: * Hero section with mission statement * Happy Mail integration * Connect/Support section * Podcast information * Features grid * Wings of Remembrance - Resources screen with curated support materials - Community screen with support groups and circles - Profile screen with user account management - Auth layout structure (login, signup, forgot password) Ready for: - Authentication integration with FastAPI backend - API integration for community features - Database connectivity - Testing on iOS, Android, and Web |
||
|---|---|---|
| .github | ||
| apps | ||
| backend | ||
| mobile | ||
| openspec | ||
| packages | ||
| web | ||
| .gitignore | ||
| CLOUDFLARE_DNS_SETUP.md | ||
| DEPLOYMENT_GUIDE.md | ||
| DEPLOYMENT_SUMMARY.md | ||
| HANDOFF_CLAUDE_WEB.md | ||
| HANDOFF_WEBSITE_SCRAPER.md | ||
| PROJECT_COMPLETION.md | ||
| QUICK_DEPLOYMENT_CHECKLIST.md | ||
| README.md | ||
| ROADMAP.md | ||
| scraper.js | ||
| website_content.json | ||
More Than A Diagnosis — Community Hub (OpenSpec)
This repository hosts the multi‑platform community hub for morethanadiagnosis.com, designed for people living with cancer or terminal diagnoses. The project strictly follows the OpenSpec methodology and is compatible with https://github.com/Fission-AI/OpenSpec.
Key goals
- Full feature parity across Android, iOS, and Web
- Accessibility tailored to chronic/terminal illness communities (WCAG 2.2 AA+)
- Strong privacy and compliance practices (HIPAA/GDPR/platform policies)
- Open APIs and modular architecture to support open‑source and third‑party extensions
- Seamless migration from the existing Wix site
Start here
- See
openspec/project.mdfor conventions, workflow, and architectural guardrails. - Propose changes with the template in
openspec/templates/proposal-template.md. - Active and archived proposals live under
openspec/changes/. - Approved/implemented specs live under
openspec/specs/.
Repository layout
openspec/— OpenSpec workflow, specs, and changesapps/— App code (placeholders for web and mobile; to be proposed via OpenSpec)packages/— Shared libraries/modules (to be proposed via OpenSpec)