The Action collects context
On a push to main, the thin client reads the git diff and current README. No full repository upload and no AI provider key.
git diff + README.mdLive beta · hosted README sync
ReadmeForge is a thin GitHub Action backed by a hosted API. On every push to main, it sends the git diff and current README for server-side docs sync—no AI key in your repository.
20 free syncs each month API deployed and healthy
A chat can rewrite a README when you remember to ask. ReadmeForge runs in the push workflow and keeps the expensive, copy-resistant work on its API.
On a push to main, the thin client reads the git diff and current README. No full repository upload and no AI provider key.
git diff + README.mdThe hosted service verifies the license tier, enforces the monthly quota, runs the AI docs-sync server-side, and returns the complete README.
POST /v1/syncPR mode opens a focused pull request by default. Pro can use commit mode to write the returned README directly to main.
mode: pr | commitThe prompt is tuned to update only affected README sections and to avoid inventing behavior the diff does not prove.
Flags variables introduced in config, deployment files, and runtime access.
Keeps usage examples aligned with renamed, added, or removed options.
Surfaces routes, methods, request shapes, and response changes visible in the patch.
Updates package-manager commands, prerequisites, and version requirements.
No mystery dashboard and no silent rewrite. The result lands where documentation changes already belong: a normal GitHub pull request.
The hosted API enforces the tier and monthly quota before each sync. Free is for public repositories; Pro adds private code and direct commits.
The git diff and current README are sent over HTTPS for processing only and are not retained on ReadmeForge servers. Customer code is never used to train models. Pro requests also include the license key needed for server-side verification.
No. ReadmeForge runs the AI docs-sync inside the hosted API, so your repository never needs an AI provider key.
Not by default. mode: pr creates a dedicated branch and pull request. Pro users can choose mode: commit for direct updates; protected branch rules still apply.
Free covers 20 syncs per month for public repositories in PR mode. Pro covers 1,000 syncs per month, private repositories, and commit mode. The API verifies the tier and enforces the quota before running AI.
Buy Pro through Gumroad, then store the license key you receive as READMEFORGE_LICENSE_KEY and pass it through the Action’s optional license-key input. The API verifies it server-side.
The Action compares the API response with the existing README. If they match, it exits cleanly without creating a branch, pull request, or commit.