diff --git a/src/routes/console/createOrganization.svelte b/src/routes/console/createOrganization.svelte index d90866251d..fe4fbc8448 100644 --- a/src/routes/console/createOrganization.svelte +++ b/src/routes/console/createOrganization.svelte @@ -9,6 +9,8 @@ import { Dependencies } from '$lib/constants'; import { Submit, trackEvent, trackError } from '$lib/actions/analytics'; import { ID } from '@appwrite.io/console'; + import Alert from '$lib/components/alert.svelte'; + import { isCloud } from '$lib/system'; export let show = false; @@ -43,6 +45,18 @@ + {#if isCloud} + + Get ready for Appwrite Pro + We will soon introduce the much-anticipated Pro plan. Your account will continue to have + access to one free Starter organization. If you manage more than one + organization, you will need to either upgrade to the Pro plan, transfer your projects to + a Pro organization, or migrate to self-hosting. + + + + + {/if}