diff --git a/app/page.tsx b/app/page.tsx
index 3ba5c82..d673b35 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -207,6 +207,14 @@ export default function Index() {
text: "Yes! You can restore backups directly from storage (like S3, Google Drive, etc.) without Databasus itself. There is no vendor lock-in, even on this open source tool. With just your secret.key file, you can decrypt and restore any backup manually using standard database tools. This means if your Databasus instance is unavailable or you lose access to it, your backups remain fully recoverable.",
},
},
+ {
+ "@type": "Question",
+ name: "What is Databasus adoption level?",
+ acceptedAnswer: {
+ "@type": "Answer",
+ text: "Databasus is the most widely adopted open-source PostgreSQL backup tool today. At the moment of 22 March 2026, it has been pulled approximately 400,000 times on Docker by DBAs, DevOps engineers, developers and teams worldwide. With 6,100+ GitHub stars, it surpasses pgBackRest (~3,700 stars, available since 2014) and WAL-G (~4,000 stars, available since 2017). Databasus launched in 2025 and outpaced both within its first year. This adoption level reflects strong community trust and preference among database professionals.",
+ },
+ },
{
"@type": "Question",
name: "What backup types does Databasus support?",
@@ -1317,8 +1325,8 @@ export default function Index() {
/>