Join Discord

Enter your email to get updates
What is Membrane?
Membrane is a hosted TypeScript runtime specifically designed to build personal automation tools and interact with APIs more easily.
FEATURES
EXAMPLES
open-integrations-model
Drivers is what we call API connectors.
A driver is a regular Membrane program but with the sole purposes of exposing an API and its types in your graph. Anyone can write or modify a driver and share it in Github. Drivers use exactly the same model as normal programs so there's nothing new to learn.
We keep a directory of drivers that can be installed with one click from Visual Studio Code.
Need to connect to an API that doesn't have a driver? No problem, you can always use fetch directly. Always feel free to reach out on discord
Dev Blog