Skip to content

Commit c910c82

Browse files
authored
Merge pull request #2052 from appwrite/fix-pricing-page
Fix pricing page to match the backend
2 parents 0f22bfa + f93b07f commit c910c82

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

src/routes/blog/post/announcing-phone-OTP-pricing/+page.markdoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ To help prepare for these changes, each team can visit their organization's usag
2929

3030
![console image](/images/blog/announcing-phone-OTP-pricing/cover.png)
3131

32-
# Free quota available
33-
34-
To ensure that free users can continue exploring the platform and its features, we will provide up to 10 phone OTP login attempts per month at no charge. This will allow you to continue utilizing OTP logins to evaluate Appwrite's capabilities and integration into your workflows.
35-
3632
# We're here to help
3733

3834
If you have any questions about this change or need assistance with adjusting your application, please don't hesitate to contact us at [[email protected]](mailto:[email protected]).

src/routes/docs/advanced/platform/phone-otp/+page.markdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Appwrite supports SMS-based OTP (One-Time Password) authentication to provide se
1212

1313
# Free messages {% #free-messages %}
1414

15-
All Appwrite plans include **10 free SMS messages** per month, which allows you to test and implement OTP functionality without immediate costs.
15+
All paid Appwrite plans include **10 free SMS messages** per month, which allows you to test and implement OTP functionality without immediate costs.
1616

1717
In addition you can also use the [Mock phone numbers](/docs/products/auth/security#mock-phone-numbers) feature to continue testing your integrations without incurring additional costs.
1818

1919
# Additional messages {% #additional-messages %}
2020

21-
To send more than 10 SMS messages per month, you need to upgrade to a **paid plan**. For detailed information about the different pricing options and features, please visit the [pricing page](/pricing).
21+
After the first 10 free SMS messages, you'll be charged per SMS.
2222

2323
The cost for additional messages is calculated based on two factors:
2424
1. The number of messages sent

src/routes/docs/products/auth/phone-sms/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Enhance security with SMS and phone authentication in Appwrite. Add
55
---
66

77
{% info title="Note" %}
8-
The first 10 SMS messages each month are free. Thereafter OTPs are billed per message, with rates varying by country. See the [phone OTP rates](/docs/advanced/platform/phone-otp#rates) for more information.
8+
Paid plans receive 10 free SMS messages each month. Thereafter OTPs are billed per message, with rates varying by country. See the [phone OTP rates](/docs/advanced/platform/phone-otp#rates) for more information.
99
{% /info %}
1010

1111
Phone authentication lets users create accounts using their phone numbers and log in through SMS messages.

src/routes/pricing/compare-plans.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
},
164164
{
165165
title: 'Phone OTP',
166-
free: '10 SMS / month',
166+
free: '-',
167167
pro: {
168168
text: 'View rates',
169169
url: '/docs/advanced/platform/phone-otp#rates',
@@ -355,7 +355,7 @@
355355
title: 'Concurrent connections',
356356
free: '250',
357357
pro: '500',
358-
scale: '500',
358+
scale: '750',
359359
enterprise: 'Custom'
360360
},
361361
{

0 commit comments

Comments
 (0)