
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
- How To Send Email Verification From Serv...
How can I send email verification from server action or component after sign up in next.js ? Is there any way ?
- x-appwrite-user-jwt missing
Even for logged in users I can't see "x-appwrite-user-jwt" or "x-appwrite-user-id" in headers of an appwrite function. I'm trying to send "x-appwrite-user-id" m...
- ATTRIBUTE NOT SHOWING DELETE
Hi, I'm trying to delete an attribute in my collection but it won't delete, It's not even showing the delete when I click on the hamburger icon, Its showing onl...
