public: add supporter

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-11-08 22:45:22 +01:00
parent 49d2c7512a
commit 720b56aba6
11 changed files with 450 additions and 182 deletions

View File

@@ -31,7 +31,7 @@ Our private Docker images are hosted on GitHub's container registry and protecte
### Step 1: Become a supporter
Support starts at just **$20/month** and includes:
[Become a supporter](/supporter) to get access to exclusive Docker images. Support starts at just **$20/month** and includes:
- Access to all private Docker images
- Priority support in our Discord community
- Direct impact on OpenPanel's development
@@ -128,7 +128,7 @@ Every contribution helps us:
- Dedicate more time to development
- Maintain and improve infrastructure
- Provide better documentation and support
- Keep OpenPanel free and open-source for everyone
- Keep OpenPanel open-source and accessible for everyone
Thank you for being an essential part of OpenPanel's journey. We couldn't do this without supporters like you! 💙

View File

@@ -1,24 +0,0 @@
---
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';
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>