import { BarChartIcon, CheckIcon, CodeIcon, GlobeIcon, HeartHandshakeIcon, LinkIcon, MailIcon, MessageSquareIcon, SparklesIcon, UsersIcon, ZapIcon, } from 'lucide-react'; import type { Metadata } from 'next'; import Link from 'next/link'; import Script from 'next/script'; import { CtaBanner } from '@/app/(home)/_sections/cta-banner'; import { HeroContainer } from '@/app/(home)/_sections/hero'; import { FaqItem, Faqs } from '@/components/faq'; import { FeatureCard } from '@/components/feature-card'; import { Section, SectionHeader } from '@/components/section'; import { Button } from '@/components/ui/button'; import { url } from '@/lib/layout.shared'; import { getOgImageUrl, getPageMetadata } from '@/lib/metadata'; export const metadata: Metadata = getPageMetadata({ title: 'Free Analytics for Open Source Projects | OpenPanel OSS Program', description: "Get free web and product analytics for your open source project. Track up to 2.5M events/month. Apply to OpenPanel's open source program today.", url: url('/open-source'), image: getOgImageUrl('/open-source'), }); const jsonLd = { '@context': 'https://schema.org', '@type': 'WebPage', name: 'Free Analytics for Open Source Projects | OpenPanel OSS Program', description: "Get free web and product analytics for your open source project. Track up to 2.5M events/month. Apply to OpenPanel's open source program today.", url: url('/open-source'), publisher: { '@type': 'Organization', name: 'OpenPanel', logo: { '@type': 'ImageObject', url: url('/logo.png'), }, }, mainEntity: { '@type': 'Offer', name: 'Free Analytics for Open Source Projects', description: 'Free analytics service for open source projects up to 2.5M events per month', price: '0', priceCurrency: 'USD', }, }; export default function OpenSourcePage() { return (
Up to 2.5M events/month • No credit card required
We started OpenPanel because we believed analytics tools shouldn't be complicated or locked behind expensive enterprise subscriptions. As an open source project ourselves, we understand the challenges of building and growing a project without the resources of big corporations.
Example: "Analytics powered by{' '} OpenPanel "
That's it. No complicated requirements, no hidden fees, no catch. We just want to help open source projects succeed.
Your project must use an OSI-approved open source license (MIT, Apache, GPL, etc.)
Your code must be publicly available on GitHub, GitLab, or similar platforms
Show evidence of active development and a growing community
The primary purpose should be non-commercial, though commercial OSS projects may be considered
Reach out to{' '} oss@openpanel.dev {' '} with your project details
Share your project URL, license type, and a brief description of what you're building
We'll evaluate your project and respond within a few business days