All posts
Hacks & Workarounds

3 Self-Hosted Apps That Replace Paid Subscriptions

Manaal Khan28 April 2026 at 7:13 pm5 min read
3 Self-Hosted Apps That Replace Paid Subscriptions

Key Takeaways

3 Self-Hosted Apps That Replace Paid Subscriptions
Source: MakeUseOf
  • AFFiNE offers Notion-like features with local-first data storage and no subscription fees
  • Self-hosting these tools requires basic terminal knowledge but no advanced server skills
  • Pi-hole blocks ads across your entire network, not just individual devices

Self-hosting has a reputation for complexity. Setting up servers, managing Docker containers, debugging network issues. It sounds like a weekend project that turns into a month-long headache. But that reputation is increasingly outdated.

A growing number of self-hosted tools now install with a few terminal commands and run reliably on old hardware. Yadullah Abidi, a staff writer at MakeUseOf with over a decade of experience in Linux systems, recently shared three apps he self-hosts that he says genuinely improved his daily workflow: AFFiNE, Copyparty, and Pi-hole.

AFFiNE: A Notion replacement that stores data locally

Abidi describes himself as a former "ardent Notion fan" who ran his entire life in the app. But he eventually moved away from it. The replacement he landed on was AFFiNE, an open-source productivity tool that combines notes, documents, and whiteboards in a single interface.

The key difference from Notion is the local-first architecture. Your data lives on your disk first. It syncs to a server for collaboration only when you want it to. This inverts the typical cloud model where your notes exist on company servers and you access a copy.

Open-source apps running on a Windows laptop
Open-source apps running on a Windows laptop

AFFiNE is free to run if you self-host. Paid plans exist for those who want managed hosting. But the self-hosted version includes the full feature set. Abidi notes that moving between doc mode and canvas mode in the same tool feels natural, unlike juggling separate apps for different content types.

Why local-first matters

The local-first approach addresses a real concern for anyone who has watched a cloud service shut down or change its pricing. When your data lives on your hardware first, you don't depend on a company's roadmap or business model. If AFFiNE disappeared tomorrow, your files would still be on your disk.

This is particularly relevant for productivity tools where you might store years of notes, project plans, and documentation. Migrating out of Notion or Evernote after years of use is painful. Starting with a local-first tool avoids that lock-in.

Pi-hole: Network-wide ad blocking

Pi-hole is a DNS-level ad blocker that runs on your network. Instead of installing ad-blocking extensions on each device, Pi-hole filters requests at the network level. Every device connected to your network gets ad blocking automatically. Phones, tablets, smart TVs, anything that connects.

Pi-hole dashboard showing blocked queries
Pi-hole dashboard showing blocked queries

The software runs comfortably on a Raspberry Pi, which is where the name comes from. But it also works on any Linux machine, including old laptops or cheap mini PCs. Power consumption is minimal, so you can leave it running continuously without a noticeable electricity cost.

Pi-hole works by maintaining a blocklist of known ad-serving domains. When a device on your network tries to load an ad, the request goes to Pi-hole first. Pi-hole checks the domain against its blocklist and simply doesn't resolve requests to blocked domains. The ad never loads.

The self-hosting barrier is lower than you think

Abidi emphasizes that none of these tools require advanced server administration skills. If you've ever self-hosted anything, getting them running is a matter of typing a few terminal commands. The documentation for each project walks through the process step by step.

The hardware requirements are also modest. An old Android phone can run Google Drive alternatives. A Raspberry Pi handles Pi-hole. AFFiNE runs on any machine that can handle a basic web server. You don't need to buy dedicated server hardware.

Also Read
Free Obsidian Sync Alternative: Git Plugin vs $10/Month Official

Another approach to self-hosting productivity tools

What subscriptions can you cancel?

The practical appeal here is cost savings. Notion's paid plans start at $10 per month. Cloud storage services charge monthly fees based on capacity. Premium ad blockers exist as subscription services. Self-hosting these tools means paying once for hardware you may already own, then nothing ongoing.

The tradeoff is your time. Setting up these tools takes a weekend. Occasionally you'll need to update them or troubleshoot an issue. But for anyone already comfortable with basic Linux commands, that maintenance burden is light.

ℹ️

Logicity's Take

Frequently Asked Questions

How much technical skill do I need to self-host these apps?

Basic familiarity with terminal commands and Linux is enough. Each project has step-by-step documentation. If you can follow instructions and troubleshoot simple errors, you can set these up in a weekend.

What hardware do I need to run Pi-hole?

A Raspberry Pi is the most common choice, but any Linux machine works. Old laptops, mini PCs, or even a virtual machine on existing hardware can run Pi-hole with minimal resource usage.

Is AFFiNE really a full replacement for Notion?

It covers notes, documents, and whiteboards. The core productivity features are there. Some Notion-specific integrations won't exist, but for most personal and small team use cases, it provides equivalent functionality.

Does Pi-hole slow down my internet connection?

No. DNS resolution adds negligible latency. In practice, blocking ads can make pages load faster because your browser isn't downloading ad content.

What happens if the self-hosted app stops being maintained?

Because your data is stored locally, you still have access to your files. Open-source projects can also be forked by the community. This is safer than proprietary cloud services that can shut down without notice.

ℹ️

Need Help Implementing This?

Source: MakeUseOf

M

Manaal Khan

Tech & Innovation Writer

Related Articles