--- # https://vitepress.dev/reference/default-theme-home-page layout: home hero: name: "Nostr" text: "Ruby" tagline: "The Nostr protocol implemented in a Ruby gem." actions: - theme: brand text: Getting Started link: /getting-started/overview - theme: alt text: View on Github link: https://github.com/wilsonsilva/nostr - theme: alt text: View on RubyDoc link: https://www.rubydoc.info/gems/nostr - theme: alt text: View on RubyGems link: https://rubygems.org/gems/nostr features: - title: Asynchronous details: Non-blocking I/O for maximum performance. icon: โšก - title: Lightweight details: Minimal runtime dependencies. icon: ๐Ÿชถ - title: Intuitive details: The API mirrors the Nostr protocol specification domain language. icon: ๐Ÿ’ก - title: Fully documented details: All code is documented from both the maintainer's as well as the consumer's perspective. icon: ๐Ÿ“š - title: Fully tested details: All code is tested with 100% coverage. icon: ๐Ÿงช - title: Fully typed details: All code is typed with RBS with the help of TypeProf. Type correctness is enforced by Steep. icon: โœ… ---