A few things shipped this week worth sharing:
---

---
Board types are now explicit. When creating a board you now choose between three types:
1. Content board — links, notes, articles, profiles. Rich cards with custom titles and images. Projecstr-native (for now). Note pins still carry a flat NIP-51 e tag fallback so they surface in compatible clients too.
2. Note board — Nostr notes only. Pure NIP-51 kind:30003 Bookmark Set. Fully readable by any NIP-51 client.
3. People list — Nostr profiles only. Pure NIP-51 kind:30000 Follow Set. Compatible with Ditto, Wisp, Amethyst, nostr.blue, and any NIP-51 client.
Note boards and People lists are fully cross-compatible out of the box. Save notes to a Note board and they show up in Wisp, nostr.blue, and anywhere that reads NIP-51 Bookmark Sets.
Wisp compatibility fixes
Did a deep read of Wisp's source to understand exactly how it processes NIP-51 lists. Fixed two issues:
Board edits were silently stripping NIP-51 flat fallback tags — so boards that had ever been edited looked empty in Wisp. Fixed, and added a Republish / repair button to correct existing boards retroactively.
Board deletions weren't including the e event ID in the kind:5 request — only the a coordinate tag. Wisp tracks deletions by event ID only, so deleted boards kept showing up. Fixed.