Skip to content

Applesauce packages

Core

The applesauce-core package contains the EventStore, QueryStore and the majority of the helpers, and queries. see more

sh
npm install applesauce-core
sh
yarn install applesauce-core
sh
pnpm install applesauce-core

Content

The applesauce-content package contains helpers for parsing text content and markdown. see more

sh
npm install applesauce-content
sh
yarn install applesauce-content
sh
pnpm install applesauce-content

Signers

The applesauce-signers package contains a bunch of NIP-07 compatible signer classes. see more

sh
npm install applesauce-signers
sh
yarn install applesauce-signers
sh
pnpm install applesauce-signers

Accounts

The applesauce-accounts package contains the main AccountManager class and various types of common nostr account types. see more

sh
npm install applesauce-accounts
sh
yarn install applesauce-accounts
sh
pnpm install applesauce-accounts

Factory

The applesauce-factory package contains the main EventFactory class and a lot of Blueprints and Operations for creating an modifying nostr events. see more

sh
npm install applesauce-factory
sh
yarn install applesauce-factory
sh
pnpm install applesauce-factory

Loaders

The applesauce-loaders package provides loaders that simplify fetching nostr events from multiple relays. These loaders can be integrated with any nostr connection framework of your choice. see more

sh
npm install applesauce-loaders
sh
yarn install applesauce-loaders
sh
pnpm install applesauce-loaders

:::

Actions

The applesauce-actions package provides prebuilt actions that apps can use. see more

sh
npm install applesauce-actions
sh
yarn install applesauce-actions
sh
pnpm install applesauce-actions

Relays

The applesauce-relay package provides a flexible api for communicating with Nostr relays, built on top of RxJS.

sh
npm install applesauce-relay
sh
yarn install applesauce-relay
sh
pnpm install applesauce-relay

React

The applesauce-react package contains a bunch of useful react hooks for working with other applesauce packages. see more

sh
npm install applesauce-react
sh
yarn install applesauce-react
sh
pnpm install applesauce-react