Hello! My customer has a static html css Publii site and would like to be able to add a basic notification text box to the site with an expiration date. Management must be as simple as entering a login and password, receiving a graphical user interface with a topic, text, expiration date, and SAVE, and then logging out. Is this achievable with Appwrite? If yes, could you pls point me to relevant documentation. Also, how many workdays would you expect from novice Appwrite user to create something like this?
Also, is there any real difference to use Supabase over Appwrite? Both are Foss and seems to do the same thing.
I think yes, but obviously you need to build the fronted with Js+html+css
Appwrite is probably easier to use, permissions are probably easier to setup, it has more SDK, allows writing functions in more languages and they're probably more powerful and also Appwrite is cheaper and easier to self-host, plus you can migrate very easily from self-hosted to cloud or backwards thanks to the built-in migrations feature. But of course Supabase has advantages: vector database, direct access to the DB, and functions are edge functions.
The choice obviously depends on your needs
Recommended threads
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...
- Error When load the website
Hi, I am getting this error whenever I reload my website please help me, I am using react Error: ** GET https://cloud.appwrite.io/v1/account 401 (Unauthoriz...