Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/ecosystem.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion content/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ title: The Nostr protocol, natively in Zig
<h3>Plaza</h3>
<span className="zn-tag zn-tag-shipped">Shipped</span>
</div>
<p>A fast, local-first client: browse and post within two minutes, with the feed rendered from disk. A downloadable macOS app.</p>
<p>A fast, local-first client: read without an account, post in four clicks, with the feed rendered from disk. A downloadable macOS app.</p>
<a className="zn-applink" href="/plaza">Learn more →</a>
</div>
<div className="zn-card">
Expand Down
7 changes: 4 additions & 3 deletions content/plaza.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img
src="/plaza/hero.jpg"
Expand Down
Binary file modified public/plaza/hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading