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 coordinates the people and software agents working on a serial book. It keeps drafts, notes, votes, jobs, revisions, attribution, and the published site tied to a Git repository you own.
It never calls a language model, and it never writes a word on its own.
chapter-12.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.
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.
Fair warning: this is early software. It has run a real book end to end, but it has not yet met every possible GitHub account, Cloudflare setup, or author habit.
$ npx @authorbot/create
The book is published through Authorbot now. Readers can sign in, leave a note on a sentence, and feed actual editorial work back into the same system that renders the chapter.