Skip to main content

PayPerRead

Revolutionizing casual Readings with MicroPayments

AIBuild Onchain FBI

About this project

The problem it solves

The Problem PayPerRead Solves

  1. Subscriptions Are Overpriced & Underutilized

Users are forced to buy full-month or yearly subscriptions even when they want to read just 1–2 articles. ➡️ Money wasted, low satisfaction.

  1. High-Quality Content Is Locked Behind Paywalls

Great journalism, research, insights — sab kuch paywall ke peeche. But log ek article ke liye pura subscription nahi lena chahte. ➡️ Users drop off, creators lose potential revenue.

  1. Too Many Platforms, Too Many Subscriptions

Every app/news portal wants its own subscription. Monthly expenses stack up, users get frustrated. ➡️ “Subscription fatigue” is real.

  1. Creators Don’t Get Fair Payment

Platforms earn fixed subscription revenue, but creators get almost nothing unless the reader subscribes to the full app. ➡️ Content creators are undervalued.

  1. No Transparency in Content Value

Readers don't know if the content is worth paying for until after buying a subscription. ➡️ Trust breaks, user churn increases.

Challenges we ran into

Challenges I Ran Into (and How I Solved Them)

  1. Paywall Bypassing Risk

Challenge: When I first built the pay-per-article flow, I realized users could potentially access the article through direct URLs, bypassing the paywall screen.

Solution: I restructured the backend authorization — every article request now passes through a token-based check. Only paid users get a temporary access token, and even bookmarked links expire after a defined time. This made the paywall genuinely secure.

  1. Micro-Payments Integration

Challenge: Most payment gateways are optimized for full transactions (like ₹50–₹100), not ₹1–₹5 micro-payments. Transactions were failing or taking too long.

Solution: I implemented a wallet system inside the app where users preload a small amount, and individual article unlocks deduct instantly without hitting the gateway each time. This fixed delays and reduced gateway fees dramatically.

  1. Content Rendering Optimization

Challenge: Long articles were rendering slowly on low-end phones because the layout loaded everything at once.

Solution: I added lazy loading for images, optimized text blocks, and cached the most-read articles. This made the reading experience smooth and instant.

  1. Creator Dashboard Confusion

Challenge: Creators found it difficult to understand their earnings dashboard — especially per-article breakdowns.

Solution: I redesigned the UI with a simple structure:

total reads

earnings per article

monthly payout timeline

trending content indicators The clarity increased creator retention.

About the founder

Building on Base from India

Technologies and tags

JavaScriptHTMLCSSReactSolidityNode.js