Files
notedeck/crates/notedeck
William Casarin 6bbc20471a dave: include anonymous user identifier in api call
- don't include users pubkey

This could be used to associate requests with real users,
rendering the anonymized user_id pointless

TODO: Implement a new tool call that lets dave ask for your pubkey

Fixes: #834
Fixes: #836
Signed-off-by: William Casarin <jb55@jb55.com>
2025-05-01 19:33:33 -07:00
..
2025-04-08 22:50:00 -04:00
2025-04-21 13:21:45 -07:00
2025-04-21 13:21:45 -07:00

Notedeck

Notedeck is a shared Rust library that provides the core functionality for building Nostr client applications. It serves as the foundation for various Notedeck applications like notedeck_chrome, notedeck_columns, and notedeck_dave.

Overview

The Notedeck crate implements common data types, utilities, and logic used across all Notedeck applications. It provides a unified interface for interacting with the Nostr protocol, managing accounts, handling note data, and rendering UI components.

Key features include:

  • Nostr Protocol Integration: Connect to relays, subscribe to events, publish notes
  • Account Management: Handle user accounts, keypairs, and profiles
  • Note Handling: Cache and process notes efficiently
  • UI Components: Common UI elements and styles
  • Image Caching: Efficient image and GIF caching system
  • Wallet Integration: Lightning wallet support with zaps functionality
  • Theme Support: Customizable themes and styles
  • Storage: Persistent storage for settings and data

Applications

This crate serves as the foundation for several Notedeck applications:

  • notedeck_chrome - The browser chrome, manages a toolbar for switching between different clients
  • notedeck_columns - A column-based Nostr client interface
  • notedeck_dave - A nostr ai assistant

License

GPLv2