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
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...
- SyntaxError: Unexpected end of JSON inpu...
I am trying to create a fcm push notification service using appwrite functions with its REST API to invoke that function from my client side app and getting thi...