A fast nostr opengraph server, built on nostrdb and egui.
Go to file
William Casarin f6b8ae87ff
Create rust.yml
2023-12-16 22:28:27 -08:00
.github/workflows Create rust.yml 2023-12-16 22:28:27 -08:00
src notecrumbs: initial commit 2023-12-16 22:19:30 -08:00
.envrc notecrumbs: initial commit 2023-12-16 22:19:30 -08:00
.gitignore notecrumbs: initial commit 2023-12-16 22:19:30 -08:00
.rustfmt.toml notecrumbs: initial commit 2023-12-16 22:19:30 -08:00
Cargo.lock add lockfile 2023-12-16 22:19:38 -08:00
Cargo.toml notecrumbs: initial commit 2023-12-16 22:19:30 -08:00
README.md readme: wip 2023-12-16 22:27:44 -08:00
shell.nix notecrumbs: initial commit 2023-12-16 22:19:30 -08:00

README.md

notecrumbs

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