A verifiable biomedical signal instrument. Users describe symptoms and receive a structured report grounded in real PubMed and ClinicalTrials.gov evidence, with optional on-chain anchoring as a compressed NFT on Solana mainnet.
- Symptom analysis with real biomedical evidence
- Structured reports with confidence scores
- Optional NFT minting for permanent records
- Public feed of anchored analyses
- Rate limiting for fair usage
- Clone the repo
- Install dependencies:
pnpm install - Set up environment variables (see .env.example)
- Run database migrations:
pnpm --filter @workspace/db db:push - Start dev servers:
pnpm dev
- Frontend: http://localhost:3000
- API: http://localhost:8080/api
Describe symptoms, get analysis, optionally mint NFT.
See docs/api-reference.md
See docs/architecture.md
PRs welcome. See .github/PULL_REQUEST_TEMPLATE.md
MIT