mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-10 07:27:23 +02:00
c42ab19f408868dd01f67e7bba8b7708bce8562d
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
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+Kto 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
Languages
TypeScript
98.9%
CSS
0.8%
JavaScript
0.3%