feature(public): add supporter page

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-03-26 14:48:36 +01:00
parent 1ce8ab8fc8
commit c540778825
5 changed files with 96 additions and 9 deletions

View File

@@ -0,0 +1,26 @@
---
title: Supporter
description: As a OpenPanel supporter you support our project and keeping it floating.
---
import { Supporter } from '@/components/sections/supporter'
import Stats from '@/components/sections/stats';
import Testimonials from '@/components/sections/testimonials';
import Faq from '@/components/sections/faq';
Hey there! 👋
TL;DR [**Become a supporter 🫶**](https://buy.polar.sh/polar_cl_Az1CruNFzQB2bYdMOZmGHqTevW317knWqV44W1FqZmV)
First off, we want to say a massive thank you for even considering supporting OpenPanel. As an open-source project, every single supporter means the world to us. We're not a big corporation just a small team passionate about building something useful for the developer community.
OpenPanel started because we believed monitoring and observability tools shouldn't be complicated or locked behind expensive enterprise subscriptions. We wanted to create something that developers could actually use, modify, and run themselves. That's why we made it open-source it's not just about the code being free, it's about building something together with the community.
If you're using OpenPanel self-hosted and decide to become a supporter, you're helping us keep this project alive and kicking. Your support means we can spend more time fixing bugs, adding features, and improving documentation. It's as simple as that. No corporate speak, no fancy promises just honest work on making OpenPanel better for everyone.
Every contribution, no matter the size, helps us stay independent and focused on what matters: building a tool that actually helps developers in their daily work.
<div className="lg:-mx-20 xl:-mx-40 not-prose mt-8">
<Supporter />
<Testimonials />
<Faq />
</div>