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
8 changes: 7 additions & 1 deletion src/lib/constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
export const BANNER_KEY = 'discord-banner-01'; // Change key to force banner to show again
export const BANNER_KEY = 'pricing-banner-01'; // Change key to force banner to show again

/**
* History:
* discord-banner-01
* pricing-banner-01
*/
6 changes: 2 additions & 4 deletions src/lib/layouts/Main.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,8 @@
>
<div class="aw-top-banner">
<div class="aw-top-banner-content aw-u-color-text-primary">
<a href="/discord" target="_blank" rel="noopener noreferrer">
<span class="aw-caption-500">We are having lots of fun on</span>
<span class="aw-icon-discord" aria-hidden="true" />
<span class="aw-caption-500">Discord. Come and join us!</span>
<a href="/blog/post/announcing-appwrite-pro">
<span class="aw-caption-500">Appwrite Pro is now available. Get started with $15 credit!</span>
</a>
{#if browser}
<button
Expand Down
50 changes: 29 additions & 21 deletions src/routes/blog/post/announcing-appwrite-pro/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: "Announcing: Appwrite Pro"
description: Introducing the next chapter in our journey with Appwrite Cloud.
date: 2023-12-11
date: 2023-12-13
cover: /images/blog/announcing-appwrite-pro.png
timeToRead: 5
author: laura-du-ry
Expand Down Expand Up @@ -33,27 +33,35 @@ Here is a snapshot of the differences in resources and support for Appwrite Star
* Appwrite Starter
* Appwrite Pro
---
* Free
* $15 per member per month
* **Free**
* **$15 per member per month**
---
* - Unlimited projects (never paused)
- 10GB bandwidth
- 2GB storage
- 750K executions
- 75K monthly active users
- Community support
- Non-removable Appwrite branding
- No add-on resources
- 1 Database, 3 Buckets, 5 Functions per project
* - 300GB bandwidth
- 150GB storage
- 3.5M executions
- 200K monthly active users
- Email support
- Removable Appwrite branding
- Add-on resources
- Custom SMTP
- Unlimited Databases, Buckets, and Functions
* Unlimited projects (never paused)
* Unlimited projects (never paused)
---
* 10GB bandwidth
* 300GB bandwidth
---
* 2GB storage
* 150GB storage
---
* 750K executions
* 3.5M executions
---
* 75K monthly active users
* 200K monthly active users
---
* Community support
* Email support
---
* Non-removable Appwrite branding
* Removable Appwrite branding
---
* No add-on resources
* Add-on resources
---
* 1 Database, 3 Buckets, 5 Functions per project
* Unlimited Databases, Buckets, and Functions
---
{% /table %}

Expand Down