Hi! I'm a student working on my own app, and in the future Iād like to monetize it (e.g. through subscriptions or paid features). I'm using Appwrite Self-Hosted for authentication, database, and user management.
Do I need to buy any Appwrite plan or license to legally sell my app that uses Appwrite in the background?
Thanks in advance for the help!
Hi @wleci š Appwrite's open source platform operates under the BSD 3 license. I'd suggest learning more about the license: https://github.com/appwrite/appwrite?tab=BSD-3-Clause-1-ov-file
More about it here: https://opensource.org/license/bsd-3-clause
So the answer is yes, you can build an app with Appwrite and monetize it, just understand the details within the license š
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....