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