Skip to content
forked from vercel/chatbot

A full-featured, hackable Next.js AI chatbot built by Vercel

License

Notifications You must be signed in to change notification settings

willmclellarn/gdev-ai-chatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

513 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General Development AI Chatbot Template

A Next.js 14 template with AI chat + RAG capabilities, built for General Development's internal projects.

Tech Stack

  • Next.js 14 with App Router
  • Supabase (local dev + production)
  • Drizzle ORM
  • shadcn/ui components
  • AI SDK for LLM integration
  • Auth.js for authentication

Quick Start

  1. Install dependencies:
pnpm install
  1. Start Supabase locally:
supabase start
  1. Start the development server:
pnpm dev

Visit localhost:3000 to see your app.

Development Rules

  1. Use pnpm for all package management
  2. Follow the App Router structure in app/ directory
  3. Use shadcn components for UI consistency
  4. Implement loading states for all async operations
  5. Display backend responses in the UI
  6. Use Drizzle for DB operations
  7. Use Pinecone for vector databases
  8. Use Vercel AI SDK for AI operations

General Development

About

A full-featured, hackable Next.js AI chatbot built by Vercel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.4%
  • JavaScript 2.0%
  • CSS 0.6%