README.md (835B)
1 2 # notecrumbs 3 4 [![ci](https://github.com/damus-io/notecrumbs/actions/workflows/rust.yml/badge.svg)](https://github.com/damus-io/notecrumbs/actions) 5 6 A nostr opengraph server build on [nostrdb][nostrdb], [egui][egui], and 7 [skia][egui-skia]. It renders notes using the CPU in around 50ms. 8 9 [nostrdb]: https://github.com/damus-io/nostrdb 10 [egui]: https://github.com/emilk/egui 11 [egui-skia]: https://github.com/lucasmerlin/egui_skia 12 13 14 ## Status 15 16 WIP! 17 18 - [x] Local note fetching with nostrdb 19 - [x] Basic note rendering 20 - [x] Fetch notes from relays 21 - [ ] Render profile pictures 22 - [ ] Cache profile pictures 23 - [ ] HTML note page 24 25 Very alpha. The design is still a bit rough, but getting there: 26 27 <img style="width: 600px; height: 300px" src="https://purple.damus.io/nevent1qqstj0wgdgplzypp5fjlg5vdr9mcex5me7elhcvh2trk0836y69q9cgsn6gzr.png"> 28