5 ms·
Cool - not sure I'd want my prompt to be seen by others (which you can achieve by changing the incremental id in the url). Maybe use a uuid instead if you want
by dutchbrit 2y ago
Cool - not sure I'd want my prompt to be seen by others (which you can achieve by changing the incremental id in the url). Maybe use a uuid instead if you want to make it shareable?
- kamalkishor1991 2y agoSure, Thanks for the feedback. I will implement uuid also. You can consider signup if you want the url to be private. For now I have made guest searches public (As there is no identity involved)
- notsound 2y agoFound this aswell, I would make it more clear that guest searches are public.
- hk__2 2y agoYou could also add a checkbox to make the URL private, like what Qualys SSL Server Test does. I’m not sure people want to sign up on yet another website (what will you do with my data? Where is your privacy policy?) just to generate domain names.
- jefc1111 2y agoUpvoted as I think it needs to be front and centre that the searches are public.
- jefc1111 2y agoEnded up finding a Mermaid Diagram(?) generator on the same site (with the same incrementing id vulnerability). I typed in "A LLM" as prompt and got a great response: https://huehive.co/tools/diagrams/5633 https://huehive.co/tools/diagrams/5633
- jefc1111 2y agoSome interesting design decisions going on here! If I type in "cats with hats" at https://huehive.co/tools/domain_search https://huehive.co/tools/domain_search and get redirected to https://huehive.co/tools/domain_search/5643 https://huehive.co/tools/domain_search/5643 I can then go to https://huehive.co/tools/diagrams/5643 https://huehive.co/tools/diagrams/5643 and it tries to make a Mermaid Diagram for the prompt "cats with hats".