can I use appwrite with a basic html, css, js website?
Yes absolutely!
You can use the web SDK
instead of using npm, you can add the CDN to your js file
and I am trying to add an appwrite python function in my website, will I be fine with appwrite init function?
Because it adds node modules in the app
If not, can you guide me how to approach further🥹
Yes, it will work
appwrite init functions shouldn't add node_modules 🧐
Anyways, is your problem resolved?
Recommended threads
- Type 'Theme' does not satisfy the constr...
Type 'Theme' does not satisfy the constraint 'Row'. Type 'Theme' is missing the following properties from type 'Row': $id, $sequence, $tableId, $databaseId, a...
- Custom Domain TLS Error (perfinso.com)
Hey Appwrite team/community, I need urgent help with a custom domain setup! I've added perfinso.com to my project, pointed the nameservers, and verification is...
- User unable to delete document they crea...
I am having a bit a database issue. I am making a music review website and I have successfully been able to create and update reviews as a dummy user, but no ma...