import { cn } from "@/commons"; import { createLazyFileRoute } from "@tanstack/react-router"; export const Route = createLazyFileRoute("/new")({ component: Screen, }); function Screen() { const { platform } = Route.useRouteContext(); return (

How would you like to use Lume?

Continue with Nostr Connect

Your account will be handled by a remote signer. Lume will not store your account keys.

Continue with Secret Key

Lume will store your keys in secure storage. You can provide a password to add extra security.

Continue with Public Key (Watch Mode)

Use for experience without provide your private key, you can add it later to publish new note.

Do you not have a Nostr account yet?
nsec.app
Create one with nsec.app
nosta
Create one with nosta.me

Or you can create account from other Nostr clients.

); }