Feed aggregator

Show HN: CH-UI v2 – ClickHouse workspace in a single binary (Go and Svelte)

Hacker News - Fri, 02/20/2026 - 5:42pm

Hi HN,

I've been building CH-UI, an open-source ClickHouse workspace. Today I'm releasing v2, which is a complete rewrite from scratch.

v1 was a React SPA served via Docker. v2 is a single Go binary with an embedded Svelte frontend — download, run, open browser. No Docker, no Node, no runtime dependencies.

What it does:

- Multi-tab SQL editor with autocomplete - Database/table explorer with data preview - Saved queries - Tunnel architecture: run `ch-ui server` on one machine and `ch-ui connect` next to your ClickHouse — secure WebSocket tunnel, no VPN needed - Self-update (`ch-ui update`), OS service install (`ch-ui service install`)

Pro edition adds dashboards, scheduled jobs, AI assistant (BYO provider), governance (lineage, access matrix, policies), and alerting.

Core is Apache 2.0. Pro uses a signed license model (Ed25519).

Stack: Go 1.24, Svelte 5, SQLite (embedded state), Chi router, WebSocket tunnels.

GitHub: https://github.com/caioricciuti/ch-ui Install: `curl -fsSL https://ch-ui.com/install.sh | sh`

Happy to answer questions about the architecture, the tunnel model, or the open-core licensing approach.

Comments URL: https://news.ycombinator.com/item?id=47095026

Points: 1

# Comments: 0

Categories: Hacker News

2025 State of JavaScript Results

Hacker News - Fri, 02/20/2026 - 5:41pm

Article URL: https://2025.stateofjs.com/en-US

Comments URL: https://news.ycombinator.com/item?id=47095014

Points: 1

# Comments: 0

Categories: Hacker News

Wisconsin Reverses Decision to Ban VPNs in Age-Verification Bill

CNET Feed - Fri, 02/20/2026 - 5:35pm
The law would have required websites to block VPN users from accessing "harmful material."
Categories: CNET

Show HN: RecoverPay – AI-Powered Debt Recovery Automation for German SMBs

Hacker News - Fri, 02/20/2026 - 5:34pm

German SMBs lose 50B EUR annually to unpaid invoices. We built AI-powered dunning automation recovering 73% within 14 days. Smart scoring, auto reminders, legal orders. DSGVO-compliant.

Comments URL: https://news.ycombinator.com/item?id=47094938

Points: 1

# Comments: 0

Categories: Hacker News

Our First Proof Submissions

Hacker News - Fri, 02/20/2026 - 5:31pm
Categories: Hacker News

Show HN: Bbt – Black Box Testing Directly from Your Documentation

Hacker News - Fri, 02/20/2026 - 5:24pm

bbt is an open-source tool that lets you test command-line executables using plain Markdown documentation—no scripts, no glue code. Write your specs, run them as tests.

Why bbt? - Zero duplication: Test scenarios live in your READMEs, user guides, or any Markdown file. - Natural language: Steps like When I run gcc --version → Then the output contains 14.2.0 just work. - No learning curve: Partial parsing means you write almost-normal English; bbt extracts the test logic.

Comments URL: https://news.ycombinator.com/item?id=47094846

Points: 1

# Comments: 0

Categories: Hacker News

Pages