A quick detour away from N8N today in my R&D time…
The time has come where the app I’m working on really needs a traditional ChatGPT interface.
I did have a developer spasm and think about building the UI from scratch for fun, but …
Fortunately Vercel do some amazing templates out of the box for different purposes:
Vercel do an official ChatBot one and there’s a guy on Github who does a more feature full one albeit hasnt been updated for a while
https://github.com/mckaywrigley/chatbot-ui
The official Vercel one is updated more regularly, so I’m just going to use that. Below is how it looks on the demo. I’m currently trying to configure some bugs in it, but it will be great to get this up and running locally so I can start testing it to see if I really do need to start from scratch. It’s already integrated with Auth.js which I dont really want.
The other one is based on Supabase, which is an incredible offering. But will stick with this for now.

Leave a Reply