applesauce-core
This skill should be used when working with applesauce-core library for Nostr client development, including event stores, queries, observabl
Open source Open in the app JSON README (API)
About
This skill should be used when working with applesauce-core library for Nostr client development, including event stores, queries, observables, and client utilities. Provides comprehensive knowledge o
Details
- Kind
- Agent skills
- Topic
- No topic detected
- Publisher
- purrgrammer
- Origin
- majiayu
- Category
- ferramentas
- Stars
- 11
- Forks
- 15
- Open pull requests
- 7
- Last push
- 2026-09-04T13:38:03Z
- Repository state
- ativo
- Language
- TypeScript
- License
- MIT
- Added
- 2026-09-02 18:10:37
- Updated
- 2026-09-02 18:10:37
- Origin id
purrgrammer/grimoire/development/applesauce-core@main
README
# 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 Requires Node 24 or newer (`.nvmrc` pins 26). ```bash 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 test:run` | Run tests once | | `npm run typecheck` | Typecheck without emitting | | `npm run lint` | Lint code | | `npm run format` | Format code | ## License MIT