Back to Explore

Just The Article Please

Web App

A simple article reader for the web

💡 A simple article reader for the web. Read articles without clutter. Add "justthearticleplease.com/" or "jtap.cc/" before an article URL and read in visual peace. Or, if you prefer, visit the site, and enter an article url. Oh, there's also a nice "Copy just the article link" link so you can share it with friends and colleagues. Enjoy! Readingly, Jonathan Ad-Free

"It's like a digital pair of noise-canceling headphones for your eyes, filtering out the web's visual chaos."

30-Second Verdict
What is it: Add a prefix to any article URL to get a clean, shareable version without ads or popups.
Worth attention: With very low hype (1 PH vote), it's not a priority for average users, but it's a great case study for devs on repurposing open-source tech in a weekend.
2/10

Hype

5/10

Utility

1

Votes

Product Profile
Full Analysis Report
~7 min

Just The Article Please: A "Weekend Project" Style Reading Purifier

2026-02-25 | ProductHunt | Official Site


30-Second Quick Judgment

What is this?: Add justthearticleplease.com/ or jtap.cc/ before any article URL to instantly get a clean reading version without ads, popups, or sidebars. No installation required.

Is it worth your attention?: To be honest, as a standalone product, not really—it has only 1 vote on PH and zero momentum. However, as a study of what an independent developer can build in a weekend, it's fascinating. The core tech (Mozilla Readability.js) is open-source, meaning anyone can replicate this.


Three Questions That Matter

Is it relevant to me?

  • Target Audience: People who read long-form content online and are annoyed by ads. It's especially useful for those who don't want to install extensions or need to share a "clean" link with others.
  • Is that you?: If you frequently send article links to colleagues or friends and want them to see the content, not the clutter—yes. If you only read for yourself, your browser's built-in Reader Mode is enough.
  • Usage Scenarios:
    • Sending a reference article to a colleague → Use the jtap.cc prefix to generate a clean link.
    • Reading on mobile where ads are overwhelming → Add the prefix for a smooth experience.
    • Sharing news with elders → Remove confusing popups and banners for them.

Is it useful?

DimensionBenefitCost
TimeSaves time spent closing popups and waiting for ads to load.Requires remembering to add the prefix (approx. 3 seconds).
MoneyCompletely free.Zero.
EffortNo installation, registration, or configuration needed.Nearly zero.
ROI Judgment: If you're an occasional reader, browser Reader Mode is fine. If you need to share clean links frequently, this is handy—though SMRY.ai does the same with added AI summaries. It's a "nice-to-have" utility.

Is it delightful?

The "Aha!" Moment:

  • Zero Friction: No extensions, no accounts. Just a URL tweak.
  • Shareable: This is its only real edge over browser Reader Modes—the generated clean link can be sent to anyone.

What users are saying:

"It feels like walking off a street full of neon billboards and into a library—the info is there, but the noise is gone." — softandapps.info

The Limitations:

"This tool is designed for articles. If the page isn't a true article (or is mixed with other blocks), the results may vary." — softandapps.info


For Independent Developers

Tech Stack (Inferred)

  • Core Engine: Almost certainly based on Mozilla Readability.js or a similar library—the same engine behind Firefox's Reader View.
  • Workflow: User provides URL → Server fetches HTML → Readability algorithm extracts content/title/images → Renders clean page.
  • Possible Combinations: Node.js + Readability.js (most common), Python + readability-lxml, or Rust + readability-rust.
  • Deployment: Web service + short domain (jtap.cc).

Core Implementation

It's essentially three steps:

  1. Receive the target URL from the user.
  2. Server-side fetch of that page's HTML.
  3. Use Readability.js to extract the content and re-render it.

This logic is clearly documented in the Readability.js README; the core code is likely under 50 lines. The real work lies in handling edge cases (JS-rendered pages, anti-scraping measures, encoding issues).

Open Source Status

  • The product itself is not open-source: No repository found for justthearticleplease.
  • But the core tech is fully open:
  • Build Difficulty: Low. An experienced dev could build this in a weekend. Estimated 0.5-1 person-month for a polished, deployed version.

Business Model

  • Monetization: None. Completely free with no ads or visible revenue streams.
  • Historical Lessons: Readability by Arc90 did almost the exact same thing in 2009, tried a "subscription revenue share" model, and eventually shut down in 2016. Monetization in this niche is notoriously difficult.
  • User Base: Unknown, but given the 1 vote on PH, it's likely a personal project with a tiny user base.

Giant Risk

It's already been done. Chrome, Firefox, and Safari all have built-in Reader Modes. The original Readability project was absorbed by Mozilla. This feature is now a browser standard. The only differentiator is the "shareable link," which isn't a strong enough moat.


For Product Managers

Pain Point Analysis

  • Problem: Poor web reading experience due to ads, popups, auto-play videos, and newsletter prompts.
  • Severity: Low-to-medium. Most browsers have solved this for the individual user. The unsolved niche is "sharing that clean experience."

User Persona

  • Core User: Deep readers who value a clean interface.
  • Secondary User: Professionals or family members who need to share information without the surrounding noise.

Feature Breakdown

FeatureTypeDescription
URL Prefix PurificationCoreAdd prefix to get a clean page.
Input Box ModeCorePaste URL on the homepage.
Shareable LinkCore"Copy just the article link" button.
Short Domain jtap.ccDelightEasier to type/remember.
Ad-Free ExperienceDelightThe tool itself is clean.

Competitive Landscape

DimensionJust The Article PleaseBrowser Reader ModeClearly ReaderSMRY.ai
Install RequiredNoBuilt-inYes (Extension)No
ShareableYesNoNoYes
AI FeaturesNoNoYes (Summary/Translate)Yes (Summary)
Bypass PaywallsNoPartiallyNoYes
PriceFreeFreeFree / $3.99/moFree

Key Takeaways

  1. URL Prefixing is a great interaction model: Zero installation and zero learning curve. This paradigm is worth considering for other web utilities.
  2. Short Domain Strategy: Using jtap.cc as a shortcut for justthearticleplease.com lowers the barrier to entry.
  3. The Power of Subtraction: One feature, no accounts, no settings. In an era of "login-required" fatigue, this simplicity is a statement.

For Tech Bloggers

Founder Story

  • Founder Info: Unknown. Based on the style (minimalist, non-commercial), it's likely a solo dev's passion project.
  • The "Why": Probably created because the developer wanted a shareable Reader Mode for their own use.

Discussion Angles

  • "Is this useless?": The biggest critique is that browsers already do this. Is "shareability" enough to justify a standalone product?
  • "The Cycle of Reading Purifiers": From Readability (2009) to Instapaper, Pocket, 12ft.io, and Outline.com—why do these tools keep appearing and disappearing? It proves the demand is real, but the business model is broken.
  • "Anti-Ad vs. Publishers": These tools bypass publisher revenue, placing them in a moral and legal gray area.

Hype Data

  • PH Rank: #10, 1 vote.
  • Twitter: No significant discussion found.
  • Media: Only softandapps.info (Spanish tech blog) covered it recently.

Content Suggestion

  • Better Angle: "A Brief History of Reading Purifiers: Why they keep failing and why we keep building them." This is a more engaging topic than a standalone review of such a simple tool.

For Early Adopters

Pricing Analysis

TierPriceFeaturesVerdict
Only VersionFreeAll featuresSufficient for its purpose.

Quick Start Guide

  • Setup Time: 10 seconds.
  • Learning Curve: Zero.
  • Steps:
    1. Copy the URL of the article you want to read.
    2. Add jtap.cc/ to the beginning of the URL.
    3. Hit Enter and enjoy.
    4. Use the "Copy just the article link" to share.

Pitfalls & Complaints

  1. Fails on non-article pages: If it's a forum, product page, or complex app, the extraction will be messy.
  2. JS-heavy sites: It might fail to grab content from sites that load dynamically via JavaScript.
  3. Paywalls: This is not a bypass tool. NYT or WSJ paywalls will still block you.
  4. Privacy: No privacy policy exists. Your URLs pass through their server.

Alternatives

AlternativeProsCons
Browser Reader ModePrivate, no 3rd party server.Not shareable, doesn't work on all pages.
SMRY.aiURL prefix + AI summaries + some paywall bypassing.Higher risk of being blocked by publishers.
Clearly ReaderFeature-rich (TTS, Export, AI), customizable.Requires extension, some features cost $3.99/mo.
InstapaperRead later + cross-device sync.Requires registration, heavier product.

For Investors

Market Analysis

  • Direct Niche: Web reading optimization—a micro-niche with no independent market data.
  • Adjacent Markets: Digital accessibility ($930M by 2026) and Reading Apps ($5.4B in 2024).
  • Drivers: Increasing ad density is driving users toward "clean reading" solutions.

Competitive Landscape

  • Giants: Browser native features (Chrome/Safari).
  • Mid-tier: Clearly Reader, Instapaper, Pocket.
  • Bottom-tier: Just The Article Please, SMRY.ai.

Timing & Value

  • Timing: No unique advantage. The tech is old. AI is the current trend, which this tool lacks.
  • Investment Value: Extremely Low. No moat, no revenue, and the core feature is a commodity provided by browsers.

Conclusion

The Bottom Line: A clean, simple, zero-barrier article purifier. While it solves the "shareable link" problem, it doesn't offer enough beyond browser defaults to be a major contender.

User TypeRecommendation
DevelopersGreat for learning—see how Readability.js works. Adding AI could make this a viable project.
Product ManagersStudy the "URL prefix" interaction model, but the product itself is too thin for growth lessons.
Early AdoptersGive it a try for sharing links, but stick to browser Reader Mode for private reading.
InvestorsIgnore. No moat and a history of failed monetization in this sector.

Resource Links

ResourceLink
Official Sitehttps://justthearticleplease.com/
Short Domainhttps://jtap.cc/
ProductHunthttps://www.producthunt.com/products/just-the-article-please
Core Libraryhttps://github.com/mozilla/readability
Competitor SMRY.aihttps://smry.ai

2026-02-25 | Trend-Tracker v7.3

One-line Verdict

An ultra-minimalist reading purifier. Its core advantage is 'shareability,' but due to built-in browser features and a lack of a moat, its commercial value is very low. Best as a technical reference for developers.

Was this analysis helpful?

FAQ

Frequently Asked Questions about Just The Article Please

Add a prefix to any article URL to get a clean, shareable version without ads or popups.

The main features of Just The Article Please include: URL prefix purification (jtap.cc/), Input box paste mode, Shareable clean link button, Short domain strategy.

Completely free.

Deep readers who hate ads/popups or need to share clean article links with others (colleagues, elders).

Alternatives to Just The Article Please include: Browser Reader Mode, Clearly Reader, SMRY.ai, Instapaper, Pocket..

Data source: ProductHuntFeb 25, 2026
Last updated: