I'm currently building a health-focused tech project as part of a student initiative, and I’ve been using Appwrite extensively for backend services. As part of scaling the project, I’ve had to restructure some of the architecture and move data between two projects within Appwrite itself.
While doing this, I hit the free tier resource limit and can no longer access essential features needed to proceed with development. The project involves around 18 collections and a significant amount of structured data.Would it be possible to temporarily lift the rate/resource limits on my project for about 2–3 weeks to help me complete this critical stage of development? This would really help me move forward without delay.
I'm happy to provide my Project ID privately if needed — please let me know how best to share it.
Thank you so much for supporting developers like me. I truly appreciate the incredible tools and ecosystem Appwrite provides! 🙏
Would you happen to be able to get Github education? It comes with a free Appwrite pro(ish) subscription.
btw, in the future, please use a short summary of the issue for the post title to give people an idea about your post before opening it
Resource limit on the free plan
would you please clarify the exact error you're getting?
Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...