Hey everyone! ๐
I built this open-source chatbot template because I kept wanting a super simple way to spin up a custom AI chat tool โ without having to rebuild the same auth, billing, and context upload logic over and over again.
With this template, you can:
๐ง Chat with your own context โ upload your own product description (or any text) and ask questions against it
๐ค Swap between models like Anthropic or ChatGPT
๐ Use your own API keys
๐ณ Make it paid โ it supports Stripe out of the box
๐ช Auth + billing is wrapped using Update.dev, so if youโre using Supabase, Firebase, or anything else, youโre covered
It runs locally out of the box, but you can easily deploy it to your own domain and take it live.
Itโs designed for devs but honestly anyone could fork this and get it running with minimal effort.
Would love feedback, feature ideas, and pull requests if you end up using it ๐
Thanks for checking it out!
Update