Show HN: I built the Million Dollar Homepage for agents https://ift.tt/zZo96DQ February 17, 2026 at 04:31PM
Show HN: Pg-typesafe – Strongly typed queries for PostgreSQL and TypeScript Throughout my career, I tried many tools to query PostgreSQL, and in the end, concluded that for what I do, the simplest is almost always the best: raw SQL queries. Until now, I typed the results manually and relied on tests to catch problems. While this is OK in e.g., GoLang, it is quite annoying in TypeScript. First, because of the more powerful type system (it's easier to guess that updated_at is a date than it is to guess whether it's nullable or not), seco…
Show HN: ViewLint – Lint UI, Not Code I noticed that AI tends to be really good at writing functional code, but not so good at making UI. It turns out that AI has a closed feedback loop in coding with linters and unit testing, but nothing strong for UI. Screenshots and DOM snapshots just don't provide actionable enough feedback for LLMs. To solve this, I made ViewLint: an easily extensible and customizable linter that finds issues with your UI with rules that actually validate and interact with your rendered UI. From testing it's been …
Show HN: Pangolin: Open-source identity-based VPN (Twingate/Zscaler alternative) Pangolin ( https://ift.tt/b9xlys5 ) is an open-source tool for identity-based remote access to internal resources - an alternative to Cloudflare ZTNA, Zscaler, and Twingate. It’s different than existing approaches: mesh VPNs (Tailscale, ZeroTier, etc.) create flat overlay networks where ACL and IP space management becomes complex at scale and every device can talk to every other device, while corporate ZTNA solutions (Zscaler, Cato, Netskope etc.) are closed-sourc…
Show HN: DSCI – Dead Simple CI DSCI is a ci pipeline framework integrated with some existed cicd systems like gitea/firgejo/gitlab via web hooks and allowing authors to use general programming languages to write cicd code. It provides SDK for many programming languages. SDK helps process input parameters, write plugins, pass results between tasks and jobs, handle secrets, enable self tests, etc Target auditory - self hosted cicd systems with devops using general programming languages instead of yaml Link to the article - https://ift.tt/lQyrZ32…
Show HN: GitHub "Lines Viewed" extension to keep you sane reviewing long AI PRs I was frustrated with how bad a signal of progress through a big PR "Files viewed" was, so I made a "Lines viewed" indicator to complement it. Designed to look like a stock Github UI element - even respects light/dark theme. Runs fully locally, no API calls. Splits insertions and deletions by default, but you can also merge them into a single "lines" figure in the settings. https://ift.tt/JicF1rt February 13, 2026 at 10:19PM
Show HN: Ghost – Session memory for Claude Code (local, qmd, Git-integrated) If you’ve used Claude Code on anything non-trivial, you’ve hit the wall. The project gets big enough that context falls apart between sessions. You start a new chat, re-explain the architecture, and watch it make the same mistake it made last week. Every session starts with this painful bootstrap where you’re trying to get the model back to where it was yesterday. This obviously assumes Claude Code is doing most of the heavy lifting on your codebase. If you’re only us…
Social Plugin