--- title: Install OpenPanel description: Get started with OpenPanel in less than 2 minutes. --- import { Cards, Card } from 'fumadocs-ui/components/card'; import { Code, Globe, Layout, Smartphone, FileJson } from 'lucide-react'; The quickest way to get started with OpenPanel is to use our Web SDK. It works with any website. ## Quick Start Simply add this script tag to your website's `` section. ```html title="index.html" ``` That's it! OpenPanel will now automatically track: - Page views - Visit duration - Referrers - Device and browser information - Location ## Using a Framework? If you are using a specific framework or platform, we have dedicated SDKs that provide a better developer experience. } description="Optimized for App Router and Server Components" /> } description="Components and hooks for React applications" /> } description="Integration for Vue.js applications" /> } description="Universal JavaScript/TypeScript SDK" /> } description="Track mobile apps with React Native" /> } description="Server-side tracking for Python" /> ## Explore all SDKs We support many more platforms. Check out our [SDKs Overview](/docs/sdks) for the full list.