Introduction
Rerouter is a minimalist no-code automation platform that can bridge different channels that emit events or messages in real-time.
It can be configured and deployed graphically through the app. The following features are currently supported:
- Switches - changing the destination of the message depending on it's content
- Transformers - changing the content of the message.
This makes it useful for monitoring, filtering and interacting with messages.
Rerouter also has LLM features built on OpenAI.
The mustache template is supported in some contexts.
Privacy notice
By providing authentication tokens in the app, you are giving Rerouter the ability to read and write messages in the corresponding accounts. This is critical for the app's functionality. We do not log or persist messages.
Third party services
Currently, the only third party API is for LLM features which are built on OpenAI. If you do not consent that OpenAI can see your messages then do not use LLM features. In particular, these are:
Similar projects
Security and metrics
From our side, ensuring that we keep your tokens secret is crucial. We keep them in volatile memory strictly for the app's functionality and are always encrypted in transit. The only metrics that are collected are the number of messages processed per account. When a token is provided, a fingerprint of the account is obtained, e.g hash(email | username)
and inserted in a table. This allows for the implementation of some form of of rate limiting without actually having users to create an account on Rerouter.
Hash(fingerprint | salt) | Messages processed |
---|---|
0x8f12a7... | 42 |
0xc93e3d... | 15 |
0xab7d19... | 87 |
... | ... |
Pricing
Most likely pricing will be implemented to be per authenticated account based on the number of messages it receives. Rerouter is currently free to use while it is at Alpha stage.
Server hardware
All deployments run on virtual machines rented from Exoscale, a Swiss Infrastructure‑as‑a‑Service (IaaS) cloud provider. https://www.exoscale.com/datacenters/switzerland/#ch-gva-2
Getting Started
Get started by checking out the examples.