Directory / Category
Content & Publishing
Content creation and publishing applications. Browse 23 curated apps in this category.
CloudFlare-ImgBed
A self-hosted image and file hosting application that runs in serverless environments and Docker, unifying storage backends such as Cloudflare R2, Telegram, and S3-compatible services behind one management interface with authentication, file organization, a RESTful API, and WebDAV access.
Telegraph-Image
An image hosting application deployable to Cloudflare Pages in the visitor's own account, storing uploads via the Telegram Bot API or an R2 bucket, with optional KV-backed management dashboard, short links, and Workers AI image review.
microfeed
A self-hosted content management system for publishing audio, video, images, documents, and blog posts as a website, RSS, and JSON feed. It deploys to a visitor's Cloudflare account, running on Workers with D1 for metadata and R2 for media, managed through an admin dashboard or CLI.
Rin
A serverless blog platform for writing and publishing articles with comments, tags, private posts, and image uploads. It deploys to a visitor-controlled Cloudflare account using Pages for the frontend, Workers for the backend, D1 for the database, and R2 for image storage.
Screendrop
A native macOS app for capturing, annotating, and editing screenshots and screen recordings. Optional sharing is self-hosted through a companion Cloudflare Worker in the visitor's own account, using R2 for media storage and D1 for share metadata to serve player and transcript pages.
edgeever
An open-source notes and knowledge base application with a three-pane editor, multi-device sync, attachments, version history, and optional AI agent access via MCP. It deploys to a visitor's Cloudflare account as a Worker backed by D1 for data and R2 for attachments, with a Docker alternative for self-hosting.
cloudflare-workers-blog
A blog program that runs on Cloudflare Workers and uses Workers KV as its database with no other dependencies. HTML pages are cached at the edge to reduce KV reads and writes, and the markdown-based admin supports one-click publishing with page rebuilds and cache clearing.
pastebin-worker
A pastebin and URL shortener that runs as a Cloudflare Worker, storing small pastes in Workers KV and larger files in R2. It offers syntax highlighting, client-side encryption, markdown rendering, an HTTP API, and a CLI, and deploys to the visitor's own Cloudflare account via wrangler.
inkstone
A self-hosted Markdown notebook for writing, organizing, and syncing personal knowledge, deployable to a visitor's Cloudflare account via Workers with D1 for notes and search, R2 or KV for attachments, Durable Objects for sync, and optional Workers AI embeddings.
web-archive
A web archiving and sharing application consisting of a browser extension, a server, and a web client. Pages are saved as single HTML files and stored in D1 and R2 within a visitor-controlled Cloudflare account, with search, folder classification, AI-generated tags, and a reading mode.
RSSWorker
A lightweight RSS feed generator that runs on Cloudflare Workers, producing feeds for bilibili, Telegram, Weibo, and Xiaohongshu content. It deploys to a visitor's own Cloudflare account via the Workers deploy button or wrangler, with optional credentials stored as Worker secrets.
K-Vault
A self-hosted image and file hosting application deployable to Cloudflare Pages using Pages Functions, a KV namespace for file management, and optional R2 storage, with a Docker alternative; features include uploads, galleries, WebDAV, API tokens, and storage backends such as Telegram, S3, Discord, and GitHub.
cloudflare-worker-blog
A blog system that runs as a Cloudflare Worker and serves Markdown articles fetched from a GitHub repository, so a visitor can deploy it in their own Cloudflare account and publish posts by pushing Markdown files and a list.json index to the repository.
Monolith
A self-hosted blog system that runs its backend on Cloudflare Workers with a React SPA served from Pages, storing posts and media in D1 or R2 and optionally using Analytics Engine for visitor statistics; visitors deploy it to their own Cloudflare account with a single deploy script.
roim-picx
A self-hosted image hosting application that lets users upload, organize, rename, share, and expire images through a Vue-based interface. It deploys to Cloudflare Pages with Pages Functions, storing image files in R2, metadata and statistics in D1, and sessions in KV, all within the visitor's own Cloudflare account.
FlareMo
A self-hosted memo and knowledge base app for personal note capture and team collaboration, running on Cloudflare Workers with D1 for notes, R2 for attachments, and Workers AI plus Vectorize for semantic search; deployable to a visitor's Cloudflare account via one-click button, GitHub Action, or wrangler.
memos-worker
A self-hosted notes and knowledge base application that runs on Cloudflare Workers with D1 for data, R2 for attachments, and KV, offering Markdown editing, file uploads, public share links, and an optional Telegram bot, deployed via Git integration or Wrangler in the visitor's own account.
feedlog
An open-source feedback and roadmap application where users post ideas, vote, and discuss while teams triage work and publish changelogs. It deploys to Cloudflare Workers, using Hyperdrive for Postgres access and R2 for blob storage, with a setup page that runs migrations on first request.
workers-image-hosting
A self-hosted image hosting application that runs on Cloudflare Workers and stores uploaded images in a KV namespace. Deployment involves creating a KV namespace, binding its ID in wrangler.toml, building the Vue front end, and running wrangler publish; a password-protected page lists uploaded images.
sharehtml
A self-hosted document sharing application that deploys HTML, Markdown, and code files to a Cloudflare Worker backed by R2 storage and Durable Objects, providing shareable links with comments, reactions, and live presence, deployable in a visitor-controlled Cloudflare account via a setup script and CLI.
Gins-Blog
A bilingual blog platform with a built-in CMS, OAuth login, and an MCP server for agentic content management. It deploys to Cloudflare Workers and uses D1, KV, R2, Vectorize, and Workers AI; a setup script provisions these resources in the visitor's own account.
mdshare
A markdown sharing app with a WYSIWYG editor, permission-based share links, inline comments, and real-time collaboration. It runs on Cloudflare Workers with D1 storage and Durable Objects for WebSocket sync, and can be self-hosted from the repository using Wrangler in a visitor's own account.
shotog
An Open Graph image generation service that renders social preview images from URL parameters or JSON requests using template designs. It deploys to Cloudflare Workers with rendering via Satori and resvg, and uses Cloudflare D1 to store API keys and track usage; self-hosting via Wrangler is documented.