Show HN: ChatGPT, but Every Conversation in Public
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!!!!
I love this! Great work!
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)!
one funny feature: extending other people's conversations
its like using the company gpt then
haha yeah... this is just for fun though!