diff --git a/src/components/SiteFooter.astro b/src/components/SiteFooter.astro index c34640d..962518f 100644 --- a/src/components/SiteFooter.astro +++ b/src/components/SiteFooter.astro @@ -11,7 +11,7 @@ Applications Downloads Connect - Connect beta waitlist + Connect open beta Security
mdbase Connect
-mdbase Connect ยท open beta
+- 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. + Create an account with your email address and a password. Connect will + prepare a small hosted Markdown collection so you can open the editor + and start exploring.
Access transition
-Create an account
+- We have sent the remaining beta invitations. The next way to create an - account will be public signup with an email address and password. + We will send a one-time verification link before asking for your name, + password, and agreement to the service terms. Verification links expire + after one hour.
- 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. + Read how local and hosted collections differ, including which + components can read record contents. The privacy policy and service + terms apply when you create an account.
+- Read the collection specification and Connect integration guides while - public registration is being prepared. + The mdbase specification and local tools remain open source and do not + require a Connect account.
Account access
-Open beta
+- Beta access requests are closed while we prepare email-and-password - registration. Existing accounts and invitation links keep working. + Public email-and-password signup is open. Verify your email, choose a + password, and start with a small private hosted collection.
The desktop app includes the local connector, background service, and command line tools. The mdbase editor is available online. These - builds are public beta releases; hosted collections still require a - beta account. + builds are public beta releases; hosted collections require a free + Connect account.
Choose the package for your computer. The app can open local mdbase - collections immediately; Connect service features require a beta account. + collections immediately; managed Connect features require an account.
mdbase.dev is a public static documentation website. It has no account - system or advertising trackers. When you join the beta waitlist, mdbase - Connect retains the submitted email address and request time so the - request can be reviewed and an invitation can be sent. Rate-limit records - use keyed digests of the email and network address; the access-request - record does not store the network address. The hosting provider may also - retain ordinary request logs for security and service operation. + system or advertising trackers. The hosting provider may retain ordinary + request logs for security and service operation.
-- Connect account services retain identity, computer pairing, application - declarations, collection identifiers and display names, exact grants, - tokens, audit metadata, and routing metadata needed to operate the - service. + Public signup uses an email address to deliver a one-time verification + link. Connect retains the verified address, account name, accepted terms + and privacy-policy versions, identity-provider links you add, and + security and audit metadata needed to operate the account. Passwords are + stored as password hashes, not readable passwords. Abuse controls retain + keyed digests and bounded counters for email addresses and source + networks. +
++ Connect also retains computer pairing, application declarations, + collection identifiers and display names, exact grants, tokens, audit + metadata, and routing metadata needed to operate the service.
Local collection paths and record payloads stay at the connector. diff --git a/src/pages/sdk/connect-quickstart/index.astro b/src/pages/sdk/connect-quickstart/index.astro index 6083b65..c4a20df 100644 --- a/src/pages/sdk/connect-quickstart/index.astro +++ b/src/pages/sdk/connect-quickstart/index.astro @@ -249,12 +249,12 @@ if (first) {
After the public npm release, installation uses:
- During the private beta, create immutable consumer archives from a clean
- Connect checkout. The command prints the exact artifact filenames and
+ Until the packages are published to npm, create immutable consumer archives
+ from a clean Connect checkout. The command prints the exact artifact filenames and
source revision. Add the printed protocol and client archives to the
application with pnpm add <archive>.
The validator is currently run from the Connect workspace or supplied as a
beta artifact. --allow-local affects static validation only; it
@@ -303,8 +303,8 @@ if (first) {
- The production service currently accepts private-beta accounts. Before using
- it, deploy the application at an HTTPS origin, replace every localhost
+ The production service accepts public beta accounts. Before using it, deploy
+ the application at an HTTPS origin, replace every localhost
homepage, icon, and redirect URL in the manifest with the exact deployed
URLs, and validate without
- The production service and protocol 1 are deployed for beta accounts.
+ The production service and protocol 1 are deployed for public beta accounts.
The npm packages await their first public release. Current developers
build or pack the versioned artifacts from the
{" "}Connect repository.
diff --git a/src/pages/terms/index.astro b/src/pages/terms/index.astro
index 71a374d..6b9caf1 100644
--- a/src/pages/terms/index.astro
+++ b/src/pages/terms/index.astro
@@ -4,7 +4,7 @@ import BaseLayout from "../../layouts/BaseLayout.astro";
mdbase Connect is pre-release software. Availability, storage, routing,
- and account features may change before a public release. Keep independent
- backups of important collections. Treat the private beta as a working
- copy of data.
+ and account features may change before a stable release. Keep independent
+ backups of important collections. Treat the open beta as a working copy
+ of data. The service has no availability or data-retention guarantee.
--allow-local. The non-loopback branch
in the client example then uses https://connect.mdbase.dev.
diff --git a/src/pages/sdk/index.astro b/src/pages/sdk/index.astro
index 382f8f3..39726f4 100644
--- a/src/pages/sdk/index.astro
+++ b/src/pages/sdk/index.astro
@@ -59,9 +59,9 @@ export async function listOpenTasks(client: MdbaseCollectionClientPrivate beta
+ Open beta
Acceptable use