import { Accordion, AccordionButton, AccordionIcon, AccordionItem, AccordionPanel, DarkMode, Flex, Stack, Box, Heading, VStack, Text, chakra, Tooltip, HStack, } from '@chakra-ui/react' import { HelpCircleIcon } from 'assets/icons/HelpCircleIcon' import { Footer } from 'components/common/Footer' import { Header } from 'components/common/Header/Header' import { NextChakraLink } from 'components/common/nextChakraAdapters/NextChakraLink' import { SocialMetaTags } from 'components/common/SocialMetaTags' import { BackgroundPolygons } from 'components/Homepage/Hero/BackgroundPolygons' import { PlanComparisonTables } from 'components/PricingPage/PlanComparisonTables' import { PricingCard } from 'components/PricingPage/PricingCard' import { ActionButton } from 'components/PricingPage/PricingCard/ActionButton' import { useEffect, useState } from 'react' import { formatPrice, prices } from 'utils' import { Plan } from 'db' import { StripeClimateLogo } from 'assets/logos/StripeClimateLogo' const Pricing = () => { const [starterPrice, setStarterPrice] = useState('$39') const [proPrice, setProPrice] = useState('$89') useEffect(() => { if (typeof window === 'undefined') return setStarterPrice(formatPrice(prices.STARTER)) setProPrice(formatPrice(prices.PRO)) }, []) return (
Plans fit for you Whether you're a{' '} solo business owner {' '} or a{' '} growing startup , Typebot is here to help you build high-performing bots for the right price. Pay for as little or as much usage as you need. Typebot is contributing 1% of your subscription to remove COâ‚‚ from the atmosphere.{' '} More info. 300 chats{' '} included   , 'Native integrations', 'Webhooks', 'Custom Javascript & CSS', ], }} button={ Get started } /> 2 seats{' '} included , <> 2,000 chats{' '} included   , <> 2 GB{' '} included   , 'Branding removed', 'Collect files from users', 'Create folders', ], }} borderWidth="1px" borderColor="orange.200" button={ Subscribe now } /> 5 seats{' '} included , <> 10,000 chats {' '} included   , <> 10 GB{' '} included   , 'Custom domains', 'In-depth analytics', ], }} borderWidth="3px" borderColor="blue.200" button={ Subscribe now } /> Need custom limits? Specific features?{' '} Let's chat! Compare plans & features Frequently asked questions