Flow Connect (formerly known as AREA) is a powerful automation tool that allows you to create workflows to connect your favorite apps and services.
Flow Connect is a web and mobile application that enables you to automate tasks by creating workflows. A workflow is a sequence of actions and reactions that are triggered by specific events. For example, you can create a workflow that automatically sends a Discord message when you receive a new email in Gmail.
- Workflow Automation: Create custom workflows to automate your daily tasks.
- Microservice Architecture: A robust and scalable architecture with a main API and several microservices.
- Web and Mobile Apps: Manage your workflows from anywhere with our web and mobile applications.
- Extensible: Easily add new services and integrations.
Flow Connect currently supports the following services:
| ID | Name | Actions | Reactions |
|---|---|---|---|
| 1 | Spotify | 2 | 6 |
| 2 | Google Sheets | 3 | 9 |
| 3 | YouTube | 0 | 14 |
| 4 | Twitch | 4 | 6 |
| 5 | Discord | 5 | 5 |
| 6 | Gmail | 1 | 5 |
- Clone the repository:
git clone git@github.com:lorenzolarc/AREA.git cd AREA - Create a
.envfile from the.env.exampleand fill in the required values.
- For Development:
docker-compose -f docker-compose-dev.yaml up --build
- For Local Production:
docker-compose up --build
- For Production (on a VPS):
docker-compose -f docker-compose-prod.yaml up --build
- API Documentation: api/README.md
- Web App Documentation: webapp/README.md
- Mobile App Documentation: mobileapp/README.md
- User Stories: USERSTORIES.md
- User Journeys: USERJOURNEYS.md
We welcome contributions! Please read our Contributing Guidelines to get started.
This project uses unit tests to ensure the quality of the code. You can find more information about the tests in the tests documentation.
Our production instance is available at https://flowconnect.dev.
This project was made possible by the following contributors:
| Name | Picture |
|---|---|
| Ulysse Mercadal | |
| Nathan Deleger | |
| Nicolas Nunney | |
| Lorenzo La Rocca | |
| Max Robert |