Build and share
complex workflows fast.

Build and share
complex workflows fast.

Build and
share complex workflows fast.

A platform to transform scattered notebooks and scripts into production-ready applications and APIs in minutes.

PubChem Cleaned

Opening Molecule Drawer

Sure thing! I’ll need the grid parameters. Do you have additional ligands to add?

Set up a docking experiment for me on Live Design.

Yeah, let me draw some.

Applications

APIs

Chat Agents

Export and Share

Deploy your workflows as APIs, web apps, or even chat agents.

Predict Acute Toxicity LD50

SMILES *

ESMFold

Protein Target *

PubChem Cleaned

DiffDock

SMILES *

Folded Protein *

Generate Variants (GraphGA)

Molecular Dataset *

Scoring Function *

Generate Variants (GraphGA)

Molecular Dataset *

Scoring Function *

Visual Graph Editor

Build workflows with access to hundreds of pre-built functions and interfaces using a simple drag and drop graphical editor.

Visualizations

Extensions

Workflows

Pre-Built Application Library

With a comprehensive library of functions, extensions, and workflows, get started building — from chemioinformatics tools to data ETL applications — without a single line of code.

SMILES:

CCOC(=O)C1=C(NC(=C(C1C2=CC=CC=C2Cl)C(=O)OC)C)COCCN

Submit

Customizable UI

Build custom interfaces with a containerized applet system. Integrate with any React library.

PubChem Cleaned

Internal VPC

Jobs Dispatcher

Serverless Worker

Serverless Worker

Serverless Worker

Serverless Worker

Enterprise Grade Security

Support for on-premise or even completely air gapped installs.

import oloren as olo
import pandas as pd
from rdkit import Chem

@olo.register(description="Add murko scaffold column to csv")
def get_scaffolds(csv_file = olo.File()):
    df = pd.read_csv(csv_file)
    mols = [Chem.MolFromSmiles(smi) for smi in df['smiles']]
    df['scaffold'] = murko_scaffold([mol for mol in mols])
    df.to_csv("scaffolds.csv")
    return olo.OutputFile("scaffolds.csv")

Instant Integration

Your codebase integrates with one line of code. Just add a decorator to enable graphical interfaces and serverless deployment at scale.

Hosted

$500

per user/month

Unlimited Workflows

Unlimited Exports

Automatic UI Generation

30 Day Money Back Guarantee

Get Started

Enterprise

Contact Us

On-Premise Deployment

Custom Integrations

Unlimited Support

White Glove Integration

Contact Us