←back to thread

44 points zora_goron | 3 comments | | HN request time: 0.409s | source
1. sixtyj ◴[] No.41901554[source]
This looks really nice application of LLM. I’ve made my button :)

What is the business model behind?

How long will editor remember my buttons?

replies(2): >>41903702 #>>41907302 #
2. lukeandrew___ ◴[] No.41903702[source]
It looks like the buttons are just stored in local storage. So in theory, they'll hang about until you clear that.
3. zora_goron ◴[] No.41907302[source]
Thanks for trying it out! Honestly, no current idea of business model - this was just something I thought would be helpful in my daily workflow so I built it out.

The buttons are stored to localstorage, as is the editor text - everything stays locally (besides what is sent to the LLM). I'm planning on a simple import/export mechanism for transferring buttons across different browsers/computers!