can I use appwrite with a basic html, css, js website?
TL;DR
OP is asking if they can use Appwrite with a basic html, css, js website. They also mention that the "appwrite init functions" add node modules, which may be causing issues. Another user suggests using the Appwrite web SDK or adding the CDN to the js file instead of using npm. There is no clear solution mentioned in the thread.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?