ai-chatbot

Official

Feature-rich AI chatbot with multi-model support.

AuthorEng0AI
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill presents a full-featured AI chatbot template with Next.js, authentication, Drizzle ORM, and multi-model support to speed up building AI-powered chat apps.

Core Features & Use Cases

  • Authentication and data storage: Auth.js and Drizzle ORM integration.
  • Multi-model AI: Supports multiple LLM providers via AI SDK / Vercel AI Gateway.
  • Deploy-ready: Ready for Vercel or Netlify deployments.

Quick Start

Clone, install, configure environment variables, migrate, and run:

  • git clone --depth 1 https://github.com/Eng0AI/ai-chatbot-template.git .
  • pnpm install
  • cp .env.example .env
  • pnpm db:migrate
  • pnpm build
  • pnpm start

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ai-chatbot
Download link: https://github.com/Eng0AI/eng0-template-skills/archive/main.zip#ai-chatbot

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository