ZAI is an AI bot that operates on the Nostr network. Unlike traditional AI services, ZAI only responds when you send a Lightning payment (zap) in exchange for answers.
-
Install dependencies:
npm install
-
Create
.envfile:cp .env.example .env
-
Set target user in
.env:VITE_TARGET_PUBKEY=npub1...
-
Run:
npm run dev
-
Open: http://localhost:8080
npm run build