From 63176b30df6f71e66e5c052c03251cdb892d92b1 Mon Sep 17 00:00:00 2001 From: callumalpass Date: Thu, 20 Aug 2026 22:47:39 +1000 Subject: [PATCH] Retire beta access waitlist --- src/pages/beta/index.astro | 342 +++++----------------------------- src/pages/connect/index.astro | 14 +- 2 files changed, 51 insertions(+), 305 deletions(-) diff --git a/src/pages/beta/index.astro b/src/pages/beta/index.astro index 0996e89..246ac79 100644 --- a/src/pages/beta/index.astro +++ b/src/pages/beta/index.astro @@ -1,131 +1,78 @@ --- import BaseLayout from "../../layouts/BaseLayout.astro"; - -const connectOrigin = import.meta.env.PUBLIC_MDBASE_CONNECT_URL - ?? "https://connect.mdbase.dev"; -const betaAccessEndpoint = new URL( - "/v1/beta-access-requests", - connectOrigin -).toString(); ---
-

Connect private beta

-

Join the Connect beta waitlist.

+

mdbase Connect

+

Public signup is opening soon.

- The managed Connect service is not open for general registration. - Join the waitlist and we will send invitations in small batches when - beta access is available. The open mdbase specification and local - tools do not require an invitation. + Beta access requests are now closed while we prepare general + registration. Existing accounts can keep signing in, and invitation + links already sent will continue to work.

-
- -

- Use the address where you want to receive an invitation. -

-
- - -
- -

- -
-

- We use this address to manage the waitlist and contact you about beta - access. Joining does not guarantee an invitation or immediate - availability. - {" "}Privacy +

Access transition

+

The beta waitlist has closed.

+

+ We have sent the remaining beta invitations. The next way to create an + account will be public signup with an email address and password.

+
-
-

What beta access includes.

+
+

What happens now.

-
Managed Connect
+
Existing accounts
- Create an account, pair a supported desktop build, connect local - folders, and create hosted collections. + Sign in normally and continue using your collections, connected + computers, and approved applications.
-
Approved applications
+
Invitations
- Connect compatible web or native apps and MCP clients to one chosen - collection with explicit operations. + One-time signup links already delivered remain valid until the + expiry shown in the invitation email.
-
Private-beta timing
+
New accounts
- We will invite people in small batches when we are ready. There is - no published wait time, and joining does not guarantee an invitation. + Public email-and-password signup is the next account path. We will + replace this notice when registration opens.
-
+
-

After you join.

+

Already invited?

- If access is available, you will receive a one-time signup link at the - address you submitted. Connect remains pre-release software, so keep - independent backups of important collections. + Open the one-time link in your invitation email to create your account. + Connect remains pre-release software, so keep independent backups of + important collections.

-

Use mdbase while you wait.

+

Explore mdbase in the meantime.

- The specification and local developer path are already open. You can - inspect the collection model or run the SDK sandbox without an account. + Read the collection specification and Connect integration guides while + public registration is being prepared.

Read the specification @@ -135,111 +82,6 @@ const betaAccessEndpoint = new URL(
-