Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions src/routes/changelog/(entries)/2026-04-07.markdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: changelog
title: "Education plan: project limit reduced to 2"
date: 2026-04-07
---

Due to a substantial increase in abuse, malicious activity, and breaches of our fair use guidelines, including running commercial projects, we are reducing the [Education plan](/education)'s project limit from 10 to 2.

We understand this is not ideal. However, the recurring abuse of Education program resources had grown to a point where it was not feasible for our team to manually address each violation and we took this decision to protect the reliability and trust between Appwrite Cloud and the larger developer community.

Each Education plan project still remains Pro-equivalent, with unlimited databases, buckets, functions, and sites, plus 2TB bandwidth, 150GB storage, and 200K monthly active users per project. The only exclusion is email support. Here's a simple comparison of a project on the Free plan versus the Education plan:

| Feature | Free plan | Education plan |
| --- | --- | --- |
| Databases per project | 1 | Unlimited |
| Buckets per project | 1 | Unlimited |
| Functions per project | 2 | Unlimited |
| Sites per project | Unlimited | Unlimited |
| Bandwidth | 5GB / month | 2TB / month |
| Storage | 2GB | 150GB |
| Monthly active users | 75,000 | 200,000 |
| Project pausing | After 1 week of inactivity | Never |

For existing Education plan members with more than 2 projects, all current projects will remain active. However, they will not be able to create additional projects.

We will continue looking for other ways to create value for Education plan members, through better learning content, hackathons, and more.
2 changes: 1 addition & 1 deletion src/routes/education/(components)/FAQ.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
question: 'What does the Education plan offer?',
answer: 'Students with access to the Education plan can create 10 projects with equal usage limits as the Appwrite Pro plan (minus email support) at no cost. We also have a special channel for Education program members in the Appwrite Discord server for support, which will feature exclusive events, hackathons, etc.'
answer: 'Students with access to the Education plan can create 2 projects with equal usage limits as the Appwrite Pro plan (minus email support) at no cost. We also have a special channel for Education program members in the Appwrite Discord server for support, which will feature exclusive events, hackathons, etc.'
},
{
question: 'Who is eligible to apply?',
Expand Down
Loading