35 HN repos, 8 you'll actually ship with
BrightBean kills your Buffer bill, Zerobox sandboxes agents without Docker, and pg_textsearch drops Algolia.
The Stack Report
Hacker News Show #4 โ 35 repos, the ones that matter
35 trending repos from Hacker News this round. Here's what's worth your time.
๐ Featured First: Infrastructure You Can Drop In Today
brightbean-studio
GitHub โ Self-hostable social media scheduler that covers 12+ platforms from one dashboard. Replaces Buffer, Sendible, and SocialPilot โ all of which charge per seat and per channel. Visual calendar, multi-stage approval workflows, unified inbox. If you're paying $50โ$100/mo for a scheduling tool, this is the one to evaluate first.
pg_textsearch
GitHub โ PostgreSQL extension that adds BM25 relevance-ranked full-text search directly in your database. Replaces ElasticSearch or Algolia for the majority of use cases where you just want "search that ranks well." No separate service to run, no new infra to monitor โ it's just a Postgres extension.
keeper
GitHub โ Cryptographic secret store for Go: encrypts payloads at rest in an embedded Bolt DB, ships with a Go library, HTTP handler, and CLI. Replaces HashiCorp Vault for teams that don't need Vault's full surface area but also can't keep secrets in .env files. Lightweight and self-contained.
Agent Productivity
claudraband
GitHub โ Wraps the Claude Code CLI with Tmux-backed session persistence and an HTTP daemon for headless/remote control. Claude Code sessions die when your terminal closes; this one doesn't. You can drive agents from external tools or resume long-running tasks exactly where they left off โ genuinely useful if you're running multi-hour agent jobs.
agents-observe
GitHub โ Real-time observability dashboard for Claude Code multi-agent sessions: visualizes tool calls, file interactions, and agent output with filtering and search. Debugging multi-agent runs blind is painful. This gives you a window into what's actually happening without grepping through interleaved logs.
mdarena
GitHub โ Benchmarking tool for Claude Code prompt engineering that runs your agents against real test suites and reports success rates and token costs. Prompt engineering by vibes is expensive. Mdarena makes it empirical โ you can actually measure whether a prompt change made things better or just different.
hippo-memory
GitHub โ Biologically inspired memory system for AI agents that persists and consolidates information across sessions. Most agent memory is either nothing or a raw vector dump. Hippo-memory brings structure to retention โ think of it as a drop-in that gives your agent a short-term and long-term memory model without you rolling it from scratch.
Worth Showing a Client
zerobox
GitHub โ Lightweight single-binary sandbox CLI powered by OpenAI Codex's sandbox runtime, with controls over file access, network, and credentials. Replaces Docker or full VMs for the "I need to run this untrusted code safely" use case. Less overhead, faster startup, and actually designed for AI agent workloads โ not repurposed container tooling.
raincast
GitHub โ Describes a desktop app in plain English, generates a shippable Tauri app (React frontend, Rust backend). Not a mockup generator โ it produces real binaries. For clients who want a lightweight desktop tool but don't have a dev team, this is a credible rapid-prototype path.
finalrun-agent
GitHub โ AI-driven QA agent for iOS/Android apps that visually navigates the UI, taps buttons, and validates screens based on plain-English or YAML test flows. Replaces brittle selector-based mobile test frameworks. If you have a client with a mobile app and no QA engineer, this is worth a demo call.
The Quietly Important Ones
dinobase
GitHub โ "Agent-first" database that syncs SaaS APIs, files, and databases into a unified DuckDB schema so agents can query all business data with plain SQL. The context window bloat problem when you try to give an agent access to business data is real. Dinobase sidesteps it by making everything queryable without stuffing raw API responses into prompts.
turbovec
GitHub โ Rust-powered Python library for vector quantization: compresses high-dimensional embeddings up to 16x with near-perfect recall and zero training required. Replaces FAISS for the compression layer. The no-training-step part is what matters โ you're not locked into a static index that breaks when your data changes.
react-rewrite
GitHub โ Visual editor that lets you click UI elements in a running React app and writes the changes back to source files automatically. Removes the constant browser-to-editor loop for layout and style work. Not for production architecture decisions, but for getting pixels right fast, it's the kind of tool that just removes a step.
Also on the Radar
- git_bayesect โ Bayesian
git bisectthat actually handles flaky tests and race conditions. Niche, but if you've ever been burned by a non-deterministic failure masking a real regression, you'll want this. - open-browser โ Headless browser for AI agents that skips pixel rendering and returns a structured semantic tree. Lighter than headless Chrome for agent web tasks.
- numa โ Self-hostable Rust DNS resolver with ad-blocking and DNS-over-TLS. Replaces Pi-hole or AdGuard Home, ships as a single binary.
- tui-use โ Lets AI agents drive interactive terminal programs (REPLs, debuggers, TUI apps) via simulated keyboard input. Weird and useful.
- DecisionNode โ Shared vector memory store for multi-agent systems that flags contradictions between agent decisions. Early-stage, but addresses a real coordination problem.
- baremail โ 60KB PWA Gmail client that talks directly to the Gmail API with no backend. Fast, offline-first, no third-party server touches your email.
- ttf-doom โ DOOM running inside a TrueType font's hinting VM. Completely useless. Absolutely worth 90 seconds of your life.
Reply if any of these would actually help โ we'll spin it up on a demo call and walk you through it. โ Chad & the team
The Stack Report is biweekly. No fluff. Real tools small businesses actually use.