mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-11 07:56:50 +02:00
b4d18d6bba8669ec16ea80db0a219754f5b9064d
Previously, chat required an active account to even view messages, blocking users from browsing public group chats or live activity chats before signing in. Changes: - Remove account requirement from NIP-29 adapter resolveConversation() - Remove account requirement from NIP-53 adapter resolveConversation() - Replace "Sign in to send messages" text with interactive login button - Add LoginDialog to ChatViewer for one-click sign-in Users can now view all chat messages without logging in, and only need to sign in when they want to send messages, join groups, or perform other write operations.
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%