diff --git a/content/ecosystem.mdx b/content/ecosystem.mdx
index 2eff606..70bf72d 100644
--- a/content/ecosystem.mdx
+++ b/content/ecosystem.mdx
@@ -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.
diff --git a/content/index.mdx b/content/index.mdx
index d997770..22af5dd 100644
--- a/content/index.mdx
+++ b/content/index.mdx
@@ -95,7 +95,7 @@ title: The Nostr protocol, natively in Zig
Flagship client
Building
- A fast, local-first client organized around community "places" — browsing and posting within two minutes, rendered from disk.
+ A fast, local-first client: browse and post within two minutes, with the feed rendered from disk.
On the roadmap →
diff --git a/content/roadmap.mdx b/content/roadmap.mdx
index 8b088d4..00fe096 100644
--- a/content/roadmap.mdx
+++ b/content/roadmap.mdx
@@ -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.
@@ -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.