Vibecode Headway

track this build5 phases, 10 steps, beginner friendly
YES · one-shottable
price $29/moyou'd save $348/yrbuild time one sittingcategory 🛠️ dev toolsreplaced by 0 people

A changelog is Markdown entries rendered to a page and an RSS feed, plus a badge that knows the last entry the user saw. That is a sitting. The $29 is for the custom domain and removing the badge, which you get for free by owning it.

the project pack5 files · written for this build, step by step
README.md
# Headway · indie build

A changelog page and a what's-new widget: Markdown entries rendered to a static page and RSS, a badge that knows the last entry a visitor saw, and a script that posts new entries to Slack. One of the smallest real products on the list and a good first build.

Estimated effort: **one sitting**. Work `BUILD_PLAN.md` top to bottom · every phase ends in a check that has to pass before the next one starts.

## Stack

| Part | Choice | Why |
| --- | --- | --- |
| Build | A Node script rendering Markdown | static, no server |
| Widget | One vanilla-JS file under 3 KB | drops into any page |

## Before you start

Have every one of these ready. The plan assumes them from step one.

- [ ] **Node.js 22 or newer** · free
  - Why: Everything in this build runs on it: the server, the scripts, the tests.
  - Get it: Download the LTS installer from nodejs.org, or install with your package manager (brew install node, or nvm install 22). Restart the terminal afterwards.
  - Verify: node --version prints v22 or higher
- [ ] **A terminal and a code editor** · free
  - Why: Every step below is a command you type or a file you edit.
  - Get it: VS Code (code.visualstudio.com), Cursor or Zed. Open a folder for the project and use the editor's built-in terminal.
  - Verify: You can open a folder and run a command in its terminal
- [ ] **Git** · free
  - Why: History for your code, and the way most hosts deploy.
  - Get it: Install from git-scm.com or with your package manager, then run git init in the project folder once it exists.
  - Verify: git --version prints a version
- [ ] **A static host, or your existing site** · free
  - Why: The changelog is static files.
  - Get it: Cloudflare Pages, Netlify, or a folder in your current site.
- [ ] **A Slack incoming webhook (optional)** (optional) · free
  - Why: Phase 4 posts new entries.
  - Get it: api.slack.com/apps > Incoming Webhooks.

## Quick start

```sh
mkdir changelog && cd changelog && git init && npm init -y && npm pkg set type=module && npm install markdown-it@14 gray-matter@4
mkdir -p changelog public && cp .env.example .env
```

Then copy `.env.example` to `.env` and fill in the values it documents.

## Honest limits

This build deliberately does not replace:

- The hosted editor and reaction analytics.
- the hosted editor
- Slack and Twitter auto-posting
- reaction analytics
- private changelogs behind their auth

If one of those is essential to you, that is the reason to keep paying for Headway, and the README should say so rather than pretend.

$ choose a build depth, inspect the files, then open the complete pack in your agent

why people still pay

Product managers pay to write in a browser and never ask an engineer.

what you lose

xthe hosted editor

xSlack and Twitter auto-posting

xreaction analytics

xprivate changelogs behind their auth

prior art · use these instead of building, if you'd rather

Nothing worth pointing at. That's why the prompt exists.

share on X ↗"I just replaced Headway ($29/mo) with one prompt"
the numbers

Headway pricing

pro$29/mo · monthly flat · $348/yr

free tierThe free plan includes unlimited changelog entries, a public page and the widget with Headway branding.

verified 2026-09-04 · source ↗

questions
Is Headway free?

The free plan includes unlimited changelog entries, a public page and the widget with Headway branding. Paid is Pro at $29/mo (checked 2026-09-04).

Vibecode Headway

Yes. A competent AI coding agent (Claude Code, Codex, Cursor) can build a usable personal Headway replacement in one session with the prompt on this page. It runs on your own machine or server with no subscription.

How much does Headway cost?

Headway costs about $29/month (Pro, checked 2026-09-04), which is $348 per year. That's what you save by replacing it with one prompt.

What do I lose by replacing Headway?

Honestly: the hosted editor; Slack and Twitter auto-posting; reaction analytics; private changelogs behind their auth. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Headway?

No mature open-source alternative worth pointing at, which is exactly why the one-shot prompt on this page exists.