Determine if Flume is right for your application
masterFlume is designed for applications with complex or diverse business logic needs. It is a good fit if you encounter any of the following scenarios:
- Your app serves users with very different business logic requirements.
- You frequently use "feature flags" to toggle code parts for different users.
- Business logic is frequently mixed with application logic.
- Complicated business logic makes code hard to maintain.
- You want to provide a visual editor so users can safely edit logic.
- You are frequently deploying new code versions just to update business logic.
- Non-programmers in your organization need to contribute to building application logic.
- You struggle to share and maintain business logic between frontend and backend.