Skip to content

agustinkassis/ldomain

Repository files navigation

Lightning Domain

Provide Lightning Address and Nostr functionality to your domain without coding.

Tech stack

Features

  • Nostr Login
  • Wizard installer
  • /.well-known proxy endpoint handler
  • NIP05 provider
  • LUD16 provider
  • Multiple domains
  • Multiple wallet providers
  • Nostr profile editor
  • User manager
  • User profile page
  • Webhook manager
  • Dashboard feed
  • Follow users
  • Nostr inbox
  • Email to Nostr

Getting Started

First, run the development server:

Setup the correct node version using nvm

nvm use

Install node dependencies using pnpm

pnpm install

Run in development mode

pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.