Publishing infrastructure

Don't build a bookstore.
Plug into one.

One upload gives your author storage, secure delivery, payments, royalties, and distribution to every store that carries it — without you writing a line of that backend.

One upload → every destination
Author uploads AfriKDP Marketplace Partner site School library Church store Author's own website Reader buys, once
Three products, one backend

Structured the way you'd expect a platform like this to be structured.

01

Marketplace

Your public storefront at afrikdp.com, where readers already discover and buy books directly.

02

Publishing API

Third-party apps, schools, churches, and publishers upload, manage, sell, and deliver books through your infrastructure — never their own.

03

Distribution Network

An author publishes once and chooses which partner stores carry the book, with royalties tracked centrally across every one.

books:write

Upload a book from any codebase.

  • Storage on Cloudflare R2, handled for you
  • Cover processing and secure PDF delivery
  • Scoped keys — read-only for storefronts, write for uploads
  • Webhooks the moment a book goes live or sells
curl https://api.afrikdp.com/v1/books \
  -H "Authorization: Bearer sk_live_..." \
  -F title="Ubuntu" \
  -F description="..." \
  -F price=2500 \
  -F file[email protected] \
  -F cover[email protected]
 
// →
{
  "book_id": "bk_8937",
  "status": "review"
}
Built to be embedded

Whoever needs a bookstore, without building one.

Marketplaces

Run your own storefront on your own domain, powered entirely by AfriKDP's catalog and checkout.

Schools & universities

Give a library a digital shelf without touching payments or file storage.

Churches

Sell devotionals and teaching material straight from the church website.

Authors

Publish once, list on a personal site and every partner store at the same time.

Publish once. Distribute everywhere.

Free to start. Scoped keys in under five minutes.

Get API keys