vtchat

VT is a minimal chat app (by vinhnx)

Vtchat Alternatives

Similar projects and alternatives to vtchat

  1. developer-roadmap

    2,162 vtchat VS developer-roadmap

    Interactive roadmaps, guides and other educational content to help developers grow in their careers.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.

    SurveyJS logo
  3. Video-Hub-App

    73 vtchat VS Video-Hub-App

    Official repository for Video Hub App

  4. gcodepreview

    OpenPythonSCAD library for moving a tool in lines and arcs so as to model how a part would be cut using G-Code or described as a DXF.

  5. sirix

    46 vtchat VS sirix

    SirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.

  6. vpype

    18 vtchat VS vpype

    The Swiss-Army-knife command-line tool for plotter vector graphics.

  7. brackit

    Query processor with proven optimizations, ready to use for your JSON store to query semi-structured data with JSONiq. Can also be used as an ad-hoc in-memory query processor.

  8. 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
  9. substrata

    Metaverse client and server written in C++. Runs on Windows, Mac, Linux and Web. Custom 3D engine, networked physics and Lua scripting

  10. docker-zulip

    Container configurations, images, and examples for Zulip.

  11. threetwo

    11 vtchat VS threetwo

    A good comic book curation app.

  12. ameliorate

    10 vtchat VS ameliorate

    A tool for collaboratively refining your understanding in order to improve a situation.

  13. z3

    2 vtchat VS z3

    Z3 Blog Engine: A blog engine for NodeJS (by GWBasic)

  14. Gopher2600

    Gopher2600 is an emulator for the Atari 2600 games console

  15. jsprit

    4 vtchat VS jsprit

    jsprit is a java based, open source toolkit for solving rich vehicle routing problems

  16. organic-markdown

    A Literate Programming System Utilizing Markdown

  17. luerl

    4 vtchat VS luerl

    Lua in Erlang

  18. poof

    A compile-time metaprogramming environment for C & sane C++ programs, focused on pragmatism

  19. kadeessh

    Kadeessh (formerly Caddy-SSH) is a general-purpose, extensible, modular, memory-safe SSH server built in Go

  20. aito-instant-predictions-for-airtable

    Use Aito.ai to predict missing values in your Airtable bases.

  21. cinescrapers

    Web scrapers for London indie cinemas

  22. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better vtchat alternative or higher similarity.

vtchat discussion

Log in or Post with

vtchat reviews and mentions

Posts with mentions or reviews of vtchat. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-07-01.
  • Show HN: I built VT, a privacy-first AI chat app with local storage and BYOK
    1 project | news.ycombinator.com | 7 Jul 2025
    I built VT (https://vtchat.io.vn), an open-source AI chat app that runs entirely in your browser, putting privacy first. All your chat data stays on your device, stored in IndexedDB. Nothing is ever sent to a server.

    The main idea is to let you use the latest and most powerful AI models like GPT-4.1, Gemini 2.5 Pro, and Claude 4 without sacrificing your privacy. You can plug in your own API keys (BYOK) and chat directly with these models. There are also 9 free models available without needing a key.

    Beyond simple chat, VT includes an intelligent tool router that can automatically use tools like document parsing and web search to answer complex queries. This allows the models to work with your private documents or fetch up-to-date information from the web, all while maintaining the local-first architecture.

    The project is built with Next.js 14 and TypeScript, and the source is available on GitHub (https://github.com/vinhnx/vtchat) under the MIT license.

    I'm looking for feedback from the HN community on the architecture and features. Thanks for checking it out.

  • VT Chat – Privacy-First AI Platform with Local Storage and Advanced Research
    1 project | news.ycombinator.com | 5 Jul 2025
    I built VT Chat because I wanted AI conversations that stay completely private while having access to the latest models like Claude 4, O3, Gemini 2.5 Pro, and DeepSeek R1.

    App: https://vtchat.io.vn

    Open Source: https://github.com/vinhnx/vtchat

    The key difference is true local-first architecture. Everything lives in your browser - chats stored in IndexedDB, zero server storage, and your API keys never leave your device. I literally can't see your data even as the developer.

    Switch between 15+ AI providers (OpenAI, Anthropic, Google, etc.) and compare responses side-by-side. Safe for shared machines with complete data isolation between users. Local models with LM Studio, LLama.ccp and Ollama is in the road map.

    Research features that I actually use daily: Deep Research does multi-step research with source verification, Pro Search integrates real-time web search, and AI Memory builds a personal knowledge base from your conversations. Also includes PDF processing, "thinking mode" to watch AI reasoning unfold, structured data extraction, and semantic routing that automatically activates the right tools.

    Built with Next.js 14, TypeScript, and Turborepo. Fully open source for self-hosting. The hosted version is mostly free, with optional VT+ for premium models and advanced research capabilities.

    Would love feedback on the local-first approach or any questions about the implementation.

  • Show HN: I Built a Local-First AI Research Platform with Advanced RAG
    1 project | news.ycombinator.com | 5 Jul 2025
    I've built VT Chat, a privacy-first AI platform that keeps all your conversations local while providing advanced research capabilities and access to 15+ AI models including Claude 4 Sonnet and Claude 4 Opus, O3, Gemini 2.5 Pro and DeepSeek R1.

    Live: https://vtchat.io.vn | Source: https://github.com/vinhnx/vtchat

    The core difference is true local-first architecture. All chats are stored in IndexedDB with zero server storage. Your API keys never leave your browser, and I can't see them even as the developer. You can switch between OpenAI, Anthropic, Google and other providers to compare responses, with complete data isolation for shared machines.

    I've added research features that I actually use daily: Deep Research does multi-step research with source verification, Pro Search integrates real-time web search, and AI Memory creates a personal knowledge base from your conversations. There's also document processing for PDFs, a "thinking mode" to see complete AI reasoning, and structured extraction to turn documents into JSON. AI-powered semantic routing automatically activates tools based on your queries.

    Built with Next.js 14, TypeScript, and Turborepo in a monorepo setup. Everything is fully open source for self-hosting with your own API keys. The hosted version keeps most features free, with optional VT+ for premium models and advanced research capabilities.

    Happy to discuss the local-first design decisions, research workflow architecture, or any other technical details.

  • Show HN: VT Chat – Minimal AI Chat Application
    2 projects | news.ycombinator.com | 1 Jul 2025
    VT began as a weekend experiment and evolved into a year-long journey, taking many forms along the way. I’ve learned so much from open-source projects, generous write-ups, and builders sharing in public.

    Try VT Chat today at https://vtchat.io.vn

    The app is fully open source at https://github.com/vinhnx/vtchat

  • Ask HN: What Are You Working On? (June 2025)
    156 projects | news.ycombinator.com | 29 Jun 2025
    I'm putting the finishing touches on VT[0] - a minimal AI chat client focused on privacy. No tracking, clean interface, with support for deep research, web search grounding, tool calls, and RAG... and more.

    The code is all open source on GitHub[1]. Really close to shipping now - hope to share launch details soon.

    These monthly HN threads have been great motivation for me to keep building consistently. Thanks everyone!

    [0]: https://twitter.com/vtdotai

    [1]: https://github.com/vinhnx/vtchat

  • A note from our sponsor - InfluxDB
    www.influxdata.com | 18 Jul 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 →

Stats

Basic vtchat repo stats
6
9
9.9
5 days ago

Sponsored
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io

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