⚡ The AppFlowy Cloud written with Rust 🦀
AppFlowy Cloud is adopting an open-core model to ensure the project's long-term sustainability.
AppFlowy offers two deployment options:
- AppFlowy Managed Cloud: AWS-hosted instances fully deployed and managed by the AppFlowy team
- AppFlowy Self-hosted Cloud: Configurable services you can deploy on your own infrastructure
The codebase behind these two setups is a closed-source fork of this open-source codebase: https://github.com/AppFlowy-IO/AppFlowy-Cloud, combined with our proprietary code. The commercial fork is distributed solely under our commercial license (link).
AppFlowy Self-hosted Cloud is designed for teams and enterprises that want data control and modular, configurable components tailored to their own infrastructure. It comes with a Free tier suitable for experienced IT professionals to test out our self-hosted solution and allows seamless upgrades to higher tiers.
The Free tier offers:
- One user seat (per instance)
- AppFlowy Web App (your hosted appflowy.com/app)
- Up to 3 guest editors who can be added to your selected AppFlowy pages and collaborate with you in real time
- Publish pages
- Unlimited workspaces
You can find the pricing details by visiting this page, or your self-hosted admin panel, or our official website (link).
Open source vs Open core:
As AppFlwy Cloud is adopting an open-core model, AppFlowy Web and AppFlowy Flutter will remain open source. As part of the transition, we are consolidating and reorganizing our codebases in private repositories. Recently, we merged all AppFlowy Web–related development from our private repository back into the public one. You can check the commit for reference. We will also merge Flutter code back into this public repository at a later stage.
AppFlowy Cloud will continue to follow the open-core model for business reasons. You're free to use https://github.com/AppFlowy-IO/AppFlowy-Cloud governed by its license.
We also have a few other open source repos, such as
- AppFlowy Website for developers who want to build their own website following our navigation structure
- appflowy-editor for Flutter developers to build their own apps
- appflowy-board for Flutter developers to build their own apps
- See deployment guide