No description
Find a file
admin 7eaacb08e1 feat: initialize React Native mobile app with Expo
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
2025-11-18 18:44:04 +00:00
.github docs: production deployment status and quick start guide 2025-11-18 03:05:36 +00:00
apps chore: OpenSpec scaffold 2025-11-17 22:57:40 +00:00
backend fix: configure nginx to handle Cloudflare Flexible SSL mode without redirect loop 2025-11-18 07:30:25 +00:00
mobile feat: initialize React Native mobile app with Expo 2025-11-18 18:44:04 +00:00
openspec docs(openspec): approve and apply 3 infrastructure proposals (Data Model, Authentication, Design System) 2025-11-18 00:39:01 +00:00
packages chore: OpenSpec scaffold 2025-11-17 22:57:40 +00:00
web feat: implement all website pages matching morethanadiagnosis.org 2025-11-18 18:14:50 +00:00
.gitignore chore: update gitignore to exclude Next.js build artifacts and certificates 2025-11-18 18:07:49 +00:00
CLOUDFLARE_DNS_SETUP.md fix: correct Cloudflare DNS A record IP to use public IP not Tailscale 2025-11-18 03:11:51 +00:00
DEPLOYMENT_GUIDE.md feat(deploy): production deployment configuration for mtd.runfoo.run 2025-11-18 03:05:00 +00:00
DEPLOYMENT_SUMMARY.md docs: add comprehensive deployment summary 2025-11-18 18:08:34 +00:00
HANDOFF_CLAUDE_WEB.md docs: add handoff document for claude-web with frontend deployment status 2025-11-18 07:33:05 +00:00
HANDOFF_WEBSITE_SCRAPER.md feat: add website scraper and handoff documentation for claude-web 2025-11-18 17:17:43 +00:00
PROJECT_COMPLETION.md docs: add project completion report 2025-11-18 18:10:40 +00:00
QUICK_DEPLOYMENT_CHECKLIST.md docs: add quick backend deployment checklist 2025-11-18 03:12:46 +00:00
README.md chore: OpenSpec scaffold 2025-11-17 22:57:40 +00:00
ROADMAP.md chore: OpenSpec scaffold 2025-11-17 22:57:40 +00:00
scraper.js feat: add website scraper and handoff documentation for claude-web 2025-11-18 17:17:43 +00:00
website_content.json feat: add website scraper and handoff documentation for claude-web 2025-11-18 17:17:43 +00:00

More Than A Diagnosis — Community Hub (OpenSpec)

This repository hosts the multiplatform 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 opensource and thirdparty extensions
  • Seamless migration from the existing Wix site

Start here

  • See openspec/project.md for 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 changes
  • apps/ — App code (placeholders for web and mobile; to be proposed via OpenSpec)
  • packages/ — Shared libraries/modules (to be proposed via OpenSpec)