From f8b6ef0c203261a9d5516bdf017bd57b84c0d9da Mon Sep 17 00:00:00 2001 From: alltheseas <64376233+alltheseas@users.noreply.github.com> Date: Tue, 15 Jul 2025 13:12:42 -0500 Subject: [PATCH] Update README.md with reference plans to support building on notedeck Added mention that notedeck will enable easy app development on nostrdb and notedeck --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e05ff5b4..c9965d7a 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,12 @@ Detailed developer documentation is available in each crate: Notedeck is currently in **ALPHA** status. For the latest changes, see the [CHANGELOG](./CHANGELOG.md). +## Future + +Notedeck allows for app development built on top of the performant, built specifically for nostr database nostrDB. An example app written on notedeck is Dave: https://github.com/damus-io/notedeck/tree/master/crates/notedeck_dave. + +Building on notedeck dev documentation is also on the roadmap. + ## 🤝 Contributing Contributions are welcome! Please check the developer documentation and follow these guidelines: