public: update about
This commit is contained in:
@@ -1,8 +1,14 @@
|
|||||||
---
|
---
|
||||||
title: About
|
title: OpenPanel - About Us
|
||||||
description: Learn about who we are and why we started OpenPanel. We're on a mission to make powerful analytics accessible to everyone - open-source, privacy-first, and affordable.
|
description: Learn about OpenPanel, the open-source web and product analytics platform. We're on a mission to make powerful analytics accessible to everyone - privacy-first and affordable.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## What is OpenPanel?
|
||||||
|
|
||||||
|
**OpenPanel** is an open-source web and product analytics platform - a modern alternative to Mixpanel, Google Analytics, and Plausible. We're NOT a server control panel or hosting panel like other software that shares our name.
|
||||||
|
|
||||||
|
If you were looking for a server administration panel (like cPanel or Plesk), you might be looking for [OpenPanel](https://openpanel.com) - that's a different product for managing web servers. **OpenPanel.dev** is all about analytics.
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
Hey there!
|
Hey there!
|
||||||
@@ -92,4 +98,4 @@ OpenPanel AB
|
|||||||
Sankt Eriksgatan 100
|
Sankt Eriksgatan 100
|
||||||
113 31 Stockholm
|
113 31 Stockholm
|
||||||
Sweden
|
Sweden
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ export function Hero() {
|
|||||||
TRUSTED BY 1,000+ COMPANIES • 4.7K GITHUB STARS
|
TRUSTED BY 1,000+ COMPANIES • 4.7K GITHUB STARS
|
||||||
</div> */}
|
</div> */}
|
||||||
<h1 className="text-4xl md:text-5xl font-semibold leading-[1.1]">
|
<h1 className="text-4xl md:text-5xl font-semibold leading-[1.1]">
|
||||||
An open-source alternative to <Competition />
|
OpenPanel - The open-source alternative to <Competition />
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-lg text-muted-foreground">
|
<p className="text-lg text-muted-foreground">
|
||||||
An open-source web and product analytics platform that combines the
|
An open-source web and product analytics platform that combines the
|
||||||
|
|||||||
@@ -23,7 +23,9 @@ const jsonLd = {
|
|||||||
url: OPENPANEL_BASE_URL,
|
url: OPENPANEL_BASE_URL,
|
||||||
sameAs: ['https://github.com/Openpanel-dev/openpanel'],
|
sameAs: ['https://github.com/Openpanel-dev/openpanel'],
|
||||||
description: OPENPANEL_DESCRIPTION,
|
description: OPENPANEL_DESCRIPTION,
|
||||||
|
keywords: 'openpanel, product analytics, web analytics, mixpanel alternative, open source analytics',
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
'@type': 'SoftwareApplication',
|
'@type': 'SoftwareApplication',
|
||||||
name: OPENPANEL_NAME,
|
name: OPENPANEL_NAME,
|
||||||
|
|||||||
Reference in New Issue
Block a user