Released v0.1.0 · Web app · runs entirely in the browser
Strand DNA
A DNA report that never leaves your browser.
A privacy-first DNA report that runs entirely in the browser: ancestry, maternal and paternal lines, traits and a searchable genome explorer. Not a medical device.
huggingface.co/spaces/willykeenan/strand-dnaSample data

- Upload
- None: parsed on device
- Reads
- 23andMe · AncestryDNA · more
- Medical device
- No
- License
- MIT + CC BY 4.0 data
01 / What it does
A DNA report that never leaves your browser.
- 01
Ancestry and lineage
Ancestry composition plus maternal and paternal haplogroups, computed in client-side JavaScript.
- 02
Traits and a genome explorer
Traits, carrier variants and a searchable explorer over the raw file you already downloaded.
- 03
Your file stays yours
Parsing and matching run on your device. Close the tab and the only copy is the one you already had.
02 / The record
What it can prove, and where it stops.
- Proven safeguard
- The genome file is parsed on your device and never uploaded.
- Limits
- Not a medical device, not a diagnostic test and not medical advice.
- License
- MIT code + CC BY 4.0 data
- Screens on this page
- Real captures of the product, from its demo mode, sample data or a recorded run. No customer data.
03 / Try it
Run it yourself.
Run it locally, from the repository README. Nothing here needs an account with us.
git clone https://github.com/willykeenan/strand-dna && cd strand-dna
npm install
npm run build
npm start # http://localhost:3000