
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
- Cannot access my Appwrite database on th...
Hello guys, I am currently developing a web app and using appwrite for authentication, database, storage and messaging. It was working well but since yesterday...
- Nuxt Middleware Support
So I'm trying to protect some routes so that the user is redirected back to the login screen should they not have an active session. However, I'm stuck in a lo...
- 400Invalid query: Attribute not found in...
Hello When I open the database I am not able to reach anything just seeing an error message. Can you help me please?
