If anyone is interested, here is a simple daily encrypted gratitude app you can self host.
- Log in via nostr.
- Post 3 things
- Look back on previous entries.
You can test it here:
But you should just self host a version, I'm liable to just delete this at some point, and you have to trust me that I can't see what you write unless you audit the code!
Nothing is stored plaintext, all entries are client side encrypted to your npub.
Note this is an app with nostr integration via ID and keys. We're not publishing anything to relays here.
My daughter has vibe coded up a world game called "Dumpling Town" based on animal crossing for her and her friends to play it is surprisingly good! ๐
Took a couple of hours for the initial setup, then she keeps coming up with more ideas and asking to expand it, I think she's hooked!
So quick #asknostr
You have an encrypted group chat app (like slack / discord), you want to add an AI model to do things for you.
But it can't read anything because everythings encrypted.
Giving it general access to groups is a big no no becuase it basically leaks everything to the server and the AI provider!
Best UX I can come up for for this, is
1) Give the AI assistant an NSec and treat it like a user.
2) As it has an NSec the AI can decrypt any messges sent to it in a DM or group.
3) You then treat it "like a human" UI wise and it has to be explicitly added to a group before it can read anything?
Anything obvious I'm missing here with this?