Technology · 2 min read

The Zero-Cost Publishing Model: How We Built a 1,194-Book Catalog for Free

A breakdown of how BogaDoga and The Book Nexus built professional publishing infrastructure with zero recurring costs.

The Claim

We built and maintain professional publishing infrastructure for 1,194 books — with full metadata, ISBNs, structured data, AI-readable content layers, and 68 books readable online in full — at zero recurring cost.

This is not hyperbole. Here is exactly how.

The Stack

Hosting: Free

All three websites (atharvainamdar.com, thebooknexus.com, bogadoga.com) are static sites built with Astro 6.0 and hosted on Cloudflare Pages. Cloudflare Pages offers:

  • Unlimited bandwidth
  • Global CDN
  • Custom domains
  • Automatic HTTPS
  • Free tier sufficient for our traffic
Monthly cost: $0

Source Control: Free

All code and content lives in GitHub repositories. GitHub's free tier provides:

  • Unlimited private and public repositories
  • GitHub Actions for CI/CD
  • GitHub Pages as backup hosting
Monthly cost: $0

ISBNs: Free

India's national ISBN agency provides ISBNs at no cost to registered publishers. We have ISBNs for all 1,194 titles.

Cost: $0 (contrast with US where each ISBN costs $125)

Design and Development: Free

Built using open-source tools:

  • Astro 6.0 (MIT license)
  • Tailwind CSS v4 (MIT license)
  • No paid themes, templates, or plugins
Cost: $0

Content Delivery: Free

68 full books delivered as static HTML pages. No server-side rendering, no database queries, no compute costs. Each chapter is a pre-built HTML file served directly from CDN.

Monthly cost: $0

AI/LLM Content Layer: Free

llms.txt, ai.txt, llms-full.txt, JSON APIs, BibTeX exports, CSV downloads — all generated at build time and served as static files. No API server. No compute.

Monthly cost: $0

What This Proves

The barrier to professional publishing is not money. It is knowledge.

The tools exist today to build publishing infrastructure that rivals major publishers in terms of:

  • Metadata quality (schema markup, BISAC codes, ISBN management)
  • Discoverability (SEO, structured data, AI-readable layers)
  • Reader experience (beautiful book readers, reading controls, download options)
  • Data exports (JSON API, BibTeX, RIS, CSV, OPDS)

All at zero cost.

The only investment is time and technical skill. BogaDoga exists to prove this model works — and to make it replicable for other independent publishers.

— BogaDoga Technology Division

BogaDoga Ltd

Publishing & Digital Innovation, London

← Back to Blog