Skip to content

Commit

Permalink
Merge pull request #1380 from appwrite/pricing-page-update
Browse files Browse the repository at this point in the history
updated pricing page
  • Loading branch information
ernstmul authored Oct 14, 2024
2 parents 0f74267 + 3db8396 commit f42bb77
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 13 deletions.
2 changes: 2 additions & 0 deletions src/routes/pricing/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
<li><span>200K monthly active users</span></li>
<li><span>Organization roles</span></li>
<li><span>Email support</span></li>
<li><span>Daily backups stored for 7 days</span></li>
<li><span>Add-ons</span></li>
<li>
<span
Expand Down Expand Up @@ -205,6 +206,7 @@
<li><span>Custom organization roles</span></li>
<li><span>SSO</span></li>
<li><span>Activity logs</span></li>
<li><span>Custom backup policies</span></li>
<li><span>Priority support</span></li>
</ul>
</div>
Expand Down
40 changes: 27 additions & 13 deletions src/routes/pricing/compare-plans.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
rows: [
{
title: 'Bandwidth',
free: '10GB',
pro: '300GB',
scale: '300GB',
free: '10GB / month',
pro: '300GB / month',
scale: '300GB / month',
enterprise: 'Custom'
},
{
title: 'Additional bandwidth',
free: '-',
pro: '$40 per 100GB',
scale: '$40 per 100GB',
pro: '$40 per 100GB / month',
scale: '$40 per 100GB / month',
enterprise: 'Custom'
},
{
Expand All @@ -51,15 +51,15 @@
{
title: 'Additional storage',
free: '-',
pro: '$3 per 100GB',
pro: '$3 per 100GB ',
scale: '$3 per 100GB',
enterprise: 'Custom'
},
{
title: 'Compute',
free: '750K executions',
pro: '3.5M executions',
scale: '3.5M executions',
title: 'Executions',
free: '750K / month',
pro: '3.5M / month',
scale: '3.5M / month',
enterprise: 'Custom'
}
]
Expand Down Expand Up @@ -203,6 +203,20 @@
scale: 'Unlimited',
enterprise: 'Unlimited'
},
{
title: 'Backups',
free: '-',
pro: 'Daily,',
scale: 'Custom',
enterprise: 'Custom'
},
{
title: 'Backups retention',
free: '-',
pro: '7 days retention,',
scale: 'Custom',
enterprise: 'Custom'
},
{
title: 'Dedicated databases',
free: '-',
Expand Down Expand Up @@ -250,9 +264,9 @@
},
{
title: 'Executions',
free: '750K',
pro: '3.5M',
scale: '3.5M',
free: '750K / month',
pro: '3.5M / month',
scale: '3.5M / month',
enterprise: 'Custom'
},
{
Expand Down

0 comments on commit f42bb77

Please sign in to comment.