From 39e81042bb5799d983f4d27da9fec04cbbbb1009 Mon Sep 17 00:00:00 2001
From: yusufipk Start your 7-day free trial
+ Your free trial runs until{' '}
+ {new Date(billing.subscription.trialEndsAt).toLocaleDateString()}
+
- Get full access to all features — no charge until the trial ends. Cancel
- anytime.
+ Every feature is on and no card is on file. The trial covers one workspace and
+ one project. Subscribing starts your paid month straight away, so there is no
+ reason to do it before you are ready.
- Stored media cleanup is scheduled after{' '} - {new Date(billing.subscription.storageCleanupEligibleAt).toLocaleDateString()}{' '} - unless billing is restored first. + Nothing has been deleted. Your projects and media are kept until{' '} + {new Date(billing.subscription.storageCleanupEligibleAt).toLocaleDateString()}; + subscribe before then and everything is where you left it.
) : null} @@ -479,8 +482,6 @@ export default function SettingsPage({ billingOnly = false }: { billingOnly?: bo+ Accounts created in the {scoreboard.cohorts.windowDays} days either side of{' '} + {formatDate(scoreboard.cohorts.cutover)}, each given{' '} + {scoreboard.cohorts.observationDays} days from signup to convert. The rate to read is + signup to paid: dropping the card requirement multiplies trials, so trial to paid can + fall while more people pay. +
+| Cohort | +Window | +Signup | +Trial | +Paid | +Signup to paid | +Trial to paid | +
|---|---|---|---|---|---|---|
| + {row.cohort === 'CARDLESS' ? 'cardless' : 'card first'} + | ++ {formatDate(row.windowStart)} to {formatDate(row.windowEnd)} + | +{row.signups} | +{row.trials} | +{row.paid} | +
+ |
+
+ |
+
+ Nothing to compare yet. The first cardless signups reach the end of their{' '} + {scoreboard.cohorts.observationDays}-day window {scoreboard.cohorts.observationDays}{' '} + days after the switchover. +
+ ) : null} +All new accounts are eligible for a{' '} 7-day free trial with full access to paid - features. We strongly encourage you to evaluate the Service fully during this period - before subscribing. + features. The trial requires no credit card and collects no payment. We strongly + encourage you to evaluate the Service fully during this period before subscribing.
- You may cancel at any time during your free trial without being charged. If you do not - cancel before the trial ends, your chosen plan will automatically activate and payment - will be collected. + The trial never activates a paid plan by itself. When it ends, paid features stop + until you choose to subscribe, and a subscription is charged as soon as you complete + checkout.
diff --git a/app/terms/page.tsx b/app/terms/page.tsx index 4d6f50e..937570d 100644 --- a/app/terms/page.tsx +++ b/app/terms/page.tsx @@ -58,7 +58,7 @@ export default function TermsOfServicePage() { OpenFrame is a video review and approval platform that enables creative professionals and their clients to collaborate on video projects through timestamped comments, annotations, version management, and approval workflows. The Service is offered on a - subscription basis with a free trial period. + subscription basis with a free trial period that requires no payment details. @@ -96,11 +96,12 @@ export default function TermsOfServicePage() { 5. Subscriptions and Free Trial- Certain features of the Service require a paid subscription. We offer a{' '} - 7-day free trial for new accounts, during - which you may access paid features at no charge. At the end of the trial period, your - subscription will automatically convert to a paid plan unless you cancel before the - trial ends. + Certain features of the Service require a paid subscription. Every new account + receives a 7-day free trial, which starts + once the account's email address is verified and requires no credit card. The + trial does not convert into a paid plan on its own and nothing is charged while it + runs. When it ends, access to paid features stops until you choose to subscribe, and a + subscription is billed as soon as you complete checkout.
Subscription fees are billed in advance on a monthly or annual basis depending on the
diff --git a/components/LandingPage.tsx b/components/LandingPage.tsx
index 4a0cb6d..a99c3ef 100644
--- a/components/LandingPage.tsx
+++ b/components/LandingPage.tsx
@@ -263,12 +263,12 @@ export function LandingPage({ isLoggedIn }: LandingPageProps) {
href={hostedCtaHref}
className="group relative isolate inline-flex h-12 min-w-max items-center justify-center overflow-hidden border border-primary bg-primary px-10 text-sm font-medium whitespace-nowrap text-primary-foreground transition-transform duration-300 hover:scale-[1.02]"
>
- Start free trial
+ Start 7-day free trial, no card required
- 7-day free trial · Flat $10/mo — no per-seat fees · No client accounts + No credit card · Flat $10/mo after, no per-seat fees · No client accounts
/ month- Starts with a 7-day free trial. Cancel anytime. + Starts with a 7-day free trial. No credit card. Cancel anytime.
- OpenFrame is $10/month flat with a 7-day free trial. You do not pay per team member, - collaborator, or guest reviewer. Self-hosting is free with Docker. + OpenFrame is $10/month flat with a 7-day free trial that never asks for a card. You + do not pay per team member, collaborator, or guest reviewer. Self-hosting is free + with Docker.