Glue
A code first way to write integrations and automations between apps.
A glue is just a single typescript file that you can test locally and deploy to our cloud. It handles all the pain - connectors, setting up webhooks, doing the ouath dance, storing auth and secrets, logging, autoscaling, and deployments.
Glue has an amazing DX - we provide the CLI and typescript runtime, you proivde your favorite editor, version control and LLM.
Install:
curl -fsSL https://glue.wtf/install.sh | sh