Provide Lightning Address and Nostr functionality to your domain without coding.
- NextJS for web app
- Tailwind for style
- Shadcn for UI components
- Prisma for database ORM
- Nostr tools for nostr utils
- 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
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.