A WebXDC app for reading and browsing news from Telegram channels inside Delta Chat.
- 📱 Mobile-first, Telegram-style message layout
- 🖼️ Image lightbox with swipe navigation
- 🔗 Link extraction and preview
- 🌙 Dark mode support
- 📦 Packaged as
.xdcfor Delta Chat
The app reads news from .json or compressed .gz files. See docs/FORMAT.md for details on the file structure.
bun install
bun run dev# Build the web app
bun run build
# Package as .xdc
bun run packageA live preview is available at omidz4t.github.io/webxdc-news-reader.
This project is licensed under the GNU Lesser General Public License v3.0.