-
- 𝓒𝓱𝓪𝓷𝓰𝓮 𝓽𝓸 𝓷𝓮𝔀 𝓹𝓵𝓪𝓷 💸
-
-
-
-
-
-
-
-
-
-
- {{ summaryPlanHeading }}
-
-
-
- Workspace
-
- {{ currentPlan?.name ?? WorkspacePlans.Starter }}
-
-
-
- TRIAL
-
-
-
-
-
- {{ formatPrice(seatPrice?.[Roles.Workspace.Member]) }} per
- seat/month
-
- Free
-
-
- {{ formatPrice(seatPrice?.[Roles.Workspace.Member]) }} per
- seat/month
-
-
- {{ formatPrice(seatPrice?.[Roles.Workspace.Member]) }} per
- seat/month, billed
- {{
- subscription?.billingInterval === BillingInterval.Yearly
- ? 'annually'
- : 'monthly'
- }}
-
-
-
-
-
-
- {{ summaryBillHeading }}
-
-
- {{ summaryBillValue }} per
- {{
- subscription?.billingInterval === BillingInterval.Yearly
- ? 'year'
- : 'month'
- }}
-
-
- {{ summaryBillDescription }}
-
-
-
-
- Expected bill
-
- {{ isAcademiaPlan ? 'Free' : 'Not applicable' }}
-
-
-
-
-
- {{ summaryDateHeading }}
-
-
- {{ isPurchasablePlan ? nextPaymentDue : 'Never' }}
-
-
- Subscribe before this date
-
- {{
- subscription?.billingInterval === BillingInterval.Yearly
- ? 'Annual'
- : 'Monthly'
- }}
- billing period
-
-
-
-
-
-
-
Billing portal
-
- View invoices, edit payment details, and manage your subscription.
-
-
-
-
- Open billing portal
-
-
-
-
-
-
-
-
-
-
-
- Need help?
-
- Contact us
-
-
-
- Need help?
-
- Read the docs
-
- or
-
- contact support
-
-
-
-
+
+
+
+ You are on an old plan
+
+ If you are a server admin use the buttons below to upgrade
+
+
+
+
+
+
+ 𝕮𝖍𝖆𝖓𝖌𝖊 𝖙𝖔 free 𝖕𝖑𝖆𝖓
+
+
+ 𝕮𝖍𝖆𝖓𝖌𝖊 𝖙𝖔 Starter 𝖕𝖑𝖆𝖓
+
+
+ 𝕮𝖍𝖆𝖓𝖌𝖊 𝖙𝖔 Business 𝖕𝖑𝖆𝖓
+
+
+
+
+
+
+
+
+
+
+
-
Coming soon
-
+
-
diff --git a/packages/frontend-2/components/settings/workspaces/billing/PageNew.vue b/packages/frontend-2/components/settings/workspaces/billing/PageNew.vue
deleted file mode 100644
index 3ae9d8b17..000000000
--- a/packages/frontend-2/components/settings/workspaces/billing/PageNew.vue
+++ /dev/null
@@ -1,115 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- 𝕮𝖍𝖆𝖓𝖌𝖊 𝖙𝖔 𝖋𝖗𝖊𝖊 𝖕𝖑𝖆𝖓
-
-
- 𝕮𝖍𝖆𝖓𝖌𝖊 𝖙𝖔 𝖙𝖊𝖆𝖒 𝖕𝖑𝖆𝖓
-
-
- 𝕮𝖍𝖆𝖓𝖌𝖊 𝖙𝖔 𝖕𝖗𝖔 𝖕𝖑𝖆𝖓
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/packages/frontend-2/components/settings/workspaces/billing/PricingTable/Plan.vue b/packages/frontend-2/components/settings/workspaces/billing/PricingTable/Plan.vue
deleted file mode 100644
index d14a9ed83..000000000
--- a/packages/frontend-2/components/settings/workspaces/billing/PricingTable/Plan.vue
+++ /dev/null
@@ -1,318 +0,0 @@
-
-
-
-
- Workspace
- {{ plan }}
-
-
- {{ badgeText }}
-
-
-
-
- {{
- formatPrice(
- props.yearlyIntervalSelected && planPrice?.['workspace:member']
- ? {
- ...planPrice['workspace:member'],
- amount: planPrice['workspace:member'].amount * 0.8
- }
- : planPrice?.['workspace:member']
- )
- }}
-
- per seat/month
-
-
- $emit('onYearlyIntervalSelected', newValue)"
- />
- Billed annually
-
- 20% off
-
-
-
-
-
-
-
-
-
-
- {{ buttonText }}
-
-
-
-
-
- -
-
-
-
- {{ featureMetadata.displayName }}
-
-
-
-
-
-
-
-
-
diff --git a/packages/frontend-2/components/settings/workspaces/billing/PricingTable/PricingTable.vue b/packages/frontend-2/components/settings/workspaces/billing/PricingTable/PricingTable.vue
deleted file mode 100644
index 6b3555492..000000000
--- a/packages/frontend-2/components/settings/workspaces/billing/PricingTable/PricingTable.vue
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
-
diff --git a/packages/frontend-2/components/settings/workspaces/billing/Usage.vue b/packages/frontend-2/components/settings/workspaces/billing/Usage.vue
new file mode 100644
index 000000000..f03e2dab0
--- /dev/null
+++ b/packages/frontend-2/components/settings/workspaces/billing/Usage.vue
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+ Manage members
+
+
+
+
+
+
+
Projects
+
+ {{ formatUsageText(10, 100, 'project') }}
+
+
+
+
+
Models
+
+ {{ formatUsageText(10, 100, 'model') }}
+
+
+
+
+
+
+ Manage projects
+
+
+
+
+
+
+
diff --git a/packages/frontend-2/components/settings/workspaces/billing/usage/Card.vue b/packages/frontend-2/components/settings/workspaces/billing/usage/Card.vue
deleted file mode 100644
index ca9beda69..000000000
--- a/packages/frontend-2/components/settings/workspaces/billing/usage/Card.vue
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
diff --git a/packages/frontend-2/components/settings/workspaces/billing/usage/index.vue b/packages/frontend-2/components/settings/workspaces/billing/usage/index.vue
deleted file mode 100644
index 97556172d..000000000
--- a/packages/frontend-2/components/settings/workspaces/billing/usage/index.vue
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/packages/frontend-2/components/workspace/wizard/step/Pricing.vue b/packages/frontend-2/components/workspace/wizard/step/Pricing.vue
index 52f5a00ab..9964e4324 100644
--- a/packages/frontend-2/components/workspace/wizard/step/Pricing.vue
+++ b/packages/frontend-2/components/workspace/wizard/step/Pricing.vue
@@ -2,32 +2,28 @@
-
{{
- plan === WorkspacePlans.Starter && !isYearlySelected
- ? 'Start 30-day free trial'
+ plan === WorkspacePlans.Free && !isYearlySelected
+ ? 'Get started for free'
: `Subscribe to ${startCase(plan)}`
}}
-
+
@@ -39,22 +35,22 @@