A fast nostr opengraph server, built on nostrdb and egui.
Go to file
William Casarin 8dbd11dba2 add working note 2023-12-21 12:49:20 -08:00
.github/workflows Create rust.yml 2023-12-16 22:28:27 -08:00
assets fix startup 2023-12-20 16:19:13 -08:00
fonts add font 2023-12-20 12:30:13 -08:00
src unjustify 2023-12-21 12:11:18 -08:00
.envrc notecrumbs: initial commit 2023-12-16 22:19:30 -08:00
.gitignore new background, drop shadow, larger text 2023-12-21 10:13:05 -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 deps: bump nostr-sdk to latest 2023-12-21 11:16:40 -08:00
Cargo.toml deps: bump nostr-sdk to latest 2023-12-21 11:16:40 -08:00
README.md add working note 2023-12-21 12:49:20 -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. The design is still a bit rough, but getting there:

wip