Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ https://www.mixxx.org/* https://mixxx.org/:splat 301!
/wiki https://github.com/mixxxdj/mixxx/wiki 301!

# Redirect to donation page
/donate https://www.opencollective.com/mixxx 302!
/donate https://mixxx.org/donations/ 302!

# Error page
/* /error/ 404
43 changes: 43 additions & 0 deletions content/pages/donations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
title: Financial Donations for Mixxx
slug: donations

Mixxx is a non-profit project run by volunteers. The most valuable way to support Mixxx is to contribute to it yourself. We’ve consistently been short on volunteers who take on areas beyond code contributions. If you could imagine helping our team, get in contact with us as described on our [Get Involved](/get-involved) page.

But if you’re unable to contribute your time, we also appreciate financial donations. Your donation helps keep Mixxx independent, open-source, and free for DJs everywhere.

<div class="grid-container halves button-container">
<div>
<a class="button button-secondary-highlight" href="https://opencollective.com/mixxxev" target="_blank" title="Donate EUR to Mixxx e.V. via Open Collective">💶 Donate EUR 💶</a>
</div>
<div>
<a class="button button-secondary-highlight" href="https://opencollective.com/mixxx" target="_blank" title="Donate USD to Open Source Collective">💵 Donate USD 💵</a>
</div>
</div>

### 1. Mixxx e.V. 💶

The [Mixxx e.V.](https://mixxx.org/ev/) runs this website and is the publisher of the Mixxx DJ Software.

Mixxx e.V. is a registered association according to German law and recognized as a **non-profit organization** by the German authorities, therefore donations to Mixxx e.V. are **tax-deductible** in 🇩🇪 Germany.
In all other states of the European Economic Area (EEA) (🇪🇺 EU member states, 🇮🇸 Iceland, 🇱🇮 Liechtenstein and 🇳🇴 Norway), Mixxx e.V. is treated on an equal footing with national non‑profit organizations. Please check with your local tax authority to see whether this allows for tax deduction.

Donations are used in accordance with the [Articles of Association](https://github.com/mixxxdj/proposals/blob/main/proposals/2024-06-14_mixxx_e_v.md) to promote art and culture as well as education and occupational training via the free and open-source software Mixxx.

You can directly donate to Mixxx e.V. using the Open Collective platform: 👉 [https://opencollective.com/mixxxev](https://opencollective.com/mixxxev)

Open Collective has a manually adjustable **15% platform tip** preset. The most efficient way to donate using Open Collective is with a direct bank transfer. PayPal and credit cards are available, but deduct additional fees from your donation.


### 2. Open Source Collective 💵

Open Source Collective collects funds for the Mixxx DJ Software with a broader scope than Mixxx e.V.

The Open Source Collective (OSC) is a 🇺🇸 US‑based 501(c)(6) non‑profit host that provides financial infrastructure for thousands of open‑source projects. Contributions via OSC are generally not tax‑deductible.

Donations are used in accordance with the [OSC Terms of Fiscal Sponsorship](https://docs.oscollective.org/) to promote a sustainable and healthy open-source ecosystem for those who create, maintain, and rely on the free software Mixxx.

You can donate in support of the Mixxx DJ Software 👉 [https://opencollective.com/mixxx](https://opencollective.com/mixxx)

Open Source Collective charges a fixed **10% host fee** on incoming funds.

*Last updated: 4 June 2026*
2 changes: 2 additions & 0 deletions theme/templates/donate_button.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!-- Donate Button -->
<a class="button button-secondary button-secondary-highlight" href="{{ SITEURL }}/donations" title="{% trans %}Donate via Open Collective{% endtrans %}">{% trans %}Donate{% endtrans %}</a>
2 changes: 0 additions & 2 deletions theme/templates/donate_paypal.html

This file was deleted.

3 changes: 2 additions & 1 deletion theme/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ <h2 class="docs-header">Pages</h2>
<li><a href="{{ SITEURL }}/index">Overview</a></li>
<li><a href="{{ SITEURL }}/features">Features</a></li>
<li><a href="{{ SITEURL }}/press">Press</a></li>
<li><a href="{{ SITEURL }}/support">Support</a></li>
<li><a href="{{ SITEURL }}/support">Get Support</a></li>
<li><a href="{{ SITEURL }}/get-involved">Get Involved</a></li>
<li><a href="{{ SITEURL }}/donations">Donate</a></li>
</ul>
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion theme/templates/pages/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1><a class="headline-link" href="#download">Download Mixxx</a></h1>
</p>
<div class="grid-container halves button-container">
<div>
{% include "donate_paypal.html" %}
{% include "donate_button.html" %}
</div>
<div>
<a class="button button-secondary" href="https://github.com/mixxxdj/mixxx" target="_blank" title="{% trans %}View Source Code on GitHub{% endtrans %}">{% trans %}Source Code{% endtrans %}</a>
Expand Down
2 changes: 1 addition & 1 deletion theme/templates/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2><a class="headline-link" href="#opensource">{% trans %}Free &amp; Open Sourc
<a class="button button-primary" href="{{ SITEURL }}/download">{% trans %}Download{% endtrans %}</a>
</div>
<div>
{% include "donate_paypal.html" %}
{% include "donate_button.html" %}
</div>
<div>
<a class="button button-secondary" href="https://github.com/mixxxdj/mixxx" target="_blank">{% trans %}Source Code{% endtrans %}</a>
Expand Down
Loading