posterstrudel/README.md

38 lines
1.5 KiB
Markdown
Raw Normal View History

2024-09-17 18:10:51 -06:00
<p align="center">
2024-09-17 18:15:48 -06:00
<img src="https://s3.poster.place/poster-media/343c3c6abd27a307c9308bc3c3402dbd76dc5825d66b55368f3367062d6812b2.png" alt="Project Logo" width="100%">
2024-09-17 18:10:51 -06:00
</p>
2024-09-17 18:13:06 -06:00
# posterStudel
2024-09-17 18:10:51 -06:00
> NOTE: This client is still in development and will have bugs
noStrudel is a web app for exploring the [nostr](https://github.com/nostr-protocol) protocol.
The goal of this project is to build a nostr client that lets a user explore the nostr protocol by showing as much information as possible and letting the user view the underlying events.
2024-09-17 18:13:06 -06:00
Live Instance: [nostrudel.ninja](https://poster.place)
2024-09-17 18:10:51 -06:00
There are many features missing from this client and I wont get around to implementing everything. but if you like the client you are welcome to use it.
You can find more clients with more features on [nostrapps.com](https://www.nostrapps.com/) or in the [awesome-nostr](https://github.com/aljazceru/awesome-nostr) repo.
## Please don't trust my app with your nsec
While logging in with a secret key is supported. please don't. This is a web client, so there is always a chance of XXS attacks that could steal your secret key.
I would recommend you use a browser extension like [Alby](https://getalby.com/) or [Nos2x](https://github.com/fiatjaf/nos2x)
## Running locally
```bash
2024-09-17 18:16:47 -06:00
git clone https://git.poster.place/verita84/posterstrudel
2024-09-17 18:10:51 -06:00
cd nostrudel
yarn install
yarn dev
```
## Contributing
This is only a personal project, so if you open any PRs please keep them small. thanks