unsubbed.co

Boost Note

Boost Note is a self-hosted project management replacement for Notion.

Honest look at Boost Note’s markdown workspace — what it actually is, what it costs, and the one thing its GitHub README buries that changes everything.

TL;DR

  • What it is: A markdown-based collaborative workspace for developer teams, marketed as “document-driven project management” [GitHub README].
  • Who it’s for: Small DevOps and engineering teams who want a Notion-adjacent tool built around markdown instead of blocks, with iOS and Android apps included [1][5].
  • The self-hosting trap: The GitHub repo provides frontend source code only. The README explicitly states: “you cannot host our backend server by yourself.” Boost Note is not self-hostable in any meaningful sense — it’s a SaaS with published frontend code [README].
  • Cost: Starting at $3/user/month on their managed cloud. No credible self-hosted path exists [5][1].
  • Key strength: Multi-view interface (Table, Kanban, Calendar, List) with fast full-text search across documents; cross-platform including mobile [5].
  • Key weakness: Only one user review available on major platforms at time of writing, that review rates it 3.0/5, and the Capterra reviewer explicitly says “there are way better alternatives available at much cheaper price” [5]. The project has 4,042 GitHub stars but limited public adoption signals.

What is Boost Note

Boost Note is a collaborative markdown workspace. The pitch from the GitHub README is “a document driven project management tool that maximizes remote DevOps team velocity.” The older version of the project (Boostnote, the original) was a well-known offline-first markdown note app that accumulated significant goodwill in developer communities. The current product — the app at boostnote.io, tracked in the boostio/boostnote-app repository — is a different product: a cloud-based team workspace for writing documents, managing projects, and collaborating in real time.

The disconnect between the old reputation and the current product is relevant context. If you’re searching for Boost Note because you remember the original offline markdown editor, what you’ll find today is a SaaS workspace that resembles a lighter version of Notion or Confluence, with a heavy markdown bias [1][4].

The GitHub repository has 4,042 stars. The codebase is TypeScript at 98%. Desktop apps are available for macOS, Windows, and Linux. Mobile apps exist for iOS and Android, which is better cross-platform coverage than many tools in this category [README][1].

The license field returns NOASSERTION — meaning no standard open-source license was detected. This matters: while the frontend source is on GitHub, the backend is closed and you cannot run your own server. Whatever this project is, it is not open-source in the sense that matters for self-hosters [README].


Why people choose it (or don’t)

Reviewed user data for Boost Note is thin. The btw.so listing [1] catalogs features from 2021 without user quotes. SourceForge [4] lists it but shows no actual user reviews. Capterra Canada has exactly one review, written in March 2023 [5].

That single review, from a software engineer using it for 6–12 months, scores it 3.0 out of 5, and it’s worth reading in full because it’s specific rather than promotional [5]:

The engineer liked the Smart View with multiple layout modes (Table, Kanban, Calendar, List), the search speed despite sluggish file switching, and the cross-platform sync between Ubuntu and Android. The cons were more pointed: no offline support even for basic note-taking (you must be online to use the desktop app), no file caching which makes document switching slow, no ability to resize the editor/preview split beyond the default 50/50, and a cluttered initial experience packed with example data you have to manually delete.

The closing line: “There are way better alternatives available at much cheaper price.”

That’s the honest summary of Boost Note’s current market position from the only real user review found. No Trustpilot presence, no G2 page with meaningful reviews, no Reddit threads where engineers argue passionately about it. For comparison, tools at similar star counts — Joplin, Obsidian, Outline, Affine — have communities that generate hundreds of reviews and public discussions. Boost Note’s current version does not.


Features

Based on the README, the btw.so feature listing [1], and the Capterra review [5]:

Document and writing:

  • Full markdown editor with real-time collaborative co-authoring [1]
  • Bi-directional document linking [1]
  • Version history [1]
  • Comments and mentions [1]
  • Diagram support [1]
  • Embed third-party content [1]

Organization and search:

  • Smart folder and folder structure organization [1]
  • Full-text search across all documents — reviewer calls this “really neat, fast, and accurate” [5]
  • Multiple view modes: Table, Kanban, Calendar, List [5]
  • Smart View with customizable filters per view [5]

Sharing and access:

  • Real-time document co-authoring [1]
  • Viewer permission options [1]
  • Public document sharing [1]
  • Importing and exporting [1]

Integrations:

  • The btw.so listing cites “2000+ 3rd party app integrations” [1]. This figure cannot be independently verified from the README or Capterra listing. Treat as marketing copy until confirmed.
  • REST API listed as a canonical feature in the merged profile [README].

Platform:

  • Web app at boostnote.io [README]
  • Desktop: macOS, Windows, Linux (deb and rpm packages) [README]
  • Mobile: iOS and Android [README][1]

What’s missing:

  • Offline support: the desktop app requires an internet connection even for reading notes [5]
  • File caching: no local cache means switching between documents is noticeably slow [5]
  • The editor/preview pane is locked at 50/50 with no resize option [5]

Pricing: SaaS vs self-hosted math

There is no self-hosted path. The README is explicit: frontend source only, backend not available for self-hosting [README]. This section therefore covers only the SaaS pricing.

Boost Note Cloud:

  • Starting price: $3/user/month [5][1]
  • Free trial: available [5]
  • Full tier breakdown: not publicly accessible (website scrape failed; pricing page data not available at time of writing)

Comparison baseline:

At $3/user/month, a team of 5 pays $15/month or $180/year. For comparison:

  • Notion’s Plus plan runs $10/user/month ($12 on monthly billing) — roughly 3x more for the name-brand alternative
  • Confluence Cloud starts at $5.75/user/month
  • Joplin (self-hosted or JoplinCloud) runs $2.99/month for an individual, unlimited devices, and the open-source client means zero per-seat pricing if you self-host

The $3/user price is competitive for a SaaS product. But for a site focused on escaping SaaS pricing, the hard truth is: there is no self-hosted Boost Note. You’re buying a cloud subscription with a published frontend codebase, which is a different product category than what this site primarily covers.

If cost is the primary driver, the self-hosted Joplin + Joplin Server, or the fully open-source Outline or Affine, provide comparable functionality with actual infrastructure ownership.


Deployment reality check

This section normally covers how to set up a self-hosted instance. It cannot here because there is no self-hosted option.

The GitHub README’s development section describes a local dev environment using MOCK_BACKEND=true — this is a mock mode for contributors developing features against a simulated API, not a production self-hosting path [README]. The repo provides:

NODE_ENV=development
MOCK_BACKEND=true

This is a developer sandbox, not a deployment guide. The README makes no mention of Docker images, environment variables for production backend configuration, or database setup — because the backend is not shipped.

Practical implication: If you install this from GitHub, you get a frontend shell running against a mock API. Your notes do not persist to any real backend. If you want to use Boost Note, you use boostnote.io.

If you came here looking for a self-hosted markdown workspace, see the Alternatives section below.


Pros and Cons

Pros

  • Multi-platform including mobile. Native iOS and Android apps are genuinely rare in this category — most competitors are desktop-first [README][1].
  • Multi-view document management. The Kanban, Calendar, Table, and List views over the same document set is a solid feature that reviewers call out positively [5].
  • Fast full-text search. The one detailed review explicitly praises this as “neat, fast, and accurate” [5].
  • Markdown-native. For developer teams who live in markdown, this is more comfortable than Notion’s block editor [1][5].
  • Real-time collaboration. Co-authoring in markdown without conflicts is non-trivial and the feature list includes it [1].
  • $3/user/month entry price. Cheaper than Notion or Confluence for small teams [5][1].
  • Bidirectional document linking. Relevant for teams building interconnected documentation [1].

Cons

  • Not self-hostable. The backend is closed. This is the most important fact for anyone reading this site [README].
  • License is ambiguous. NOASSERTION on the license means there’s no clear open-source license on the repository as a whole. Legal uncertainty for any commercial use.
  • No offline support. Requires an internet connection for the desktop app at all times — can’t take notes on a plane, can’t work through an outage [5].
  • Sluggish file switching. No local caching means loading documents is noticeably slow, confirmed by the only detailed user review [5].
  • Locked editor layout. 50/50 editor/preview split cannot be adjusted [5].
  • Minimal public review base. One review on Capterra, nothing on G2 or Trustpilot, thin community presence [4][5]. Hard to trust a tool for critical business documentation when there’s this little signal.
  • The only user review available scores it 3.0/5 and recommends cheaper alternatives [5].
  • Stagnant GitHub activity signals. The btw.so listing from 2021 noted “repo last updated 2 months ago” at time of writing — adoption signals are not strong [1].
  • 4,042 stars is modest. Competing tools like Joplin (25K+ stars), Outline, and Affine command significantly larger communities.

Who should use this / who shouldn’t

Consider Boost Note if:

  • You’re a small DevOps team and $3/user/month fits the budget with no desire to run infrastructure.
  • You need native mobile apps alongside the desktop experience — this is a real differentiator.
  • Your team lives in markdown and finds Notion’s block model frustrating.
  • Multi-view project management (Kanban, Calendar, Table) over documents matches how your team thinks.

Skip it if:

  • You’re here because you want to escape SaaS pricing. There’s no self-hosted version — you’d be signing up for another monthly subscription.
  • You need offline access. The requirement for an internet connection to use the desktop app is a hard constraint [5].
  • You need a product with a robust review base and proven reliability. One 3.0/5 review is not enough signal to bet a team’s documentation on.
  • You need clear open-source licensing for compliance or auditing purposes.
  • You’re a non-technical founder. Boost Note is targeted explicitly at DevOps and developer teams [README].

Skip it and look at alternatives if:

  • You want truly self-hosted markdown notes → Joplin, Obsidian with remote sync, or Silverbullet.
  • You want self-hosted team documentation → Outline (fully open-source, MIT) or Affine.
  • You want open-source project management → Plane or Linear (cloud, not OSS).
  • You want the Notion alternative with a real community → Affine Community Edition.

Alternatives worth considering

Joplin — open-source (AGPL), fully offline-first, self-hostable with Joplin Server (also open-source). No per-seat pricing. Massive community (25K+ GitHub stars, thousands of reviews). The original Boost Note’s natural successor for solo and small-team use. Lacks the project management views.

Outline — open-source (BSL), team-focused wiki and documentation. Self-hostable with Docker. Better for team knowledge bases than personal notes. Actively maintained with a real commercial tier.

Affine Community Edition — open-source, markdown-plus-canvas workspace, Notion competitor with self-hosting support. Faster community growth and more feature investment.

Notion — the obvious alternative. More expensive ($10/user/month), fully closed source, but vastly larger integration ecosystem and review base. If you’re paying $3/user for Boost Note and not getting offline support, Notion’s free tier covers basic use.

Obsidian — not collaborative out of the box, but the gold standard for markdown-native note-taking with local-first storage. Sync is a paid add-on ($10/month for the individual, not per-seat), or self-hostable via third-party sync plugins.

Confluence — the enterprise documentation standard. $5.75/user/month, closed source, and the UX is famously difficult, but it has 10 years of integrations with Jira, GitHub, and the broader Atlassian stack.


Bottom line

Boost Note occupies an awkward position. The original Boostnote was a genuinely popular offline markdown editor that a lot of developers trusted. The current product — boostnote.io — is a cloud SaaS with a published frontend and a closed backend, marketed as “document-driven project management” for DevOps teams. It is not self-hostable. The license is ambiguous. The public review base amounts to a single 3.0/5 Capterra review that closes with a recommendation to look elsewhere [5].

The $3/user/month pricing is the most compelling argument for it, and the multi-platform support including native mobile apps is a real differentiator. But if you’re on this site because you want to own your infrastructure and stop recurring SaaS bills, Boost Note doesn’t deliver that. You’d be trading a more expensive SaaS for a cheaper SaaS with a GitHub repo attached to it. For self-hosted markdown collaboration, Joplin with Joplin Server or Outline are better bets — both are genuinely open source, both have larger communities, and both let you run the backend yourself.


Sources

  1. btw.so“Boost Note Review 2021 | Features, Alternatives & Pricing”. https://www.btw.so/open-source-alternatives/boost-note
  2. SourceForge“Boost Note Reviews in 2026”. https://sourceforge.net/software/product/Boost-Note/
  3. Capterra Canada“Boost Note Pricing, Reviews & Features” (1 review, 3.0/5). https://www.capterra.ca/software/195959/boostnote

Primary sources:

Features

Integrations & APIs

  • REST API

Mobile & Desktop

  • Mobile App