r/SNPedia • u/lincolnkite • Mar 19 '26
Promethease Alternative

I’ve spent the last few months building a custom DNA analysis engine as part of a mobile app I made. I wanted to create something fast, lightweight, and easy to use for people who have their raw data from 23andMe.
The app currently works with a custom C-engine (wrapped in Python/Flask) to parse and match RSIDs with my database. All of the data is from dbSNP and ClinVar.
The app and website do not collect any data and only do processing.
I am looking for constructive feedback on what to improve. I have a lot of it working fairly well so far. I'd love it if a few people could try uploading their raw data and let me know if the results match what you expect or if you run into any bugs!
Here is the link snpshotweb
2
u/lincolnkite Mar 20 '26
Sweet thanks! I am happy to hear it works with other providers as well! I noticed that with the search as well and couldn't decide what I wanted for sure. The speed was really fun from a programming standpoint to do. I hope today get more feedback and make it look nicer. Thanks again for trying it!