Show HN: ChatGPT, but Every Conversation in Public

4 points by randomcatuser 17 hours ago

https://morphic-ochre-zeta.vercel.app/

I'm making a permanent chatbot, but for now, it's a chatbot that has every conversation public!

Later I will add authentication & user-scoped conversations but for now it'll be interesting to see if there's any kind of game that can be made here.

Any feature suggestions will be implemented :)

Current implementation:

- Custom personality, try it out!

- See everyone's conversations in the sidebar

Todos:

- Add a feedback tool directly to the bot!

- More tools to control the UI/interact with message history

- Search tool

- Privacy!!! (need some private chats too)

- Users!!!!

toomuchtodo 17 hours ago

I love this! Great work!

  • randomcatuser 17 hours ago

    Oh by the way, this is almost a pure install of Miurla's open-source Morphic!

    https://github.com/miurla/morphic

    A great jumping-off point for building custom experiences, since it's got a solid implementation of AI SDK (by Vercel).

    Claude gave me some write-ups of how AI & tool calling is implemented in the codebase (added to my fork)!

randomcatuser 17 hours ago

one funny feature: extending other people's conversations

wolandark 16 hours ago

its like using the company gpt then

  • randomcatuser 16 hours ago

    haha yeah... this is just for fun though!