-->
Explore different approaches to Nostr authentication and relay integration
Raw HTML page with vanilla JavaScript that connects to ws://localhost:3334 using a NIP-07 browser extension (like Alby or nos2x), performs NIP-42 authentication, and publishes a kind 30078 event. Copy file and save as .html file to run it in browser.
Demonstrates direct NIP-07 browser extension integration for Nostr authentication. Shows how to connect with extensions like Alby, nos2x, or other Nostr signers without additional abstractions.
Complete authentication system with advanced features like relay management, event publishing, subscription handling, and comprehensive error handling. Best for production use.
Streamlined example using the reusable NostrAuth composable. Perfect for getting started quickly with basic authentication and publishing functionality.