Get AI summaries of any video or article — Sign up free
Paying for software is stupid… 10 free and open-source SaaS replacements thumbnail

Paying for software is stupid… 10 free and open-source SaaS replacements

Fireship·
5 min read

Based on Fireship's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Subscription software is framed as a path to ownership loss and increasingly aggressive fee structures, making alternatives more important than ever.

Briefing

Subscription software has shifted from “buy it once and own it” to “rent it forever,” and the transcript argues that the modern model enables increasingly aggressive fee tactics—reactivation charges, pay-per-click mice, and hidden early-termination penalties. With no real force compelling users to pay, the core escape route is straightforward: replace proprietary SaaS with free and open-source (and often self-hostable) alternatives that keep data and functionality under the user’s control.

The first major target is Microsoft Office, described as the most profitable software category because it gets people hooked early in school. The suggested exit is LibreOffice, positioned as a capable replacement for Word, Excel, and PowerPoint workflows, with strong compatibility across many file formats (including docx). The trade-off is selective: LibreOffice lacks some Microsoft Office features—especially those tied to cloud connectivity and “AI garbage.” Still, the transcript frames the missing pieces as benefits for privacy and autonomy: no forced internet connection, no automatic document uploads to cloud services that could later be breached, and fewer vendor-controlled features.

From office suites, the transcript moves to collaboration and productivity tools. Airtable is called out as powerful but expensive at $45 per month per seat, while self-hosting is pitched as a cost reset: run NocoDB on a VPS for a few dollars monthly, store data in a preferred SQL database, and present it as rich spreadsheets for collaboration. For note-taking, Notion is treated as another recurring-cost trap, with AppFlowy offered as an open-source alternative written in Rust and Flutter. AppFlowy’s recent push includes AI features and the ability to choose an LLM provider, aiming to match modern expectations without locking users into a single vendor.

The transcript then broadens into the CRM, messaging, video calls, and developer-tool ecosystem. Salesforce is singled out as a CRM that “strategically annoys” buyers, with ERPNext recommended as an open-source CRM plus enterprise resource planning suite that can handle accounting and other operational needs. For team chat, Mattermost is presented as the Slack alternative that can be deployed with a single binary and a PostgreSQL database, emphasizing control over data rather than hostage-style retention. Zoom is treated as another pandemic-era default, with Jitsi offered as an open-source WebRTC-based option that includes features like polls, raised hands, virtual backgrounds, and mobile apps.

Project management and backend infrastructure get similar treatment. Jira’s sprint/epic/ticket workflow is labeled as developer torture, while Plane is offered as a free and open-source alternative. For backend services, the transcript name-checks open-source options such as Convex, Supabase, and PocketBase, plus “Instant,” which is positioned as a real-time client-server sync layer that handles hard synchronization problems.

Finally, the transcript argues that even hosting costs can be avoided. Instead of paying platforms like Heroku or Vercel, it suggests self-hosting via tools like Koyfi (Vercel alternative) and Daku (Heroku alternative), letting users run the previously mentioned projects on a single VPS. The closing message is pragmatic: switching away from SaaS is rarely “easy,” but it’s framed as a developer choice—trading convenience and vendor lock-in for control, privacy, and lower long-term costs.

Cornell Notes

The transcript claims subscription software has enabled fee-heavy, lock-in business models, and the best counter is adopting free and open-source alternatives—often self-hosted—to regain control of data and costs. LibreOffice is pitched as a strong Microsoft Office replacement with broad file compatibility, while AppFlowy and NocoDB aim to replace Notion and Airtable without per-seat pricing. For business and communication stacks, ERPNext (CRM/ERP), Mattermost (Slack alternative), and Jitsi (Zoom alternative) are presented as open-source options that avoid data hostage dynamics. Developer workflows get similar replacements: Plane for Jira-style project management and Instant/other backend options for real-time and infrastructure needs. The overall takeaway: autonomy is achievable, but it requires effort and setup.

Why does the transcript treat subscriptions as a problem rather than just a pricing model?

It ties subscriptions to ownership loss and escalating fee behavior—examples include reactivation fees for used hardware, pay-per-click peripherals, and hidden early termination charges. The underlying point is that users can be pressured into ongoing payments even when the underlying software could be replaced, especially in a free market where alternatives exist.

What makes LibreOffice a practical Microsoft Office substitute in the transcript?

LibreOffice is described as capable of most Word/Excel/PowerPoint-style tasks and compatible with a wide range of file formats, including docx. The key benefits highlighted are autonomy and privacy: it doesn’t require an internet connection, doesn’t automatically upload documents to a cloud service, and avoids vendor-driven AI features that come with some Microsoft offerings.

How does the transcript propose escaping per-seat SaaS costs for collaboration databases and notes?

For Airtable-like spreadsheets, it recommends self-hosting NocoDB on a VPS, storing data in a preferred SQL database while presenting it as rich spreadsheets for collaboration. For Notion-like notes, it recommends AppFlowy (Rust/Flutter) with features such as notes, kanbans, and calendars, plus AI support and the ability to choose an LLM provider.

Which open-source tools are suggested as replacements for major enterprise communication and CRM platforms?

ERPNext is recommended as an open-source CRM and enterprise resource planning tool (Python-based, with a custom framework called frappe) that can be run quickly via Docker. For chat, Mattermost is positioned as a Slack alternative built with Go and TypeScript, deployable as a single binary with PostgreSQL and including voice/video features. For video meetings, Jitsi is offered as a Zoom alternative using WebRTC with features like polls, raised hands, and virtual backgrounds.

What’s the transcript’s approach to developer tooling and backend services without vendor lock-in?

It suggests Plane as a free and open-source alternative to Jira’s sprint/epic/ticket workflow. For backend needs, it lists open-source options such as Convex, Supabase, and PocketBase, and introduces Instant as a real-time sync layer that handles client-server synchronization complexity. The theme is reducing dependence on closed-source platforms.

How does the transcript address hosting costs and deployment convenience?

It argues that paying platforms like Heroku or Vercel is optional if users self-host. It recommends tools like Koyfi (Vercel alternative) and Daku (Heroku alternative) so a single VPS can run the UI and APIs of multiple projects, avoiding recurring hosting bills.

Review Questions

  1. Which specific privacy and autonomy advantages does the transcript claim LibreOffice provides over Microsoft Office?
  2. How do NocoDB and AppFlowy differ in what they replace, and what cost model do they aim to change?
  3. What criteria does the transcript use when choosing alternatives for Slack, Zoom, and Jira (e.g., data control, deployment model, feature parity)?

Key Points

  1. 1

    Subscription software is framed as a path to ownership loss and increasingly aggressive fee structures, making alternatives more important than ever.

  2. 2

    LibreOffice is presented as a near-practical replacement for Microsoft Office with strong file-format compatibility and fewer cloud-driven privacy risks.

  3. 3

    Self-hosting NocoDB on a VPS is offered as a way to replace expensive Airtable-style per-seat pricing with SQL-backed collaboration.

  4. 4

    AppFlowy is positioned as an open-source Notion alternative that can add AI features while letting users choose their own LLM provider.

  5. 5

    ERPNext is recommended as an open-source CRM plus enterprise resource planning suite that can be deployed quickly via Docker.

  6. 6

    Mattermost, Jitsi, and Plane are offered as open-source replacements for Slack, Zoom, and Jira-style workflows with an emphasis on control and avoiding lock-in.

  7. 7

    Tools like Koyfi and Daku are suggested to make self-hosting easier, enabling multiple apps to run on a single VPS without premium hosting bills.

Highlights

LibreOffice is pitched as a Microsoft Office substitute that avoids forced internet connectivity and automatic cloud uploads, reducing privacy exposure.
Self-hosting NocoDB is described as a practical way to turn per-seat SaaS costs into a low monthly VPS expense.
Mattermost is framed as the Slack alternative that prevents data hostage dynamics by giving organizations control over their own data.
Jitsi is presented as a Zoom replacement built on WebRTC, with meeting features like polls, raised hands, and virtual backgrounds.
Instant is introduced as a real-time sync layer that handles difficult client-server synchronization work so developers don’t have to build it from scratch.

Topics