Explore 40 famous drugs with live SMILES editing, ADMET, and repurposing
An end-to-end drug discovery playground. Browse 40 curated drugs from Aspirin to Ozempic — statins, kinase inhibitors, GLP-1 agonists, antibiotics, antivirals, SSRIs, plus historical and research drugs. Edit SMILES and watch molecular weight, LogP, Lipinski, and QED update instantly. Run heuristic toxicity panels. Browse drugs by disease. Find repurposing opportunities. Plus existing compound-vs-target evaluation and lead optimization workflows.
POST /v1/drug-discovery-lab/calculate/molecular-propertiesimport requests
# Calculate properties for aspirin
r = requests.post(
"https://scirouter.ai/v1/drug-discovery-lab/calculate/molecular-properties",
json={"smiles": "CC(=O)OC1=CC=CC=C1C(=O)O"}
)
p = r.json()["data"]
print(f"MW: {p['molecular_weight']:.1f}")
print(f"LogP: {p['logp']:.2f}")
print(f"Lipinski violations: {p['lipinski_violations']}")
print(f"Drug-likeness: {p['drug_likeness']}")
# Browse drugs by disease
r = requests.get("https://scirouter.ai/v1/drug-discovery-lab/diseases/diabetes-type-2")
for d in r.json()["data"]["drugs"]:
print(f"- {d['name']} ({d['drug_class']})")Paste any SMILES and instantly check Lipinski's Rule of Five
Teach drug-likeness with 40 real approved-drug examples
Explore the GLP-1 agonist revolution (Semaglutide, Tirzepatide)
Understand KRAS inhibitors (Sotorasib) and why KRAS was 'undruggable'
Browse drugs by disease for a given therapeutic area
Brainstorm drug repurposing hypotheses from existing literature
14 min read
11 min read
13 min read
11 min read
13 min read
Calculate LogP, MW, TPSA, and more from SMILES
Predict absorption, distribution, metabolism, excretion, and toxicity
41 ADMET endpoints from Therapeutics Data Commons in one API call
AI-powered de novo drug design and lead optimization