From 35aac545115a01c93d77867aa1c7133ecdb409c0 Mon Sep 17 00:00:00 2001 From: Rostislav Dugin Date: Sat, 28 Mar 2026 00:02:22 +0300 Subject: [PATCH] FEATURE (cloud): Add cloud --- app/cloud/page.tsx | 4 +-- app/page.tsx | 69 ++++++++++++++++++++++++++++++++++++++-------- app/sitemap.ts | 6 ++++ 3 files changed, 66 insertions(+), 13 deletions(-) diff --git a/app/cloud/page.tsx b/app/cloud/page.tsx index 3b4c920..6369e9e 100644 --- a/app/cloud/page.tsx +++ b/app/cloud/page.tsx @@ -4,7 +4,7 @@ import { PriceCalculatorComponent } from "../components/PriceCalculatorComponent export const metadata: Metadata = { title: "Databasus Cloud", - robots: "noindex, nofollow", + robots: "index, follow", alternates: { canonical: "https://databasus.com/cloud", }, @@ -332,7 +332,7 @@ export default function Index() {

- © 2026 Databasus. All rights reserved. + © 2026 Databasus™. All rights reserved.

diff --git a/app/page.tsx b/app/page.tsx index b64b291..1e88014 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -351,7 +351,7 @@ export default function Index() {

-
+
GitHub - {/* +
+ or +
+
+ +
- Playground - */} + Use cloud from $9/mo + + + Arrow + +
+ You can always switch to self-hosted, because we are{" "} + + truly open source + +
@@ -1330,8 +1347,38 @@ export default function Index() { /> + Yes. Every feature available in Databasus Cloud is equally + available in the self-hosted version with no restrictions, no + feature gates and no usage limits. The entire codebase is + Apache 2.0 licensed and always will be. +
+
+ Databasus is not "open core." We do not withhold + features behind a paid tier and then call the limited + remainder "open source," as projects like GitLab or + Sentry do. We believe open source means the complete product + is open, not just a marketing label on a stripped-down + edition. +
+
+ Databasus Cloud runs the exact same code as the self-hosted + version. The only difference is that we take care of + infrastructure, availability, backups, reservations, + monitoring and updates for you — so you don't have to. If + you are using cloud, you can always move your databases from + cloud to self-hosted if you wish. +
+
+ Revenue from Cloud funds full-time development of the project. + Most large open-source projects rely on corporate backing or + sponsorship to survive. We chose a different path: Databasus + sustains itself so it can grow and improve independently, + without being tied to any enterprise or sponsor. + + } />

- © 2026 Databasus. All rights reserved. + © 2026 Databasus™. All rights reserved.

diff --git a/app/sitemap.ts b/app/sitemap.ts index 0265e84..f79a074 100644 --- a/app/sitemap.ts +++ b/app/sitemap.ts @@ -169,5 +169,11 @@ export default function sitemap(): MetadataRoute.Sitemap { changeFrequency: "monthly", priority: 0.9, }, + { + url: `${baseUrl}/cloud`, + lastModified: currentDate, + changeFrequency: "weekly", + priority: 0.9, + }, ]; }