import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/components/ui/card"; import { ExternalLink } from "lucide-react"; import { VERSION } from "@/lib/version"; export function About() { return (
About YakBak A voice messaging app built on Nostr

YakBak is a simple voice messaging app built on the Nostr protocol. It allows users to record and share voice messages with their friends and followers on the Nostr network.

Features

  • Record voice messages up to 60 seconds
  • Reply to messages with voice replies
  • Follow other users to see their messages
  • React to messages with hearts
  • Share messages with others
  • Zap messages that you like

Technology Stack

  • React 18.x
  • TailwindCSS 3.x
  • Vite
  • shadcn/ui
  • Nostrify
  • React Router
  • TanStack Query
  • TypeScript

Privacy

All messages are stored on your preferred Nostr relays and blossom servers. Your data is not stored on our servers.

Source Code

YakBak is open source and available on GitHub. Feel free to contribute or report issues!

View on GitHub

Version: {VERSION}

); }