| title | March 2026 |
|---|---|
| description | What's new in Sweetr this month. |
<Update label="2026-03-23" description="Week of March 23" tags={["Feature", "Update"]}>
You can now deploy Sweetr on your own infrastructure. Run a single command to get started — it handles Docker setup, TLS certificates, and database configuration for you.
curl -fsSL https://raw.githubusercontent.com/sweetr-dev/sweetr.dev/main/bin/deploy | bashOfficial Docker images are published to Docker Hub for both the API and web frontend. See the self-hosting guide for full setup instructions, environment variable reference, and troubleshooting.
The Deployments page now includes a step-by-step guide for configuring deployment tracking. It walks you through creating applications, choosing a deployment trigger, and backfilling historical data to get DORA metrics from day one.
<Update label="2026-03-16" description="Week of March 16" tags={["Feature", "Update"]}>
Sweetr now syncs bio and location from GitHub profiles to your People directory. You can see this information on each person's overview page — no setup required.
The REST API now enforces a rate limit of 100 requests per minute per API key. Requests over the limit receive a 429 Too Many Requests response. See Rate Limits for details.