Claude c42ab19f40 feat(chat): render root event with KindRenderer in NIP-10 and NIP-22 chats
The root event (OP) at the top of a comments/thread chat is now
rendered using the full KindRenderer (feed renderer) instead of a
plain text chat bubble. This shows the original event with its
proper kind-specific UI (article, picture, repo, note, etc.).

- Add RootEventItem component wrapping KindRenderer for Nostr events
- Add ExternalRootItem component for NIP-73 external roots (URLs,
  ISBNs, DOIs) rendered as a descriptive header card
- Extend isRootMessage detection to both NIP-10 and NIP-22 protocols
- Root events bypass MessageItem entirely, rendered inline in feed
- External roots shown as Virtuoso Header when no Nostr event exists
- Show NIP-22 protocol badge in conversation header
- Disable "Load older" pagination for NIP-22 (like NIP-10)

https://claude.ai/code/session_01PsevnSkZf2Pn1yhc1Rinc3
2026-02-13 06:54:40 +00:00
👶
2025-12-09 16:26:31 +01:00
2025-12-19 12:49:29 +01:00
2026-01-22 18:38:26 +01:00
2025-12-13 15:06:05 +01:00
2025-12-22 20:40:16 +00:00
2025-12-20 14:25:40 +01:00
👶
2025-12-09 16:26:31 +01:00
👶
2025-12-09 16:26:31 +01:00
👶
2025-12-09 16:26:31 +01:00

Grimoire

A Nostr protocol explorer and developer tool with a tiling window manager interface.

Features

  • Tiling Windows - Each window is a Nostr "app" (profile viewer, event feed, NIP docs, etc.)
  • Command Palette - Unix-style commands via Cmd+K to open apps and navigate
  • Multi-workspace - Virtual desktops with independent layouts
  • Real-time - Reactive event subscriptions with automatic updates

Stack

React 19, TypeScript, Vite, TailwindCSS, Jotai, Dexie, Applesauce

Getting Started

npm install
npm run dev

Scripts

Command Description
npm run dev Start dev server
npm run build Build for production
npm test Run tests in watch mode
npm run lint Lint code
npm run format Format code

License

MIT

Description
No description provided
Readme MIT 14 MiB
Languages
TypeScript 98.9%
CSS 0.8%
JavaScript 0.3%