AI-Powered Health Data Synthesis & Clinical Insights Platform
HealthWeave synthesizes patient health data with current medical literature to generate actionable clinical insights and doctor-ready reports. Built with HIPAA compliance and security as core requirements.
- Frontend: Next.js (React + TypeScript)
- Backend: Node.js + TypeScript
- Infrastructure: AWS (Bedrock, S3, Cognito, DynamoDB, Lambda)
- AI: Claude via AWS Bedrock (HIPAA-compliant with BAA)
- Local Development: LocalStack for AWS emulation
healthweave/
├── backend/ # Backend API
│ ├── dist # Compiled code (production)
│ ├── node_modules # Dependencies
│ └── src # Source code
├── docs # Documentation
├── frontend # Frontend application
│ ├── node_modules # Dependencies
│ └── src # Source code
├── diagnostic-tests # Mock lab tests
├── localstack-data # LocalStack data
├── logo # Logo files
└── wiki # Wiki- Node.js 18+
- Docker & Docker Compose
- AWS CLI (for production deployment)
-
Start LocalStack
docker-compose up -d
-
Install Dependencies
# Backend cd backend && npm install # Frontend cd ../frontend && npm install
-
Start Development Servers
# Terminal 1 - Backend cd backend && npm run dev # Terminal 2 - Frontend cd frontend && npm run dev
-
Access Application
- Frontend: http://localhost:3000
- Backend API: http://localhost:4000
- LocalStack: http://localhost:4566
Uses local AWS emulation with Ollama models
Uses real AWS Bedrock with Claude and HIPAA compliance
- HIPAA-compliant architecture
- End-to-end encryption
- Audit logging
- Zero data retention with AI provider
- AWS Bedrock BAA required for production
- Architecture
- Development Guide
- Deployment Guide
- Compliance
- Business Planning
- Value Proposition
- Use Cases
- ROI Analysis
- Contributing
- Configuration
- Operations
- Deployment
Proprietary - All Rights Reserved
