skip to content
docbin

docbin vs rentry

rentry has run since 2017 as a free markdown pastebin with edit codes instead of accounts. docbin does a narrower job with an open api and a version on every edit. here is the whole comparison, including where rentry is the better pick.

the numbers

featuredocbinrentry
max text size5 MB25 MB pro200,000 characters
account requirednevernever
shared editingowner account onlyedit code, share with anyone
write rate15/min75/min pronot published
versionsevery editnot published
markdownrenders as the pagerenders, plus tables, admonitions and a toc
pricefree$4/mo profree, no tiers

rentrys numbers come from its own what page. its api docs page 404s, so an api key requirement and a rate limit arent published anywhere we could find.

where docbin wins

a version for every edit
rentry doesnt publish any version or history feature - edits look like they just overwrite the page. docbin keeps every edit as its own immutable version.
multi-file docs
up to 20 files (50 pro) share a single docbin link. rentrys text field holds one page.
a byte ceiling, not a character cap
5 MB (25 MB pro) of anything, not 200,000 characters of text only.
open scraping api, no key needed
GET /api/docs/public just works. rentrys own docs dont publish an api key requirement or a rate limit anywhere.

where rentry wins

a page you name and keep
pick your own rentry.co/slug and it stays up forever, no account. a docbin anonymous paste gets a generated name and expires after a year.
edit codes for shared ownership
hand the code to a few people and they all edit one entry, no shared account required. docbin has no edit-code model at all - editing means being logged into the owning account.
free forever, no tiers
one plan, no price to unlock more room. rentry says it plainly: "we don't and won't bug you for payment... ever!"

so which one

use rentry when a few people need to co-own one page and none of you want to make an account. an edit code passed around a group chat does the whole job.

use docbin when the content needs a version history, more than one file, or a size limit that isnt measured in characters. push it from a script and skip the account for the paste itself.

paste a documentor from your shell: npx docbin push ./file.md