4 points by randomcatuser 18 hours ago | 5 comments
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 18 hours ago
randomcatuser 18 hours ago
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
wolandark 17 hours ago
randomcatuser 16 hours ago