Back to Products
Product Node // 1

SutioBot – Empowering Creativity with OpenAI

SutioBot is an advanced generative AI chatbot, built on OpenAI's cutting-edge technology. Designed to provide insightful, creative, and intelligent responses, sutioBot is your go-to assistant for answering questions, solving problems, brainstorming ideas, and engaging in meaningful conversations.

Next.jsOpenAIshadcn/uiAI SDK

AI SutioBot Built With Next.js and Openai

Features

  • Next.js App Router
    • Advanced routing and React Server Components for high performance.
  • AI SDK
    • Unified API for LLMs and dynamic chat interfaces.
  • shadcn/ui
    • Tailwind CSS and accessible UI components.
  • Data Persistence
    • Vercel Postgres for chat history and Vercel Blob for file storage.
  • NextAuth.js
    • Simple and secure authentication.

Model Providers

Default: OpenAI gpt-4o. Easily switch to other providers like Anthropic or Cohere with AI SDK.

Running Locally

  1. Set up environment variables as defined in .env.example.
  2. Install Vercel CLI: npm i -g vercel
  3. Link project: vercel link
  4. Pull environment variables: vercel env pull
pnpm install
pnpm dev

Your app should now run on localhost:3000.