Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agustinkassis/ldomain
Lightning Domain manager
https://github.com/agustinkassis/ldomain
lightning lud16 nip05 nostr
Last synced: about 1 month ago
JSON representation
Lightning Domain manager
- Host: GitHub
- URL: https://github.com/agustinkassis/ldomain
- Owner: agustinkassis
- Created: 2024-08-26T14:18:27.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T20:50:51.000Z (2 months ago)
- Last Synced: 2024-09-12T07:12:42.726Z (2 months ago)
- Topics: lightning, lud16, nip05, nostr
- Language: TypeScript
- Homepage: https://ldomain.masize.com/
- Size: 624 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lightning Domain
Provide Lightning Address and Nostr functionality to your domain without coding.
## Tech stack
- [NextJS](https://nextjs.org/) for web app
- [Tailwind](https://tailwindcss.com/) for style
- [Shadcn](https://ui.shadcn.com/) for UI components
- [Prisma](https://www.prisma.io/) for database ORM
- [Nostr tools](https://github.com/nbd-wtf/nostr-tools) for nostr utils## Features
- [x] Nostr Login
- [ ] Wizard installer
- [ ] /.well-known proxy endpoint handler
- [ ] [NIP05](https://github.com/nostr-protocol/nips/blob/master/05.md) provider
- [ ] [LUD16](https://github.com/lnurl/luds/blob/luds/06.md) provider
- [ ] Multiple domains
- [ ] Multiple [wallet providers](./docs/WALLET_PROVIDERS.md)
- [ ] Nostr profile editor
- [ ] User manager
- [ ] User profile page
- [ ] Webhook manager
- [ ] Dashboard feed
- [ ] Follow users
- [ ] Nostr inbox
- [ ] [Email to Nostr](./docs/MAIL_NOSTR.md)## Getting Started
First, run the development server:
Setup the correct node version using [nvm](https://github.com/nvm-sh/nvm)
```bash
nvm use
```Install node dependencies using [pnpm](https://pnpm.io/)
```bash
pnpm install
```Run in development mode
```bash
pnpm dev
```Open [http://localhost:3000](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`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.