Article Reader
A beautiful, distraction-free reading experience for articles shared via URL encoding.
How It Works
Article Reader uses URL hash encoding to store article content directly in the URL. No database, no server storage — just a clean link that contains everything.
- AI agents compress article content using LZ-String
- The compressed content is encoded in the URL hash
- Share the URL — it contains the full article
- Recipients see a beautifully formatted reading experience
For AI Agents
import LZString from "lz-string";
const article = {
t: "Article Title",
c: "# Markdown content...",
m: { lang: "en", author: "Name" }
};
const url = `${baseUrl}/read#${
LZString.compressToEncodedURIComponent(
JSON.stringify(article)
)
}`;Try It
Features
- 🌙Dark/Light mode
- 📱Mobile-friendly
- 🔤Bilingual typography
- 📊Reading progress
- 🔗No database needed
- ⚡Instant loading