Skip to content

Commit

Permalink
Merge pull request #1686 from appwrite/scale-plan
Browse files Browse the repository at this point in the history
Scale update
  • Loading branch information
ArmanNik authored Jan 23, 2025
2 parents 0d4eeab + 2fff556 commit 1f28168
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/PreFooter.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
For pro developers and teams that need to scale their products.
</p>
<a
href={`${PUBLIC_APPWRITE_DASHBOARD}/console?type=createPro`}
href={`${PUBLIC_APPWRITE_DASHBOARD}/console?type=create&plan=tier-1`}
class="web-button is-full-width-mobile web-u-cross-child-end"
target="_blank"
rel="noopener noreferrer"
Expand Down
51 changes: 51 additions & 0 deletions src/routes/blog/post/scale-plan-now-available/+page.markdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
layout: post
title: The Appwrite Scale plan is now publicly available
description: After months of beta testing we are ready to release the Scale plan to everyone.
date: 2025-01-23
cover: /images/blog/scale-plan.png
timeToRead: 4
author: laura-dury
category: product
featured: false
callToAction: true
---

Over a year ago, we launched our pricing structure and introduced the Pro plan. Today, we’re excited to unveil the Scale plan. A new offering that provides more support and flexibility. This plan is specifically tailored for teams within agencies, startups, scale-ups, and SMBs, ensuring they have the tools and resources to drive their business forward.

# The Scale Plan

After running an extensive six-month beta, we validated the need for the Scale plan among participants in our Startups program and select Pro users. The feedback reinforced the importance of delivering more robust support and features for scaling teams. With this launch, we’re thrilled to empower larger teams and introduce new opportunities for developers.

# Why the Scale Plan?

While the Pro plan is ideal for building scalable applications, we identified that organizations with larger teams often require more tailored solutions. These teams frequently tackle complex, sensitive projects where priority support and greater customization can make a critical difference.

The Scale plan is designed to meet these demands, offering the necessary tools and assistance to help agencies, startups, scale-ups, and SMBs successfully manage and grow their operations.

In addition to priority support, we’ve integrated advanced features such as enhanced flexibility, compliance options, and extended log retention—ensuring that the Scale plan continues to evolve alongside your needs.

# What’s Included?

Starting at $599 per organization per month, the Scale plan includes all features of the Pro plan, plus:

- **Priority support**
- **Private Slack channel (only business hours/days)**
- **Custom organization roles**
- **Unlimited members**
- **Custom backup policies**
- **Compliance features** (BAA, SOC 2, CCPA)
- **28-day log retention**
- **Activity logs -** coming soon
- **Network logs -** coming soon
- **SSO** - coming soon

You can review the complete overview on our [pricing page.](https://appwrite.io/pricing)

# Looking Ahead

We will continue to introduce new features and improvements based on your feedback, ensuring the plan evolves to meet your unique needs.

In the future, Scale customers will also receive priority consideration for feature requests and early access to new releases. Your input will directly influence how we shape Appwrite to support your success.

We’re excited to see how you’ll use the Scale plan to take your projects to the next level.
12 changes: 12 additions & 0 deletions src/routes/changelog/(entries)/2025-01-23.markdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: changelog
title: The Appwrite Scale plan is now publicly available
date: 2025-01-23
cover: /images/changelog/2025-01-23.png
---

Over a year ago, we launched our pricing structure and introduced the Pro plan. Today, we’re excited to unveil the Scale plan. A new offering that provides more support and flexibility. This plan is specifically tailored for teams within agencies, startups, scale-ups, and SMBs, ensuring they have the tools and resources to drive their business forward.

{% arrow_link href="/blog/post/scale-plan-now-available" %}
Read the announcement to learn more
{% /arrow_link %}
29 changes: 17 additions & 12 deletions src/routes/pricing/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
</div>
<div class="mt-1">&nbsp;</div>
<p class="text-body mt-4 h-[5rem] font-medium">
For personal hobby projects and students.
A great fit for passion projects and small
applications.
</p>
<a
href="{PUBLIC_APPWRITE_DASHBOARD}/register"
Expand Down Expand Up @@ -123,7 +124,9 @@
<h2 id="pro" class="text-label font-aeonik-pro">
Pro
</h2>
<div class="web-inline-tag is-pink">Most popular</div>
<div class="web-inline-tag is-pink">
Most popular
</div>
</header>
<div
class="text-title font-aeonik-pro text-primary mt-2"
Expand All @@ -132,11 +135,11 @@
</div>
<div class="mt-1">per member/month</div>
<p class="text-body mt-4 h-[5rem] font-medium">
For pro developers and teams that need to scale
their products.
For production applications that need powerful
functionality and resources to scale.
</p>
<a
href="https://cloud.appwrite.io/console?type=createPro"
href="https://cloud.appwrite.io/console?type=create&plan=tier-1"
class="web-button is-full-width mt-8"
target="_blank"
rel="noopener noreferrer"
Expand Down Expand Up @@ -187,17 +190,19 @@
</div>
<div class="mt-1">per organization/month</div>
<p class="text-body mt-4 h-[5rem] font-medium">
For scaling teams and agencies that need dedicated
support.
For teams that handle more complex and large
projects and need more control and support.
</p>
<button
class="web-button is-secondary is-full-width mt-8"
disabled
<a
href="https://cloud.appwrite.io/console?type=create&plan=tier-2"
class="web-button is-full-width mt-8"
target="_blank"
rel="noopener noreferrer"
>
<span class="text-sub-body font-medium"
>Coming soon</span
>Start building</span
>
</button>
</a>
</header>
<div class="web-pricing-cards-content">
<p>Everything in Pro, plus:</p>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/pricing/compare-plans.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@
<h4 class="text-sub-body text-primary font-medium">Pro</h4>
<a
class="web-button !w-full"
href="https://cloud.appwrite.io/console?type=createPro"
href="https://cloud.appwrite.io/console?type=create&plan=tier-1"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
Binary file added static/images/blog/scale-plan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/changelog/2025-01-23.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1f28168

Please sign in to comment.