I'm trying to wrap my head around where AppWrite fits and what it can do for me. I have experimented a little with Directus, so that's my point of reference. Upon skimming through the documentation, it appears like
- AppWrite is much more flexible in that it is intended to integrate with whatever development frameworks you're already using (in contrast to Directus which only integrates with various frontend frameworks)
- AppWrite is however much less flexible in terms of storage, in that Directus lets you choose from several databases and (as far as I can tell so far) AppWrite does not.
- AppWrite seems aimed at doing the boring and repetetive parts of development, while Directus seems aimed at being a sort of CMS + complete LowCode development tool all in one.
Am I at all close to being accurate with those statements? (At least as it relates to Appwrite?) Please tell me what I'm mising and what I got wrong.
Recommended threads
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...