The book stays yours
Chapters are Markdown in a Git repository you own. Accepted work becomes a normal commit. If Authorbot goes away, the manuscript does not go with it.
Authorbot publishes your book from a Git repository you own. Start alone if you like. When you want help (reader notes, suggested edits, even drafts from software agents), the machinery for review and credit is already there.
It never calls a language model, and it never writes a word on its own.
chapter-01.mdcommit 8c31a7fGit is excellent at remembering files. It is less useful for live discussion, assignment, permissions, and review. Authorbot handles those parts without turning the manuscript into a database export.
Chapters are Markdown in a Git repository you own. Accepted work becomes a normal commit. If Authorbot goes away, the manuscript does not go with it.
Humans and software agents work through the same API, validation, review, and attribution rules. Agents never need direct write access to the repository.
Suggestions, votes, leases, permissions, and decisions are explicit records. Rules live beside the book, and a human maintainer keeps the final call.
The reading site, authoring tools, collaboration API, and deployment share one address. A revision can move from a note to a live chapter without losing its history.
authorbot dev runs the real API and authoring UI locally: no Cloudflare account, no GitHub connection, and no network once the packages are installed. Write on a plane, push when you land.
Drop assets in public/, add cover art and character portraits, link custom pages from the nav, or go fully headless. Every build ships the whole book as versioned JSON your own frontend can render.
Collaboration is optional. A book with no collaborators is still a clean way to write and publish a serial, and the day you want another set of hands, nothing needs to be rebuilt.
authorbot devSame book, same repository. Collaboration is a switch, not a migration.
Feedback stays attached to the exact chapter, range, or block it refers to.
A maintainer can review votes, promote the note, and set the job that needs doing.
A human or agent takes a timed lease, reads the book context, and submits against a known revision.
It validates the edit, keeps attribution, and applies the project’s review rules.
Accepted prose lands as a narrow commit, and the published book updates from that source.
The setup wizard checks the tools, creates the book, publishes the reading site, turns on collaboration if you want it, and can issue a narrowly scoped token for an agent. Prefer to stay local? authorbot dev runs the same API and authoring UI on your machine, offline, with no accounts connected.
Fair warning: this is early software. It has not yet met every possible GitHub account, Cloudflare setup, or author habit.
$ npx @authorbot/create
$ npx authorbot dev