A community fork of Jumble, made by and for music lovers
Find a file
2025-06-14 13:16:02 +08:00
public feat: pwa 2024-12-22 16:37:38 +08:00
resources feat: opensats 2025-05-17 13:45:53 +08:00
screenshots Revert "refactor: 💨" 2025-04-08 20:18:59 +08:00
src feat: support configurable CORS proxy server (#383) 2025-06-14 13:16:02 +08:00
.dockerignore feat: add docker deployment configuration (#311) 2025-05-09 09:25:57 +08:00
.gitignore feat: integrate nstart (#33) 2025-01-29 15:32:26 +08:00
.prettierignore refactor: remove electron-related code 2024-12-21 23:20:30 +08:00
.prettierrc.yaml 🎉 2024-10-26 18:10:41 +08:00
components.json refactor: remove electron-related code 2024-12-21 23:20:30 +08:00
docker-compose.yml feat: support configurable CORS proxy server (#383) 2025-06-14 13:16:02 +08:00
Dockerfile feat: support configurable CORS proxy server (#383) 2025-06-14 13:16:02 +08:00
eslint.config.js refactor: remove electron-related code 2024-12-21 23:20:30 +08:00
index.html chore: format 2025-04-06 20:22:49 +08:00
LICENSE chore: add LICENSE 2025-05-01 17:01:35 +08:00
package-lock.json refactor: post editor 2025-05-23 22:47:31 +08:00
package.json refactor: post editor 2025-05-23 22:47:31 +08:00
postcss.config.js refactor: remove electron-related code 2024-12-21 23:20:30 +08:00
README.md feat: opensats 2025-05-17 13:45:53 +08:00
tailwind.config.js style: 🎨 2025-04-24 22:23:22 +08:00
tsconfig.app.json refactor: remove electron-related code 2024-12-21 23:20:30 +08:00
tsconfig.json refactor: remove electron-related code 2024-12-21 23:20:30 +08:00
tsconfig.node.json refactor: remove electron-related code 2024-12-21 23:20:30 +08:00
vite.config.ts feat: handle app version and commit hash retrieval errors (#305) 2025-04-27 22:47:06 +08:00

Jumble Logo

logo designed by Daniel David

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

Jumble Screenshot 01
Jumble Screenshot 02 Jumble Screenshot 03 Jumble Screenshot 04

Run Locally

# 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

# 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

open-sats-logo

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