Still love the mini nsite list app that @sandwich created that I stole. super easy to find all my nsites I've deployed
https://0ygl461f4ecz5thkn8eksa36nepjpij86s83ti8yzokopd3ag5nsites.nsite.lol/
hzrd149
_@hzrd149.com
npub1ye5p...knpr
JavaScript developer working on some nostr stuff
- noStrudel https://nostrudel.ninja
- Blossom https://github.com/hzrd149/blossom
- Applesauce https://hzrd149.github.io/applesauce
Very happy with
Tab and windowing shortcuts are easy to learn and it lets me resize the panels using the mouse ๐


kitty
kitty
If you live in the terminal, kitty is made for YOU! The fast, feature-rich, GPU based terminal emulator. Fast Uses GPU and SIMD vector CPU instruct...

This will also help agents write clients and servers for blossom. The more I've been working with agents the more I'm realizing that trying to publish libraries and package to help them work with a spec or protocol is the wrong way.
Its better to make the protocol very explicit and detailed so they can just implement the part they need. hopefully with less code then pulling in a full library.
View quoted note โ
Taking full advantage of HTTP status codes
The idea is to define all the common HTTP status codes and how they relate to blossom endpoints. This has kind of been an unspoken rule for too long that clients and servers should follow HTTP but its much better to actually define it in the blossom spec.
#asknostr I would appropriate lots of feedback on this since its a big change. although its not a breaking change
GitHub
Add specific status codes to endpoints for clarity by hzrd149 ยท Pull Request #98 ยท hzrd149/blossom
The goal of this PR is to get specific about the HTTP codes that can be returned from all endpoints. this should help with interoperability between...
@Sync you need to include some kind of git link or something is your profile. I cant find your source code anywhere....
The password is "syncing". Enjoy
View quoted note โ
A locked nsite... whatever could it be? ๐
Locked nsite
#asknostr how can I prevent ctrl+c closing my opencode editor? I've lost too many coding sessions by accidentally pressing it
Shakespeare as an nsite? which you can use to vibe code more nsites??? ๐
https://2zrgjemvgxppn2jwgm61w6yrqqlcmm8njvhby68a9cj7ooo5phshakespeare.nsite.lol/
For those who are using the applesauce packages and want to see them be more useful for agents I need some help.
I want to build a large catalog of mini example apps that agents can read and understand how to implement certain nostr features. I've already built a decent amount of them in the repo but for this to really be useful I need more, and more crazy ideas.
I'm looking for PRs that add a single focused example for a specific other-stuff thing on nostr or example that show how to implement common nostr things like zap modals, login dialogs, feeds, etc
The example MUST be less than 500 lines and should use the event casting system to keep the code clean. its also best to tell the agent to avoid using too many tailwind classes to avoid bloating the example.
Ill probably have to do some cleanup work on all PRs since agents generally don't know now to write less code or write rxjs observables well, but that's fine.
Steps:
- git clone
- Open editor `claude`, `opencode`, `codex` etc
- Tell agent to build a new example demonstrating a simple nostr feature
- Open PR
Existing examples: 
GitHub
GitHub - hzrd149/applesauce: A collection of tools for building nostr web clients
A collection of tools for building nostr web clients - hzrd149/applesauce
GitHub
applesauce/apps/examples/src/examples at next ยท hzrd149/applesauce
A collection of tools for building nostr web clients - hzrd149/applesauce
Forgot to mention yesterday but next release of #applesauce will have support for NIP-58 badges and some examples for AI agents to look at to understand how to implement them


Just deployed the biggest nsite yet, the applesauce docs has 3116 files. pretty unrealistic for an nsite but its cool to see that it still works. although the blossom upload took about 5 minutes.
Mainly testing this because I'm working on adding a llms.txt to the applesauce docs site so agents can read the docs and examples easier without needing to always use the MCP server
Applesauce
Functional Nostr SDK for building reactive web apps
Applesauce โ site status
Next versions of nostrudel are back on nsite now. https://2tlb607yn9ai420jf20b3ge69so4zeoi0bmj6iri8u8n067hmgnext.nsite.lol/
I cant promise there are many new features but its where the latest changes will be published until I release them

This is a good reason to use deno or pnpm since both don't auto run postinstall scripts
Either way this is getting ridiculous
View quoted note โ