Freshrss
Where Miniflux strips reading down, FreshRSS gives you knobs - the feature-rich pole of self-hosted RSS, comfortable with thousands of feeds. It's a multi-user PHP aggregator (host family and friends on one instance, with an anonymous reading mode) with the reading workflow refined over a decade: favorites, custom tags, powerful filter and search queries, three reading views, and statistics that reveal each site's publishing frequency - useful for pruning subscriptions. Two properties make it the standard choice. First, the Google Reader-compatible API (plus a Fever API) syncs with virtually every serious RSS client - Reeder, NetNewsWire, ReadYou, FeedMe, Fluent Reader - so your phone reads from your server. Second, native WebSub support means compatible sources (WordPress, Blogger, Medium, Friendica) push new articles instantly instead of waiting for polling. A 50+ extension ecosystem adds what truncated feeds omit - full-text content fetching, reading-time estimates, trending views, auto-unsubscribe for dead feeds - alongside community themes and custom CSS. OPML import/export keeps subscriptions portable, a CLI handles administration, and article sharing posts to many services. AGPL-licensed, running on SQLite, MySQL, or PostgreSQL. Feedly Pro's feature set, minus Feedly's subscription and its algorithms.
Miniflux
One statically-compiled Go binary over PostgreSQL, no ORM, no framework, static assets embedded in the executable: Miniflux is the minimalist, opinionated feed reader. The opinions are the feature: page layout, fonts, and colors are tuned for reading, and everything else is treated as noise. It consumes Atom, RSS, and JSON Feed formats with OPML import/export, organizes articles with categories and bookmarks, fetches original full-text content for summary-only feeds, and provides Postgres-powered full-text search. Privacy work happens automatically: pixel trackers are stripped, tracking parameters removed from URLs, a media proxy blocks third-party tracking, referrers are never forwarded, and there is zero telemetry. Navigation is keyboard-first - j/k through items, o to open, f to star - with touch gestures on mobile. Podcast, video, and music enclosures are supported, and YouTube videos play inline. Over 25 integrations save articles onward to Wallabag, Readwise Reader, Pinboard, Linkding, Instapaper, Notion, Telegram, Matrix, Ntfy, and more, plus webhooks and a REST API with Go and Python clients; the Google Reader API endpoint supports existing mobile reader apps. Authentication spans local passwords, passkeys (WebAuthn), Google OAuth2, OpenID Connect, and reverse-proxy headers. It is Apache 2.0 licensed, translated into 20 languages, and updates feeds on an internal scheduler.
Ghost File Sharing
Get ready to turbocharge your coding escapades with our app that's like a GPS for GitHub! Navigate the bustling streets of code, projects, and fellow code-connoisseurs with ease. It's like having a productivity potion at your fingertips. Subscribe to our newsletter and be the cool kid on the block with the latest product scoops and corporate chronicles. Plus, our app is Fort Knox for your code, ensuring your digital masterpieces are safe as houses. Ideal for the solo programming ninja or the enterprise brigade, our app is your golden ticket to the open-source wonderland, all while saving your coins with RepoCloud's wallet-friendly hosting!
RSSHub
Get ready to feed your need for feeds with RSSHub, the superhero of RSS feed generators! This open-source marvel transforms the web's wild wilderness into a delightful buffet of RSS feeds, tailored just for you. Picture millions of content pieces from a kaleidoscope of sources, all lining up to march straight into your feed reader. And with the dynamic duo of RSSHub Radar for your browser and the trusty sidekicks RSSBud (iOS) and RSSAid (Android) for your mobile, you'll never miss a beat. RSSHub is like a Swiss Army knife for your RSS needs, compatible with a gazillion websites and more content types than you can shake a stick at. Host it on RepoCloud, and you'll be the RSS wizard without the wizard-sized bill!
Listmonk
Seven million emails from a single binary peaking at 57 MB of RAM: listmonk is a high-performance newsletter and mailing list manager in Go with PostgreSQL as its only dependency - no Redis, no worker processes, no message broker. The project's own production benchmark sent 7+ million emails with the binary peaking around 57 MB of RAM, and throughput exceeds 100K emails per hour on modest hardware. Campaigns run through a multi-threaded, multi-SMTP queue with round-robin delivery, per-server concurrency, retries, and sliding-window rate limiting across providers like Amazon SES, SendGrid, Mailgun, or your own Postfix relay. Subscribers carry custom JSON attributes and are segmented with raw SQL queries, so any audience Postgres can express, listmonk can target. Templates use Go template syntax with 100+ functions for dynamic per-subscriber content, and the Vue dashboard reports opens, clicks, bounces, and unsubscribes with automated bounce processing. A REST API handles transactional email and programmatic control, a built-in media library hosts campaign assets, and CSV or API import migrates lists from hosted platforms. The economics are the headline: where Mailchimp pricing scales with list size, listmonk plus Amazon SES sends the same volume for hosting cost plus roughly $0.10 per thousand emails - commonly a 95% reduction - and your email list, a core business asset, stays on your own infrastructure. AGPLv3-licensed; bring your own SMTP provider for delivery.
Ghost
Get ready to transform your audience into a thriving empire with Ghost, the ultimate toolkit for the modern content maestro! Imagine a digital playground where you can craft a dazzling website, publish content that pops, and roll out newsletters that readers can't wait to open. Ghost is your go-to wingman for launching a site that's as unique as your brand, with a smorgasbord of snazzy free themes and customizable design options. But wait, there's more! Ghost's editor is like the Swiss Army knife for content pros – sleek, powerful, and ridiculously easy to use. Unleash your creative beast with multimedia storytelling that includes everything from stunning image galleries to toe-tapping audio. And when it comes to turning casual lurkers into loyal subscribers, Ghost's got your back with native signup forms and analytics sharper than a detective's eye. Plus, with built-in newsletters and special promos, you'll have subscribers flocking like it's Black Friday. Hosted on RepoCloud, where the cost is as friendly as your neighborhood barista, Ghost is the open-source secret sauce to a booming content business!
Keila
Among open-source Mailchimp alternatives, Keila has the most modern UI - built in Germany on Elixir and Phoenix (the PETAL stack), with GDPR-conscious defaults including an optional no-tracking mode, and 100% open source with no proprietary premium tier. Campaign authoring is flexible three ways: a visual block editor with multi-column layouts, Markdown with or without WYSIWYG for hybrid HTML-plus-plain- text sends, and raw MJML for hand-coded designs. The personalization system is unusually clean - every contact carries custom data as a single JSON object (populated from sign-up form fields or pushed from your CMS/CRM), and Shopify's Liquid template language renders it into fully dynamic emails. Targeting uses a visual segment editor backed by a powerful segment language for complex logic over tags, language preferences, and any custom field. Sign-up forms with custom fields grow your lists; open and click tracking measures campaigns; scheduled sending handles timing. Delivery pipes through your own SMTP or first-class integrations with AWS SES (including automated bounce handling), SendGrid, Mailgun, and Postmark. A full REST API manages contacts, campaigns, and segments, with Erlang/OTP reliability underneath. Comfortable at 100K+ subscribers. AGPL-licensed, EU-hosted project, actively developed.