Build, manage, and embed AI chatbots powered by Google Gemini.
No subscription fees. No data lock-in. Just code.
A complete toolkit for developers and founders. No black boxes.
Built on Next.js 16+, MongoDB, and NextAuth. You own the code and the data. Deploy on your own terms without vendor lock-in.
export const authConfig = {
providers: [
Credentials({
authorize: async (c) => {
// Your custom auth logic
return user;
}
})
]
}
Integrated with Google's state-of-the-art Gemini models (2.0 Flash, 1.5 Pro). Bring your own API key for unlimited potential.
Upload PDF & Word documents. We handle the chunking and vector embedding automatically using MongoDB Atlas Vector Search.
Optimized for Vercel's serverless infrastructure. No DevOps headaches.
Clone the codebase to your GitHub account.
Connect to Vercel and hit the deploy button.
Add MongoDB URI and Gemini API Key.