https://github.com/zaydiscold/mutation-storyteller
An agentic mutation research interface: turn a variant into a protein view, evidence trail, and plain-language story using AlphaFold + Gemini.
https://github.com/zaydiscold/mutation-storyteller
Last synced: 10 days ago
JSON representation
An agentic mutation research interface: turn a variant into a protein view, evidence trail, and plain-language story using AlphaFold + Gemini.
- Host: GitHub
- URL: https://github.com/zaydiscold/mutation-storyteller
- Owner: zaydiscold
- Created: 2026-03-21T21:44:42.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-22T00:06:18.000Z (3 months ago)
- Last Synced: 2026-03-22T12:33:16.205Z (3 months ago)
- Language: TypeScript
- Homepage: https://mutation-storyteller.vercel.app
- Size: 832 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mutation Storyteller
Mutation Storyteller is an agentic research interface for biomolecular questions.
You enter a mutation, and the app orchestrates multiple scientific data sources to produce a readable mutation story plus a 3D protein view.
The goal is not to replace domain experts.
The goal is to lower the friction for early-stage exploration so more people can follow the research path and understand what the tools are doing.
Live app: https://mutation-storyteller.vercel.app
## Local Development
```bash
npm install
npm run dev
```
Open `http://localhost:3000`.
## Tech
- Next.js (App Router)
- Vercel AI SDK
- Google Gemini tool calling
- AlphaFold DB + UniProt + PubMed + ClinVar
- 3Dmol.js for structure rendering
## Notes
- This is an active work in progress.
- It is a research explainer, not medical advice.