A fast nostr opengraph server, built on nostrdb and egui.
Go to file
William Casarin 1ff6bf2f3a update lockfile 2023-12-18 17:27:21 -08:00
.github/workflows Create rust.yml 2023-12-16 22:28:27 -08:00
assets assets: add default pfp 2023-12-18 17:23:24 -08:00
src move around some things, add code for pfps 2023-12-18 08:52:19 -08:00
.envrc notecrumbs: initial commit 2023-12-16 22:19:30 -08:00
.gitignore update gitignore and project file 2023-12-18 08:51:50 -08:00
.rustfmt.toml notecrumbs: initial commit 2023-12-16 22:19:30 -08:00
COPYING add license 2023-12-16 22:41:15 -08:00
Cargo.lock update lockfile 2023-12-18 17:27:21 -08:00
Cargo.toml deps: fix egui_skia 2023-12-18 13:20:29 -08:00
README.md fetch notes from relays if we don't have them 2023-12-17 13:27:32 -08:00
shell.nix notecrumbs: initial commit 2023-12-16 22:19:30 -08:00

README.md

notecrumbs

ci

A nostr opengraph server build on nostrdb, egui, and skia. It renders notes using the CPU in around 50ms.

Status

WIP!

  • Local note fetching with nostrdb
  • Basic note rendering
  • Fetch notes from relays
  • Render profile pictures
  • Cache profile pictures
  • HTML note page

Very alpha. I mean look at the current design...

wip