
Can appwrite deploy Nodejs or python projects?
Do you have any examples or deployment videos? The official documentation is a bit complex and not very user-friendly for beginners like me

Heyy 👋 Appwrite Functions allow you to deploy your custom code. Those functions are serverless, which you may know from Vercel functions or AWS Lambda functions.
Serverless functions are written in a specific way to allow manybenefits of this technology. One of the downsides of serverless functions is the onboarding, which is necessary to implement functions that can run serverless. You can refer to our docs to start learning: https://appwrite.io/docs/products/functions

With that said, if you just want to take your python code with your own http server as container, Appwrite at the moment does not allow that. Pricing would need to be much different if we wanted to support this, and free tier would be very very tricky.
For doing that, you can use services such as Railway, Heroku or Digital Ocean, which charge per hour of your container being online. It's a different approach compared to serverless. Benefit of serverless is that it can offer free tiers.
Recommended threads
- [Node.js SDK] Bypass 2GB file limit?
Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB Bucket limit etc. is setup corre...
- What Happens When You Add a Custom Domai...
- Does appwrite have any alternative solut...
Hi Everyone, ... I am looking for a solution for AWS ECS Fargate in appwrite. Can anyone let me know if this is possible?
