Show HN: Serene Bach – a Go weblog engine that runs as CGI or HTTP
Serene Bach is a lightweight, self-hostable weblog engine written in Go, designed as a simpler alternative between WordPress and static site generators like Hugo. It runs as a single binary with SQLite support and can operate as a long-lived HTTP server or CGI program. The tool includes an embedded admin interface, supports content import from older versions, and offers features like webhooks and AI writing assistance.
- ▪Serene Bach is a Go-based weblog engine that runs as a single static binary with no CGO dependency.
- ▪It supports both HTTP server and CGI deployment, and includes an embedded admin UI and MCP server.
- ▪The engine can import content from legacy Serene Bach v2 and v3 installations and supports outbound webhooks for services like Slack and Discord.
- ▪It offers Docker and pre-built GHCR images, with detailed documentation for deployment and configuration.
- ▪The project is licensed under the MIT license and includes tooling for linting, testing, and integration with AI coding assistants.
Hacker News (Newest) files mainly under programming. We currently carry 5,306 of its stories.
Story provenance
Source · retrieval · rights · ranking — open for full record
inspect →
Story provenance
Attribution is not the same as permission. This drawer separates discovery metadata, excerpts, WeSearch-generated summaries, reuse status, and whether the publisher receives the visit. Nothing here claims a legal grant the publisher has not made.
Record
| Original publisher | GitHub |
| Canonical URL | https://github.com/serendipitynz/serenebach |
| Publication time | Sun, 17 May 2026 03:47:36 +0000 |
| Retrieval time | 2026-05-17T04:03:58.374Z |
| Last seen | 2026-05-17T04:03:58.374Z |
| Headline source | Publisher (no WeSearch rewrite) |
| Excerpt source | publisher body |
| Excerpt method | First ~120 words (~800 chars) of extracted publisher body, fair-use limited. |
| Summary | WeSearch · cerebras-chat (WeSearch summarizer) |
| Summary source text | contentText |
| Citation coverage | Summary is a WeSearch-generated derivative; primary citation is the original publisher URL. |
| Cluster | qAZyuUgvwBai |
| Cluster logic | Grouped by semantic title/content similarity across sources within a rolling window. Same-publisher template collisions are excluded from coverage comparison. |
| Ranking reason | Story pages are not engagement-ranked. Hub feeds use recency, with optional source-diversified chronological ordering (cap consecutive stories per source). No personalized ranking. |
| Publisher visit | Yes — open original |
| Substitutes article? | No — link-out required for full text |
Rights status (four layers)
WeSearch handling by dimension
| Indexing | May the item be indexed (stored, ranked, made findable)? | Allowed |
| Snippet | May a short excerpt of the publisher's text be shown? | Allowed |
| AI summary | May WeSearch generate its own short summary of the article? | Limited |
| Retrieval / RAG | May the content be exposed for third-party retrieval-augmented generation? | Not asserted |
| Model training | May the content be used to train AI models? | Not asserted |
| Commercial reuse | May the content be reused commercially? | Not permitted |
Basis: Derived from the published RSS/Atom feed. Contact: [email protected]. Reviewed: 2026-07-24.
Opening excerpt (first ~120 words) tap to expand
A self-hostable Go weblog engine — a lighter path between WordPress and Hugo. Small to place, familiar to publish. 🌐 go.serenebach.net — features, screenshots, positioning 📄 Japanese: see README.ja.md At a glance Single statically-linked Go binary, no CGO SQLite via modernc.org/sqlite (pure Go) — no separate database server Runs as a long-lived HTTP server, or as a CGI program on traditional shared hosting Embedded admin UI, MCP server, and end-user help — nothing extra to deploy Static rebuild for hybrid hosting (CDN / static front, dynamic admin behind) Imports content from legacy Serene Bach v2 (flat-file) and v3 (SQLite) installations Outbound webhooks (entry / comment / image events) for Slack / Discord / Zapier / n8n Quick start Requires Go and Task.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.