From 220f3fef7d787a1a7a0c4c5ad2fd5090f37643c9 Mon Sep 17 00:00:00 2001 From: Joe Martin <84011561+joethreepwood@users.noreply.github.com> Date: Mon, 15 Sep 2025 19:36:36 +0100 Subject: [PATCH] Startup BAA fixes and new benefit (#12780) Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com> Co-authored-by: Cory Watilo --- .nvmrc | 2 +- src/pages/startups/[...slug].tsx | 29 +++++++++++++++++++++++++---- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/.nvmrc b/.nvmrc index 209e3ef4b..8fdd954df 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +22 \ No newline at end of file diff --git a/src/pages/startups/[...slug].tsx b/src/pages/startups/[...slug].tsx index 27ee89c5c..a4ac1ce10 100644 --- a/src/pages/startups/[...slug].tsx +++ b/src/pages/startups/[...slug].tsx @@ -15,6 +15,7 @@ import ODFLogo from '../../images/odf.svg' import Logo from 'components/Logo' import OSButton from 'components/OSButton' import { useMenuSelectOptions } from 'components/TaskBarMenu/menuData' +import { DebugContainerQuery } from 'components/DebugContainerQuery' // Partner configurations const partnerConfigs = [ @@ -193,7 +194,7 @@ export default function Startups(): JSX.Element { -
+

{creditValue} in PostHog credits

@@ -223,6 +224,14 @@ export default function Startups(): JSX.Element { months.

+
+ +

Better search with Chroma

+

+ Building with AI? Chroma gives you $5,000 of credit for their search and retrieval + service. +

+
@@ -424,6 +433,19 @@ export default function Startups(): JSX.Element {

), }, + { + trigger: 'Can I use credits to claim a BAA under the Boost plan?', + content: ( +

+ Unfortunately, no. Credits cannot be used to claim a BAA under the Boost + plan due to legal risk. If you'd like to claim a BAA, you can instead{' '} + + contact us to discuss options + + . Credits can be used towards all other aspects of the Boost add-on. +

+ ), + }, { trigger: "Can I get this deal if I'm part of YC?", content: ( @@ -463,12 +485,11 @@ export default function Startups(): JSX.Element { ), }, { - trigger: 'How do I get the Mintlify/Speakeasy discount?', + trigger: 'How do I get the Mintlify/Speakeasy/Chroma discount?', content: (

Once you're accepted into the PostHog for Startups program, we'll email you - with a voucher code to get you 50% off Mintlify and Speakeasy for six - months. + with details on how to get the partner benefits.

), },