woikos 8a9795a53a Add graph query optimization for faster social graph operations
- Add GraphQueryService for NIP-XX graph queries
- Add GraphCacheService for IndexedDB caching of results
- Optimize FollowedBy component with graph queries
- Add graph query support to ThreadService
- Add useFetchFollowGraph hook
- Add graph query toggle in Settings > System
- Bump version to v0.4.0

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-05 14:37:36 +01:00
2026-01-04 07:29:07 +01:00
2026-01-04 07:29:07 +01:00
🎉
2024-10-26 18:10:41 +08:00
2026-01-04 07:29:07 +01:00
2025-05-01 17:01:35 +08:00
2026-01-04 07:29:07 +01:00
2026-01-04 07:29:07 +01:00

Smesh Logo

logo designed by Daniel David

Smesh

A user-friendly Nostr client for exploring relay feeds

Experience Smesh at https://smesh.social

Forks

Some interesting forks of Smesh.

Run Locally

# Clone this repository
git clone https://git.mleku.dev/mleku/smesh.git

# Go into the repository
cd smesh

# Install dependencies
npm install

# Run the app
npm run dev

Run Docker

# Clone this repository
git clone https://git.mleku.dev/mleku/smesh.git

# Go into the repository
cd smesh

# 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 :)

License

MIT

Description
fork of cody tseng's jumble, cleaned up and made faster
Readme MIT 35 MiB
Languages
TypeScript 98.9%
Python 0.6%
CSS 0.2%
JavaScript 0.1%