https://github.com/codytseng/jumble
A user-friendly Nostr client focused on relay feed browsing and relay discovery.
https://github.com/codytseng/jumble
bitcoin lightning nostr nostr-client pwa react
Last synced: about 1 month ago
JSON representation
A user-friendly Nostr client focused on relay feed browsing and relay discovery.
- Host: GitHub
- URL: https://github.com/codytseng/jumble
- Owner: CodyTseng
- License: mit
- Created: 2024-10-25T13:31:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-10-06T04:57:46.000Z (about 1 month ago)
- Last Synced: 2025-10-06T06:42:45.780Z (about 1 month ago)
- Topics: bitcoin, lightning, nostr, nostr-client, pwa, react
- Language: TypeScript
- Homepage: https://jumble.social
- Size: 13.1 MB
- Stars: 90
- Watchers: 4
- Forks: 37
- Open Issues: 197
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jumble
A user-friendly Nostr client focused on relay feed browsing and relay discovery
## Features
- **Relay Feeds:** Explore content directly through relays without following specific users
- **Relay-Friendly Design:** Minimized and simplified requests ensure efficient communication with relays
- **Relay Sets:** Easily manage and switch between relay sets
- **Clean Interface:** Enjoy a minimalist design and intuitive interactions
## Screenshots
## Run Locally
```bash
# Clone this repository
git clone https://github.com/CodyTseng/jumble.git
# Go into the repository
cd jumble
# Install dependencies
npm install
# Run the app
npm run dev
```
## Run Docker
```bash
# Clone this repository
git clone https://github.com/CodyTseng/jumble.git
# Go into the repository
cd jumble
# Run the docker compose
docker compose up --build -d
```
After finishing, access: http://localhost:8089
## Sponsors
## Donate
If you like this project, you can buy me a coffee :)
lightning: ⚡️ codytseng@getalby.com ⚡️
bitcoin: bc1qx8kvutghdhejx7vuvatmvw2ghypdungu0qm7ds
geyser: https://geyser.fund/project/jumble
## License
MIT