Llmchat

screenshot of Llmchat
nextjs
tailwind
shadcn-ui

Unified interface for AI chat, Agentic workflows and more ...

Overview:

This product is an AI-powered system that supports multiple language models, offers a variety of plugins for enhanced functionality, allows for web data retrieval, custom AI assistants, text-to-speech capabilities, local data storage, data portability, knowledge space creation, prompt libraries, personalization features, and is installable as a Progressive Web App. It uses a tech stack including Next.js, TypeScript, Pglite, LangChain, Zustand, React Query, Supabase, Tailwind CSS, Framer Motion, Shadcn, and Tiptap.

Features:

  • Multiple LLM Providers: Supports various language models, including Ollama.
  • Plugins Library: Enhance functionality with an expandable plugin system, including function calling capabilities.
  • Web Search Plugin: Allows AI to fetch and utilize real-time web data.
  • Custom Assistants: Create and tailor AI assistants for specific tasks or domains.
  • Text-to-Speech: Converts AI-generated text responses to speech using Whisper.
  • Speech-to-Text: (Coming soon) Enables voice input for more natural interaction.
  • Local Storage: Securely store data locally using in-browser IndexedDB for faster access and privacy.
  • Data Portability: Easily import or export chat data for backup and migration.

Prerequisites:

Ensure you have yarn or bun installed.

Installation:

  1. Clone the repository:
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

shadcn-ui
Shadcn UI

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

vercel
Vercel

Vercel offers built-in support for deploying and hosting Next.js applications, making it a popular choice among Next.js developers.