frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: An AI tool that lets you interact with your terminal in plain English

https://github.com/Kaleab-Ayenew/vity
3•kalishayish•2h ago•0 comments

Show HN: I AI-coded a tower defense game and documented the whole process

https://github.com/maciej-trebacz/tower-of-time-game
294•M4v3R•1d ago•145 comments

Show HN: AirBending – Hand gesture based macOS app MIDI controller

https://www.nanassound.com/products/software/airbending
78•bepitulaz•1d ago•20 comments

Show HN: MCP-123, a 2-line MCP server/client (Windows-friendly)

https://github.com/Tylersuard/MCP-123
10•tylersuard•14h ago•1 comments

Show HN: BunkerWeb – the open-source and cloud-native WAF

https://docs.bunkerweb.io/latest/
95•bnkty•1d ago•29 comments

Show HN: I Built a Local-First AI Chat App with Advanced RAG

5•vinhnx•7h ago•3 comments

Show HN: A cross-platform terminal emulator written in Java

https://github.com/sebkur/forceterm
62•sebkur•4d ago•20 comments

Show HN: Tinykv – Minimal file-backed key-value store for Rust

https://crates.io/crates/tinykv
22•hasanyildiz•22h ago•4 comments

Show HN: Fast Thermodynamic Calculations in Python

https://dlr-institute-of-future-fuels.github.io/gaspype/
56•Saloc•1d ago•11 comments

Show HN: Dstpierre/tpl a tiny lib making Go's templates more tolerable

https://github.com/dstpierre/tpl
3•dstpierre•10h ago•0 comments

Show HN: HomeBrew HN – Generate personal context for content ranking

https://www.hackernews.coffee/
122•azath92•2d ago•48 comments

Show HN: Kuvasz – an open-source uptime and SSL monitoring service

https://kuvasz-uptime.dev/
26•csirkezuza•1d ago•0 comments

Show HN: I built sinkedin – a LinkedIn but for flauting failures and screwups

https://www.sinkedin.app/
27•preetsojitra•1d ago•11 comments

Show HN: CSS generator for a high-def glass effect

https://glass3d.dev/
415•kris-kay•3d ago•117 comments

Show HN: Jobs by Referral: Find jobs in your LinkedIn network

https://jobsbyreferral.com/
174•nicksergeant•4d ago•64 comments

Show HN: A continuation of IRS Direct File that can be self-hosted

https://github.com/openfiletax/openfile
242•elijahwright_•4d ago•33 comments

Show HN: I rewrote my notepad calculator as a local-first app with CRDT syncing

https://numpad.io
44•tonyonodi•5d ago•19 comments

Show HN: ASCII Fireworks

https://asciifireworks.com/
8•theli0nheart•18h ago•0 comments

Show HN: Built a lovable clone to see what makes agentic apps tick

https://github.com/beam-cloud/lovable-clone
6•llom2600•1d ago•1 comments

Show HN: We made a tool to reduce echo chambers on social media

https://www.tandfonline.com/doi/full/10.1080/29974100.2025.2517191
3•academic_84572•18h ago•0 comments

Show HN: I built the tool I wished existed for moving Stripe between countries

https://www.stripemove.com/
108•felphos•4d ago•53 comments

Show HN: Mochia, a virtual pet browser game, built with Rust, SolidJS, Postgres

https://mochia.net/
22•lemphi•2d ago•9 comments

Show HN: Spegel, a Terminal Browser That Uses LLMs to Rewrite Webpages

https://simedw.com/2025/06/23/introducing-spegel/
422•simedw•4d ago•180 comments

Show HN: Recivo – Receive Emails Programmatically

https://recivo.email/
27•WilcoKruijer•2d ago•1 comments

Show HN: Core – open source memory graph for LLMs – shareable, user owned

https://github.com/RedPlanetHQ/core
110•Manik_agg•4d ago•42 comments

Show HN: I built a mindmap-like, non linear tutor-supported interface for papers

https://www.proread.ai/llm-papers
3•kanodiaashu•21h ago•0 comments

Show HN: Flint – Write code your way while ensuring remote consistency

https://github.com/capsulescodes/flint
13•mho22•4d ago•2 comments

Show HN: Go-nagini fluent wrapper for Cobra

https://github.com/neiser/go-nagini
5•grubinator•23h ago•0 comments

Show HN: Code Cause – Online community building solutions for the greater good

https://codecause.dev/
3•Brysonbw•23h ago•0 comments

Show HN: I Turned PG's "How to Get Startup Ideas" into an Interactive Course

https://mythosgym.com/courses/startup-ideas/
4•hedayet•23h ago•0 comments
Open in hackernews

Show HN: I Built a Local-First AI Chat App with Advanced RAG

5•vinhnx•7h ago
I've built VT Chat, a privacy-first AI chat application 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.

Comments

dzink•6h ago
Why is there a subscription for higher end models? Can’t the user host locally and connect via API to whatever model they are subscribed to with the OpenAI or Anthropic or others?
vinhnx•6h ago
Hi, thank you for your feedback! I will remove this as soon as possible. Just a subscription is for advanced modes like Deep Research, Pro Search, RAG (Personal AI Assistant).
kar37•6m ago
This is cool. Have considered connencting with local models?