
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
- "Invalid relationship value. Must be eit...
In my app i am trying to update the documents in my databse from a form in my app, and i am getting this error Error updating event users: AppwriteException: I...
- grant permisions only to users in collec...
I'm building a web app and instead of using Appwrite Auth, I made my own custom auth system that stores user data in documents. I have a "Profile" page where lo...
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
