2023-10-25 11:02:13 -05:00
2023-10-24 10:57:07 -05:00
2023-10-25 08:09:08 -05:00
2023-07-16 15:32:19 -05:00
2023-09-26 14:09:05 -05:00
2023-10-11 10:53:03 -05:00
2023-10-25 11:02:13 -05:00
2023-10-14 12:12:33 -05:00
2023-03-24 10:30:44 -05:00
2023-10-08 11:15:19 -05:00
2023-10-17 08:17:22 -05:00
2023-07-02 14:29:18 -05:00
2023-10-04 12:26:38 -05:00
2023-10-17 11:30:42 -05:00
2023-04-13 06:53:36 -05:00
2023-10-21 16:52:21 -05:00
2023-10-17 13:07:49 -05:00
2023-05-25 10:54:04 -05:00
2023-10-14 12:12:33 -05:00
2023-10-21 16:52:21 -05:00

noStrudel

NOTE: This client is still in development and will have bugs

noStrudel is my personal nostr client.

My goals for this project is to learn as much as I can about nostr and to have a client that works exactly how I like.

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.

Live Instance: nostrudel.ninja

You can find better clients with more features on nostrapps.com or in the 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 change of XXS attacks that could steal your secret key.

I would recommend you use a browser extension like Alby or Nos2x

Running with docker

docker run --rm -p 8080:80 ghcr.io/hzrd149/nostrudel:master

Running locally

git clone git@github.com:hzrd149/nostrudel.git
cd nostrudel
yarn install
yarn dev

Contributing

This is only a personal project, so if you open any PRs please keep them small. thanks

Description
A sandbox for exploring nostr
Readme MIT 136 MiB
Languages
TypeScript 99.4%
Shell 0.1%
Swift 0.1%