import { Feature, FeatureContent, FeatureList, FeatureListItem, FeatureMore, SmallFeature, } from '@/components/feature'; import { Section, SectionHeader } from '@/components/section'; import { Tag } from '@/components/tag'; import { ActivityIcon, AreaChartIcon, BarChart2Icon, BarChartIcon, CheckIcon, ClockIcon, CloudIcon, ConeIcon, CookieIcon, DatabaseIcon, GithubIcon, LayersIcon, LineChartIcon, LockIcon, MapIcon, PieChartIcon, ServerIcon, Share2Icon, ShieldIcon, UserIcon, WalletIcon, ZapIcon, } from 'lucide-react'; import { BatteryIcon } from '../battery-icon'; import { EventsFeature } from './features/events-feature'; import { ProductAnalyticsFeature } from './features/product-analytics-feature'; import { ProfilesFeature } from './features/profiles-feature'; import { WebAnalyticsFeature } from './features/web-analytics-feature'; export function Features() { return (
Batteries included } title="Everything you need" description="We have combined the best features from the most popular analytics tools into one simple to use platform." />
}> , , , , , , , , , , ]} /> }> , , , , ]} /> , , , , , , ]} />
} title="Real time analytics" content={[ 'Get instant insights into your data. No need to wait for data to be processed, like other tools out there, looking at you GA4...', ]} /> } title="Own your own data" content={[ 'Own your data, no vendor lock-in. Export all your data with our export API.', 'Self-host it on your own infrastructure to have complete control.', ]} /> } title="Cloud or self-hosted" content={[ 'We offer a cloud version of the platform, but you can also self-host it on your own infrastructure.', ]} /> More about self-hosting } title="No cookies" content={[ 'We care about your privacy, so our tracker does not use cookies. This keeps your data safe and secure.', 'We follow GDPR guidelines closely, ensuring your personal information is protected without using invasive technologies.', ]} /> Cookieless analytics } title="Open-source" content={[ 'Our code is open and transparent. Contribute, fork, or learn from our implementation.', ]} /> View the code } title="Your data, your rules" content={[ 'Complete control over your data. Export, delete, or manage it however you need.', ]} /> } title="Affordably priced" content={[ 'Transparent pricing that scales with your needs. No hidden fees or surprise charges.', ]} /> } title="Moving fast" content={[ 'Regular updates and improvements. We move quickly to add features you need.', ]} /> } title="Real-time data" content={[ 'See your analytics as they happen. No waiting for data processing or updates.', ]} /> } title="Sharable reports" content={[ 'Easily share insights with your team. Export and distribute reports with a single click.', Coming soon, ]} /> } title="Visualize your data" content={[ 'Beautiful, interactive visualizations that make your data easy to understand.', ]} /> } title="Best of both worlds" content={[ 'Combine the power of self-hosting with the convenience of cloud deployment.', ]} />
}> }>
); }