Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishi-raj-jain/custom-content-ai-chatbot
An open source template of Custom Content AI Chatbot built with LangChain, Upstash and Next.js, deployed to Fly.io.
https://github.com/rishi-raj-jain/custom-content-ai-chatbot
boilerplate flyio langchain nextjs openai qstash streaming upstash
Last synced: 23 days ago
JSON representation
An open source template of Custom Content AI Chatbot built with LangChain, Upstash and Next.js, deployed to Fly.io.
- Host: GitHub
- URL: https://github.com/rishi-raj-jain/custom-content-ai-chatbot
- Owner: rishi-raj-jain
- License: mit
- Created: 2023-08-01T14:47:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-16T21:10:21.000Z (about 1 year ago)
- Last Synced: 2024-10-12T13:37:52.149Z (3 months ago)
- Topics: boilerplate, flyio, langchain, nextjs, openai, qstash, streaming, upstash
- Language: JavaScript
- Homepage: https://upstash.com/blog/ai-chatbot-nextjs
- Size: 299 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Content AI Chatbot built with LangChain, Upstash and Next.js
Introduction · Tech Stack · Author## Introduction
An open source template of Custom Content AI Chatbot built with [Next.js](https://nextjs.org), [Fly.io](https://fly.io), [Upstash](https://upstash.com), [LangChain](https://js.langchain.com/) and [TailwindCSS](https://tailwindcss.com).
## Tech Stack
### Frameworks
- [Next.js](https://nextjs.org) – Framework
### Hooks and Utilities
- [Upstash Rate Limiter](https://github.com/upstash/ratelimit/) - Rate Limiting requests to 3 per user per 60 seconds
### UI
- [TailwindCSS](https://tailwindcss.com) – Styling
### Platforms
- [Fly.io](https://vercel.com) – Hosting
- [Upstash Redis & QStash](https://upstash.com) - Serverless NoSQL DB for caching OpenAI responses and scheduling training
### Code Quality
- [Prettier](https://prettier.io/) – Opinionated code formatter for consistent code style
## Author
- Rishi Raj Jain ([@rishi_raj_jain_](https://twitter.com/rishi_raj_jain_))