import React, { useState } from "react" import Head from "next/head" import { Header } from "../components/header" import { Button } from "../components/button" import { Card } from "../components/card" import { SendView } from "../views/send" import { ReceiveView } from "../views/receive" import { NostrKeysType } from "../types" type HomeProps = { keys: NostrKeysType } export default function Home({ keys }: HomeProps) { const [clientType, setClientType] = useState("") const LandingView = () => (
Sendstr is an open source end-to-end encrypted bi-directional clipboard app built on top of{" "} Nostr . No login needed, new throwaway encryption keys are generated on page load, and the default relay deletes messages after 1 hour. To get started open this page on another device and choose one of the options below.