import Section from "../../components/Section"; import "./SupportUs.css"; import githubIcon from "../../assets/boxicons/bx-github.svg?raw"; import paypalIcon from "../../assets/boxicons/bx-paypal.svg?raw"; import buyMeACoffeeIcon from "../../assets/boxicons/bx-buy-me-a-coffee.svg?raw"; import Button, { Link } from "../../components/Button"; import Card from "../../components/Card"; import { usePageTitle } from "../../hooks"; export default function Donate() { usePageTitle("Support us"); return ( <>

Trilium is built and maintained with hundreds of hours of work. Your support keeps it open-source, improves features, and covers costs such as hosting.

Consider supporting the main developer (eliandoran) of the application via:

  • Translate the application into your native language via Weblate.
  • Interact with the community on GitHub Discussions or on Matrix.
  • Report bugs via GitHub issues.
  • Improve the documentation by informing us on gaps in the documentation or contributing guides, FAQs or tutorials.
  • Spread the word: Share Trilium Notes with friends, or on blogs and social media.
) }