Skip to content
/ noa Public

NOA - Nostr Onboarding App (multi-platform)

License

Notifications You must be signed in to change notification settings

ildella/noa

Repository files navigation

NOA: Nostr Onboarding App

The simplest possible experience to onboard pre-nostr people to Nostr and let them sign-in to other Nostr services.

NOA is a multi platform app, with packages already available for Android, Linux, Windows and OSX.

A Web version is available. The Android app can be installed from Zapstore

Built on Tauri 2 and Svelte 5.

Setup

yarn

Development

Start locally in dev mode:

yarn web
yarn desktop
yarn android

# You can specify the host, if needed.
yarn android --host 192.168.x.x

Build:

## Check package.json for all available shortcut scripts.

yarn desktop.build
yarn android.build

Onboarding and migration from Legacy platforms