maooson / gopherai

Home Page:https://gopherai.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AIBOT Demo

An open source chatbot management tools.

Features

  • New /app dir,
  • Routing, Layouts, Nested Layouts and Layout Groups
  • Data Fetching, Caching and Mutation
  • Loading UI
  • Route handlers
  • Server and Client Components
  • API Routes and Middlewares
  • Authentication using NextAuth.js
  • ORM using Prisma
  • Database on PlanetScale
  • Styled using Tailwind CSS
  • Validations using Zod
  • Written in TypeScript

Running Locally

  1. Install dependencies using pnpm:
pnpm install
  1. Copy .env.example to .env.local and update the variables.
cp .env.example .env.local
  1. Start the development server:
pnpm dev

License

Licensed under the MIT license.

About

https://gopherai.vercel.app

License:MIT License


Languages

Language:TypeScript 94.9%Language:JavaScript 3.3%Language:CSS 1.7%Language:Shell 0.1%