diff --git a/content/ecosystem.mdx b/content/ecosystem.mdx index d044403..c6ea394 100644 --- a/content/ecosystem.mdx +++ b/content/ecosystem.mdx @@ -30,8 +30,8 @@ a local daemon, nothing gets signed quietly, and your `nsec` never leaves it. ### Plaza: shipped -The flagship client: browse and post within two minutes, with the feed rendered -from disk and reconciled in the background. Your key lives in Notary, a separate +The flagship client: read without an account, post in four clicks, with the feed +rendered from disk and reconciled in the background. Your key lives in Notary, a separate process, or in your own signer. → [`zig-nostr/plaza`](https://github.com/zig-nostr/plaza) · [read more](/plaza) diff --git a/content/index.mdx b/content/index.mdx index 5d85601..581a2e8 100644 --- a/content/index.mdx +++ b/content/index.mdx @@ -95,7 +95,7 @@ title: The Nostr protocol, natively in Zig

Plaza

Shipped -

A fast, local-first client: browse and post within two minutes, with the feed rendered from disk. A downloadable macOS app.

+

A fast, local-first client: read without an account, post in four clicks, with the feed rendered from disk. A downloadable macOS app.

Learn more →
diff --git a/content/plaza.mdx b/content/plaza.mdx index a55b341..ae14836 100644 --- a/content/plaza.mdx +++ b/content/plaza.mdx @@ -5,9 +5,10 @@ the [`zig-nostr`](https://github.com/zig-nostr/nostr) core. No browser, no Electron, no interpreter in the binary: the toolkit draws every pixel, and the event store runs inside the app's own process rather than behind an IPC boundary. -Two things it tries to do well. You get from launch to reading in seconds and to -posting in about two minutes. And the feed comes off local disk, so it is -already there when the window opens and reconciles with relays behind you. +Two things it tries to do well. Reading needs no account at all, and posting is +four clicks away: sign in, create an identity, name yourself or skip it, post. +And the feed comes off local disk, so it is already there when the window opens +and reconciles with relays behind you.