Private repository | divinity-science org | Status: Active Research & Build
This is the internal research, design, and build repository for Divinity Science's Health Intelligence Platform — our v1 AI-native health product. It contains:
- Competitor UI catalog (Perplexity Health teardown, 50+ annotated screenshots)
- Strategy PRD (Part 2A) — founder-grade positioning, wedge, moat
- Build Specification (Part 2B) — screen specs, data models, API contracts, engineering milestones
- Design System (Part 2C) — coming soon
- POC implementation — coming soon
health-intelligence-platform/
├── research/
│ ├── competitor-catalog/ # Perplexity Health UI teardown
│ │ ├── screenshots/ # 50+ annotated screenshots
│ │ └── catalog.md # Full annotated feature index
│ ├── market-research/ # Industry, papers, funding
│ └── user-research/ # Persona, jobs-to-be-done
│
├── strategy/
│ ├── part-2a-strategy-prd.md # Founder-grade strategy PRD
│ ├── competitive-analysis.md # Side-by-side feature comparison
│ └── gtm.md # Go-to-market plan
│
├── specs/
│ ├── part-2b-build-spec.md # Full product & engineering build spec
│ ├── data-models.md # Schema definitions
│ ├── api-contracts.md # API endpoint specs
│ └── part-2c-design-system.md # Design system (WIP)
│
├── poc/
│ ├── apps/
│ │ ├── web/ # Next.js 14 frontend
│ │ └── api/ # FastAPI backend
│ ├── packages/
│ │ ├── ui/ # Shared components
│ │ ├── types/ # Shared TypeScript types
│ │ └── prompts/ # Version-controlled LLM prompts
│ └── .github/
│ └── workflows/ # CI/CD + scheduled orchestration
│
└── docs/
├── adr/ # Architecture Decision Records
├── build-log.md # Session-by-session build log
└── sprint-tracker.md # Active sprint / task board
| Document | Location | Status |
|---|---|---|
| Competitor UI Catalog | research/competitor-catalog/catalog.md |
In Progress |
| Strategy PRD (2A) | strategy/part-2a-strategy-prd.md |
Draft Complete |
| Build Spec (2B) | specs/part-2b-build-spec.md |
Draft Complete |
| Design System (2C) | specs/part-2c-design-system.md |
Pending |
| POC App | poc/ |
Not Started |
- Comet (Browser AI) — does the UI research, screenshot catalog, spec writing, and code generation via GitHub web + Codespaces
- Perplexity Pro Spaces — holds research digests, build logs, prompt iteration
- GitHub Issues — single source of truth for all tasks (labeled by module, priority, type)
- GitHub Actions — CI/CD + weekly orchestrator cron job
- Vercel — frontend preview + production deploys
- Railway — backend deploys
- Supabase — database + auth + storage (free tier)
- Repo created (2026-06-04)
- Strategy PRD delivered (Part 2A)
- Build Spec delivered (Part 2B)
- Competitor UI catalog (in progress)
- Design system (Part 2C)
- POC implementation
- First beta deploy to Vercel
Built by Divinity Science. Internal use only. Do not share.