MEMBRANE
Automate things with TypeScript without APIs or databases.
Build bots, protoypes, and internal tools faster.
or
Enter your email to get updates
What is Membrane?
FEATURES
- Browser Integration .............. 0
- ➤Durable Programs ................. 1
- It's just SQLite ................. 2
- The Graph ........................ 3
- Cron Jobs and Timers ............. 4
- Observability .................... 5
- Built inside VS Code ............. 6
EXAMPLES
durable-programs
To keep data around, put it in the state object and that's it. Durability makes programs *portable*. Programs can be moved from our infrastructure to your home server (e.g. for lower latency) without skipping a beat.
Durability is particularly helpful when building workflows that involve humans-in-the-loop,as humans, unlike computers, don't respond within milliseconds, if at all. Membrane promises can be `await`ed indefinitely without worrying about timeouts.
❋ ❋ ❋
News
Downloads
[Sorry! We're working on this]