verita84
a68ecb59b3
Some checks are pending
Docker image / build-and-push-image (push) Waiting to run
|
||
---|---|---|
.changeset | ||
.github/workflows | ||
.vscode | ||
public | ||
screenshots | ||
scripts | ||
server | ||
src | ||
.dockerignore | ||
.gitignore | ||
.nvmrc | ||
.prettierignore | ||
.prettierrc | ||
=2.0.0 | ||
build.sh | ||
CHANGELOG.md | ||
CNAME | ||
CONTRIBUTING.md | ||
docker-compose.yaml | ||
docker-entrypoint.sh | ||
dockerfile | ||
index.html | ||
LICENSE | ||
maintainers.yaml | ||
package.json | ||
README.md | ||
tsconfig.json | ||
vite.config.ts | ||
yarn.lock |
posterStudel
NOTE: This client is still in development and will have bugs
posterStrudel is a web app for exploring the nostr protocol.
Live Instance: nostrudel.ninja
This is a fork of the Nostrudel Project with the following changes:
- Simpler Sign-on with Browser Extension only
- Simpler Naviation Menu - Removed all non-essential items
- Global Timeline using relay.poster.place as the only relay with massive spam filtering
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 or Nos2x
Running locally
git clone https://git.poster.place/verita84/posterstrudel
cd nostrudel
yarn install
yarn dev
Contributing
This is only a personal project, so if you open any PRs please keep them small. thanks