import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/components/ui/card"; import { ExternalLink } from "lucide-react"; import { VERSION } from "@/lib/version"; export function About() { return (
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.
All messages are stored on your preferred Nostr relays and blossom servers. Your data is not stored on our servers.
YakBak is open source and available on GitHub. Feel free to contribute or report issues!
View on GitHubVersion: {VERSION}