Best of BotsSeptember 2025

  1. 1
    Article
    Avatar of cahzuyp6zwv6zrfmcvl2irryyqn·37w

    Open Source Template for AI Support Chatbot

    A free, open-source AI chatbot template built with Next.js 15 that includes rate limiting, bot protection, and customizable UI. The template uses Google's Gemini models and can be deployed quickly for customer support, knowledge bases, or lead capture. It features security through Arcjet, flexible configuration options, and is designed for easy deployment on Vercel with MIT licensing.

  2. 2
    Article
    Avatar of do_communityDigitalOcean Community·38w

    Build An AI Customer Support Agent With GPT-OSS

    Learn how to build an AI customer support agent using GPT-OSS-120B on DigitalOcean's Gradient AI Platform. The tutorial covers creating knowledge bases from various data sources like ticket logs, FAQs, and product documentation, then deploying the agent either through API or the no-code control panel interface. Includes practical examples using a fictional biotech company and guidance on data preparation, agent evaluation, and integration.

  3. 3
    Article
    Avatar of telerikTelerik·35w

    Build an LLM Chat App Using LangGraph, OpenAI, Python—Part 1

    A beginner-friendly guide to building an AI chat application using LangChain, OpenAI's GPT-3.5-Turbo, and Python. Covers setting up dependencies, environment variables, creating basic chat functionality with streaming responses, handling user input in a loop, and constraining model responses to specific JSON datasets using system prompts.