TypeScript chatgpt

Open-source TypeScript projects categorized as chatgpt

Top 23 TypeScript chatgpt Projects

  1. NextChat

    ✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows

    Project mention: GEEKCTF 2024 brief writeup | dev.to | 2024-12-20

    A ChatGPT website built by NextChat Using Access Code given in challenge description, we can ask the bot for flag. Also we discover that this website has SSRF vulnerability (CVE-2023-49785), so we just have performed an internal http request that asking flag.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. Lobe Chat

    LobeChat is a open-source, extensible (Function Calling), high-performance chatbot framework.It supports one-click free deployment of your private ChatGPT/LLM web application.

    Project mention: renovate.json file in Lobechat source code explained | dev.to | 2025-01-05

    In this article, let’s review the renovate.json file in Lobechat. The following concepts are discussed:

  4. ragflow

    RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.

    Project mention: 7 AI Open Source Libraries To Build RAG, Agents & AI Search | dev.to | 2024-11-14

    ⭐️ RAG Flow on GitHub

  5. Flowise

    Drag & drop UI to build your customized LLM flow

    Project mention: 10 open-source MCPs that make your AI agents smarter than your team lead | dev.to | 2025-05-09

    Flowise visual agent flow builder (drag-and-drop style)

  6. chatbox

    User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)

    Project mention: How to run Large Language Models (LLMs) locally. | dev.to | 2025-03-07

    Download and install Chatbox AI client.

  7. siyuan

    A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang.

    Project mention: French gov's open source alternative to Notion or Outline | news.ycombinator.com | 2025-03-16
  8. continue

    ⏩ Create, share, and use custom AI code assistants with our open-source IDE extensions and hub of models, rules, prompts, docs, and other building blocks

    Project mention: 10 open-source cursor alternatives devs are loving in 2025 | dev.to | 2025-05-09

    Continue.dev GitHub | Docs

  9. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  10. LibreChat

    Enhanced ChatGPT Clone: Features Agents, DeepSeek, Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenAPI Actions, Functions, Secure Multi-User Auth, Presets, open-source for self-hosting. Active project.

    Project mention: Hosting HuggingFace Models with KoboldCpp and RunPod | dev.to | 2024-12-13

    RunPod is a popular service that allows you to rent GPU hours on-demand. While they might not be the best option and they also have other plans, those are out of the scope of this article. This article will cover how to host models on the cloud, from choosing the models you want to sending requests to your own pod with LibreChat.

  11. openai-translator

    基于 ChatGPT API 的划词翻译浏览器插件和跨平台桌面端应用 - Browser extension and cross-platform desktop application for translation based on ChatGPT API.

  12. ai-chatbot

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

    Project mention: 'useIsMobile' hook in vercel/ai-chatbot source code. | dev.to | 2025-04-17

    In this article, we will review useIsMobile hook in vercel/ai-chatbot source code.

  13. repomix

    📦 Repomix (formerly Repopack) is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, and more.

    Project mention: Local Markdown Task Management For You & Your Agent with pewPewCLI ♡ | dev.to | 2025-04-16

    1. 📦 Download RepoPrompt - you'll use this to gather context, if you don't want to use RepoPrompt look at alternatives like Pastemax or Repomix

  14. DocsGPT

    DocsGPT is an open-source genAI tool that helps users get reliable answers from knowledge source, while avoiding hallucinations. It enables private and reliable information retrieval, with tooling and agentic system capability built in.

    Project mention: 15 AI tools that almost replace a full dev team but please don’t fire us yet | dev.to | 2025-05-03

    DocsGPT: Lets users query your docs using GPT.

  15. web-llm

    High-performance In-browser LLM Inference Engine

    Project mention: Build natural language filters for real-time analytics dashboards | dev.to | 2025-04-10

    To further improve the performance, you could consider something like WebLLM to run the LLM in the browser to perform this simple task. Cutting down on network times could improve performance significantly.

  16. novel

    Notion-style WYSIWYG editor with AI-powered autocompletion.

    Project mention: Open Source Notion-style WYSIWYG editor with AI-powered autocompletion | news.ycombinator.com | 2025-05-03
  17. botpress

    The open-source hub to build & deploy GPT/LLM Agents ⚡️

    Project mention: Who's building open source personal AI | news.ycombinator.com | 2025-03-27

    Here's the thing. I want a personalized AI. Full stop.

    There's no arguing back and forth.

    Tech is here someone needs to put it together.

    I'm so busy with other things, but I really want to see this thing come through and happy to work on it.

    To me, its insane Apple didn't figure it out.

    The goal: Build a truly personalized AI.

    - Single threaded conversation with an index about everything.

    - Bot should be accessible via WhatsApp, Insta, Email, or a phone call through an app (WebRTC connection).

    (https://botpress.com/ is a really good starting point).

    - Operator at the back that has login access to almost all tools I use, but critical actions must have HITL.

    - Bot should be accessible via a call on the app or Apple Watch.

    https://sesame.com/ type model and this is very doable with https://docs.pipecat.ai especially their new release that allows for long running function calls.

    Speech detection (VAD) is still a problem, but I think its more of systems engineering problem than ML problem. Interruptions need to feel smooth.

    But this is not a blocker. What exists is good enough.

    - It can should be able to digest images, voice notes, etc.

    - everything should fall into a single personal index (vector db).

    One of the things could be, sharing 4 amazon links of some books I want to read and sending those links over WhatsApp to this agent.

    It finds the PDFs for the books from https://libgen.is and indexes it.

    I phone call the AI and I can have an intelligent conversation about the subject matter with my AI about the topic.

    I do this a lot with xAI's Grok and its a surprisingly effective tool.

    I give zero fucks about issues like piracy at the moment.

    I want to later add more capable agents as tools to this AI.

  18. void

    Project mention: Ask HN: Cursor or Windsurf? | news.ycombinator.com | 2025-05-11

    We're building Void, an open source alternative - https://github.com/voideditor/void

    It comes with a similar feature set to Cursor and Windsurf (Agent mode, inline edits, autocomplete, tool-use) but you can bring any model and connect directly to any provider. It's BYOK right now, and Gemini has a good free usage tier.

    We've been working on this for some time, and someone put us on HN a couple days ago! https://news.ycombinator.com/item?id=43927926

  19. llama-gpt

    A self-hosted, offline, ChatGPT-like chatbot. Powered by Llama 2. 100% private, with no data leaving your device. New: Code Llama support!

  20. open-saas

    A free, open-source SaaS app starter for React & Node.js with superpowers. Full-featured. Community-driven.

    Project mention: From 0 to 10K ⭐: How Open SaaS became the Free Boilerplate Devs Love | dev.to | 2025-04-29

    BTW, if you have any feature requests, please let us know by creating an issue or a discussion on GitHub.

  21. chainlit

    Build Conversational AI in minutes ⚡️

  22. chat-ui

    Open source codebase powering the HuggingChat app

    Project mention: This FREE AI Chatbot Might Be Better Than ChatGPT! | dev.to | 2025-02-27

    First, go to HuggingChat and create a free account. Once logged in, you will be taken to the chat interface.

  23. BetterChatGPT

    An amazing UI for OpenAI's ChatGPT (Website + Windows + MacOS + Linux)

  24. chatgpt-demo

    Minimal web UI for ChatGPT.

  25. next-enterprise

    💼 An enterprise-grade Next.js boilerplate for high-performance, maintainable apps. Packed with features like Tailwind CSS, TypeScript, ESLint, Prettier, testing tools, and more to accelerate your development.

  26. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript chatgpt discussion

Log in or Post with

TypeScript chatgpt related posts

  • Void: Open-Source Cursor Alternative

    12 projects | news.ycombinator.com | 8 May 2025
  • How to Implement Context-Aware AI Responses in Your Chat App

    1 project | dev.to | 6 May 2025
  • Stop Repeating Yourself: Why Your AI Coding Assistant Forgets Everything (And How to Fix It)

    2 projects | dev.to | 4 May 2025
  • Open Source Notion-style WYSIWYG editor with AI-powered autocompletion

    1 project | news.ycombinator.com | 3 May 2025
  • 15 AI tools that almost replace a full dev team but please don’t fire us yet

    8 projects | dev.to | 3 May 2025
  • How to Build an AI Wine Sommelier with Stream Chat SDK

    2 projects | dev.to | 1 May 2025
  • A cross-platform Markdown AI note-taking tool with only 13 MB

    1 project | news.ycombinator.com | 22 Apr 2025
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 13 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Index

What are some of the best open-source chatgpt projects in TypeScript? This list will help you:

# Project Stars
1 NextChat 83,269
2 Lobe Chat 60,536
3 ragflow 52,039
4 Flowise 38,032
5 chatbox 34,649
6 siyuan 34,365
7 continue 26,104
8 LibreChat 25,298
9 openai-translator 24,407
10 ai-chatbot 16,044
11 repomix 15,674
12 DocsGPT 15,620
13 web-llm 15,418
14 novel 14,629
15 botpress 13,634
16 void 18,178
17 llama-gpt 10,957
18 open-saas 10,789
19 chainlit 9,582
20 chat-ui 8,684
21 BetterChatGPT 8,383
22 chatgpt-demo 8,020
23 next-enterprise 6,802

Sponsored
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?