diff --git a/pages/backend/introduction.mdx b/pages/backend/introduction.mdx index 0de39fa..087093a 100644 --- a/pages/backend/introduction.mdx +++ b/pages/backend/introduction.mdx @@ -6,6 +6,10 @@ title: 'Introduction' The backend is essentially just an account server. It handles user accounts, syncing, and other account related features. +## Recommended Community Backend + +I recommend using the [official-backend](https://backend.undi.rest)! + ## Metrics The backend exposes an endpoint for [Prometheus metrics](https://prometheus.io/) which allows you to keep track of the backend more easily, it can be accessed on `/metrics`.