Files
vega/ROADMAP.md
Jure cdf1a0b4a2 Bump version to v0.1.8 — Windows playtest fixes
- Fix switchAccount: check signer was set after loginWithNsec before
  returning; fall back to loginWithPubkey on silent failure; always
  navigate to feed after switch to clear stale UI
- Fix profile edit button: hidden in read-only (npub) mode; read-only
  badge shown in profile header to make state visible
- Sidebar: show version number (v0.1.8) below WRYSTR brand, auto-tracked
  from package.json — no more hardcoding
- Support page: increase QR code gap (gap-8 → gap-16) to prevent
  accidentally scanning the wrong address
- ROADMAP: add language/alphabet feed filter to Phase 3 backlog

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 13:39:30 +01:00

8.4 KiB
Raw Blame History

Wrystr — Roadmap


Vision: more than a Nostr client

Wrystr is not just a great desktop Nostr client. Long-form content is a first-class, distinguishing feature — not an afterthought, not a checkbox NIP.

The article editor (NIP-23), the reading experience, the writing tools around it — these set Wrystr apart from other clients and define its identity. Think of it as a publishing platform that happens to live on Nostr, not a social feed that happens to support articles.


Development process

Each phase is built, then thoroughly tested (especially on Windows) before the next begins. Bugs found during testing are fixed before Phase N+1 starts. A release is cut between phases.


Phase 1 — Complete the core experience ✓ COMPLETE

Shipped in v0.1.5. Tested on Windows (v0.1.7 fixes applied). Ready for OpenSats application (April 1, 2026).

  • ✓ Long-form article reader (NIP-23) — nostr:naddr1… links open in-app reader
  • ✓ Zap counts on notes — N sats inline on every note
  • ✓ Quoted note inline preview — nostr:note1… / nostr:nevent1… render as inline cards
  • ✓ Auto-updater — "Update & restart" banner via tauri-plugin-updater

Phase 2 — Engagement & reach

Test v0.1.7 on Windows first. Fix any issues before starting.

5. Notifications

  • No way to see mentions, replies to own notes, or incoming DMs without manually checking
  • Badge on the messages nav item for unread DMs
  • Notifications view: mentions of your pubkey, replies to your notes, new DMs
  • System notification (OS native) for DMs and mentions — Tauri has a notification plugin

6. NIP-65 outbox model (relay lists, kind 10002)

  • Without NIP-65, we miss notes from people who publish to their own relay set
  • On profile open: fetch their kind 10002 relay list, query those relays for their notes
  • On publish: write to own relay list (configurable in settings)
  • Dramatically improves note discovery and reach

7. Feed reply context

  • In the feed, replies look identical to top-level posts — no visual distinction
  • Show "↩ replying to @name" above the note content for kind-1 events with e tags
  • Clicking the context navigates to the parent note thread

8. Keyboard shortcuts

  • A writing-focused desktop app should be keyboard-navigable
  • N — compose new note, R — reply to focused note, / — focus search
  • J/K — navigate feed up/down, Escape — close modal/back
  • Show shortcuts in a ? help overlay

Phase 3 — Polish & completeness

Test Phase 2 thoroughly first. Fix all reported issues before starting Phase 3.

9. NIP-17 DMs (gift wrap)

  • Current DMs use NIP-04 (kind 4) — works but deprecated and leaks metadata
  • NIP-17 wraps messages in gift wrap (kind 1059) for proper sender/recipient privacy
  • Needs inbox relay support (kind 10050) and ephemeral key signing
  • Not interoperable with NIP-04 — both should be supported during migration

10. Image lightbox

  • Clicking an image in a note should open it full-size
  • Click outside or Escape to close

11. Bookmark list (NIP-51, kind 10003)

  • Standard feature expected by users — save notes for later
  • Bookmark icon on NoteCard, synced to relays via NIP-51

12. Follow suggestions / discovery

  • New users start with an empty Following feed and no guidance
  • Suggest popular accounts and curated starter packs
  • "People followed by people you follow" as a discovery surface

14. Language / alphabet feed filter

  • Feature request from Windows playtest (2026-03-11): filter feed to specific languages or scripts
  • Could be client-side: detect script via Unicode block ranges, offer toggle in settings
  • Or server-side: NIP-50 language tag support if relays implement it
  • Low effort client-side version: filter by Unicode script (Latin, Cyrillic, CJK, Arabic, etc.)

13. UI polish pass

  • Full design review: note cards, thread view, profile header, modals
  • Target bar: Telegram Desktop — fast, keyboard-navigable, feels native not webby
  • Typography, spacing, colour contrast audit
  • Needs a dedicated design session before implementation

Brainstorm backlog (not yet scheduled)

Web of Trust (WOT)

  • Social graph distance for trust scoring
  • Could power: feed ranking, spam filtering, people search, follow suggestions
  • Needs dedicated design session

Long-form features (NIP-23 depth)

  • Discovery: browse articles from followed authors, trending articles
  • Reading history, estimated read time, table of contents
  • Editor improvements: image upload, word count, tag suggestions
  • Cross-posting to other platforms

NIP-46 remote signer

  • Sign events via a remote signer (Nsecbunker, Amber, etc.)
  • Would complete the multi-account story for users who don't want nsec in keychain

What's already shipped

v0.1.8

  • Fix: account switch brokenswitchAccount now checks the signer was actually set before returning; falls back to read-only instead of silently doing nothing; always navigates to feed after switch
  • Fix: "Not logged in" on profile edit — edit button hidden when signed in read-only (npub); read-only badge shown in profile header
  • Sidebar version numberv0.1.8 shown below WRYSTR brand, auto-tracked from package.json
  • Support page QR spacing — Lightning and Bitcoin QR codes have more breathing room (gap-16)
  • ROADMAP: language filter added to Phase 3 backlog

v0.1.7

  • Per-account Lightning wallet — NWC URI stored per-pubkey; switching accounts loads the correct wallet automatically
  • New account creation in-app — "Add account" → "New account" tab generates a fresh keypair inline
  • Zap button on thread root note — like and zap the main post in a thread view
  • Conditional zap button only shown for profiles that have a Lightning address (lud16/lud06)
  • Image paste in compose — paste clipboard image → auto-uploads to nostr.build, inserts URL at cursor
  • Account switcher redesign — larger active account avatar, sign-out/remove in dropdown only
  • GitHub Sponsors link in Support page
  • Fix: signer cleared before account switch — eliminates race where old account could sign outgoing events

v0.1.6

  • Linux packaging — ships .deb (Ubuntu/Debian/Mint) and .rpm (Fedora/openSUSE) instead of AppImage
  • Arch / Manjaro: PKGBUILD in repo root — builds from source via git tag

v0.1.5

  • Long-form article reader (NIP-23) — click any nostr:naddr1… to open in-app reader with markdown, cover image, author, tags; zap the author inline
  • Zap counts on notes N sats shown inline on each note
  • Quoted note inline previewnostr:note1… / nostr:nevent1… render as bordered inline cards; click to open thread
  • Auto-updater — "Update & restart" banner via tauri-plugin-updater + GitHub Releases manifest

v0.1.4

  • Sidebar — explicit / toggle, state persisted, collapsed mode completeness
  • Profile image upload — uploads to nostr.build, auto-fills URL field
  • NIP-05 live verification — real-time domain check with ✓/✗ status
  • Search improvements — NIP-50 relay detection, hashtag fallback suggestion

v0.1.3

  • OS keychain — nsec stored securely; sessions survive restarts
  • Multi-account switcher — sidebar footer, instant switch, keychain-backed
  • SQLite note + profile cache — feed loads from local cache on startup
  • Quote & Repost (NIP-18) — one-click repost, compose modal for quotes
  • Mute users (NIP-51) — mute list synced to relays, filtered from feed
  • NWC setup wizard — guided wallet picker with per-wallet instructions + inline validation
  • System tray — close hides to tray; Quit in tray menu exits
  • Zap history — Received / Sent tabs with amounts, counterparts, comments
  • About / Support page — in-app zap, Lightning + Bitcoin QR codes
  • Direct Messages (NIP-04) — conversation list, thread view, per-message decryption

Shipped earlier (v0.1.0 v0.1.2)

  • Onboarding (key generation, nsec backup, plain-language UX)
  • Global + following feed, compose, inline replies, thread view
  • Reactions (NIP-25) with live network counts
  • Follow / unfollow (NIP-02), contact list publishing
  • Profile view + edit (kind 0)
  • Long-form article editor (NIP-23) with draft auto-save
  • Zaps via NWC (NIP-47 + NIP-57), amount presets, comments
  • Search: NIP-50 full-text, #hashtag, people with inline follow
  • Relay management with live connection status
  • Read-only (npub) login mode