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
6 changes: 2 additions & 4 deletions content/ecosystem.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ request waits for your approval, and your `nsec` never leaves it.

### The flagship client — in progress

A fast, local-first client organized around community **"places"**: browse and post
within two minutes, with the feed rendered from disk and reconciled in the background.
A fast, local-first client: browse and post within two minutes, with the feed
rendered from disk and reconciled in the background.
A focused, polished vertical slice first — depth over breadth.

### On the roadmap

- **A "places" discovery engine** — find community relays, and spin up and tend your
own in a tap.
- **A private messenger** — NIP-17 gift-wrapped DMs, signing through Signet.
- **A document app** — Nostr-native notes and long-form (NIP-23).
- **More NIPs, payments, and platforms** — the ecosystem expands across desktop and mobile.
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>Flagship client</h3>
<span className="zn-tag zn-tag-building">Building</span>
</div>
<p>A fast, local-first client organized around community "places" — browsing and posting within two minutes, rendered from disk.</p>
<p>A fast, local-first client: browse and post within two minutes, with the feed rendered from disk.</p>
<a className="zn-applink" href="/roadmap">On the roadmap →</a>
</div>
<div className="zn-card">
Expand Down
7 changes: 1 addition & 6 deletions content/roadmap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,12 @@ being built now, and the year ahead — roughly a milestone a month.

## In progress

- **The flagship client** — a fast, local-first native Nostr client organized around
community **"places."** Three things done well:
- **The flagship client** — a fast, local-first native Nostr client. Two things done well:
- **Onboarding in under two minutes** — browse as a guest with no key; when you want to
post, generate a key or connect [Signet](/signer); a curated starter pack means the feed
is never empty.
- **Local-first performance** — the feed renders from disk instantly and reconciles from
relays in the background; posting is optimistic; nothing waits on the slowest relay.
- **Community "places"** — the home isn't a global firehose but browsable, joinable
community relays organized by interest.

A polished, focused vertical slice first — depth over breadth — with the rest on the year
ahead.
Expand All @@ -42,8 +39,6 @@ Roughly one milestone a month, expanding the core and the ecosystem around it:

1. **Library 1.0** — a stable public API, an audited error model, and a fuzzed parser.
2. **A deeper client** — threads (NIP-10), reactions and reposts, quotes, and media (NIP-92).
3. **A "places" discovery engine** — relay discovery and reviews, and one-tap tooling to spin
up and tend a community relay.
4. **A secure messenger** — private direct messages (NIP-17 gift wrap) on the local store,
signing through Signet.
5. **A document app** — Nostr-native notes and long-form (NIP-23), personal and shareable.
Expand Down
Loading