SAASPOCALYPSEverdict #LINEAR-55F9
scanned 2026.05.04 · 18:05
subject of investigation

linear.app

issue tracker for software teams
verdictCONTESTED
wedge score
60
/100
wedge thesis

the door is switching cost: their data is issues with statuses and cycles, exportable as JSON — there's no integration moat deep enough to trap a small team.

real walls — pick your flank·ship in 6 weeks·run for $47.00/mo
the doorregulatory
wedge

where the walls are.

methodology →
the door

no regulatory wall — SOC 2 doesn't count.

watch out

their distribution is fortress-grade — they own their brand SERP end-to-end.

capital
2.0/10
investment the incumbent had to make
why this scorehigh confidenceLinear is pure software — no proprietary infra, no inventory, no payments risk, no compliance team, no enterprise...

Linear is pure software — no proprietary infra, no inventory, no payments risk, no compliance team, no enterprise implementation overhead at the SMB/startup tier they dominate. Hosting is commodity (Vercel/Cloudflare-class). The estimated competing infra cost is $47/mo, confirming near-zero capital barrier. No evidence of meaningful non-software spend that an indie builder couldn't replicate.

  • Estimated competing infra cost is $47/mo (Vercel Pro + Supabase Pro + R2 + Resend + domain) — trivially affordable for a solo builder.
  • No proprietary data centers, hardware, or physical infrastructure mentioned or implied.
  • No compliance team, legal/audit cost, or enterprise implementation services cited.
technical
5.0/10
depth of the underlying engineering
why this scorehigh confidenceThe core data model is acknowledged as straightforward CRUD. The real engineering depth lives in two places:...

The core data model is acknowledged as straightforward CRUD. The real engineering depth lives in two places: real-time collaborative sync (optimistic updates + conflict resolution) and the 60fps micro-interaction layer. Both are rated 'hard' to 'nightmare' in the challenge breakdown, but neither is truly novel — Supabase Realtime/ElectricSQL and Framer Motion are off-the-shelf primitives. The difficulty is execution polish, not algorithmic depth or security-sensitive systems. A focused team can replicate it; it just takes weeks, not days.

  • Real-time collaborative sync rated 'hard' — optimistic updates and conflict resolution are non-trivial but solvable with Supabase Realtime or ElectricSQL.
  • 60fps micro-interactions and motion curves rated 'nightmare' — weeks of polish work, but no proprietary algorithm or IP involved.
  • Core schema (issues, cycles, projects, members) described as 'half a day' — no deep technical barrier at the data layer.
network
2.0/10
users compound users
why this scorehigh confidenceLinear is a single-sided SaaS tool for internal software teams. There is no marketplace, no UGC corpus, no social...

Linear is a single-sided SaaS tool for internal software teams. There is no marketplace, no UGC corpus, no social graph, no partner/app ecosystem of meaningful depth, and no viral loop beyond word-of-mouth. Teams don't benefit from other teams being on Linear. The product has no multi-sided liquidity to defend.

  • Issue tracker for software teams — purely internal tooling, no cross-team or cross-company network value.
  • No marketplace, app ecosystem, or partner integrations cited as a moat.
  • No UGC, social graph, or community content that compounds with scale.
switching
3.0/10
stickiness of customer data + workflow
why this scorehigh confidenceIssue data is exportable as JSON — the report explicitly calls this out as negating the switching cost thesis....

Issue data is exportable as JSON — the report explicitly calls this out as negating the switching cost thesis. Workflow lock-in exists at the habit/process layer (keyboard shortcuts, cycles, triage flows) but not at the data layer. Small teams can migrate in an afternoon; larger teams face more friction from re-training and re-configuring workflows, but no deep integration chains or approval processes are cited.

  • Wedge thesis explicitly states: 'their data is issues with statuses and cycles, exportable as JSON — there's no integration moat deep enough to trap a small team.'
  • No deep ERP, billing, or CRM integrations mentioned that would create migration pain.
  • GitHub Projects is a free, zero-migration-cost alternative for teams already on GitHub.
data
2.0/10
proprietary data accumulates over time
why this scorehigh confidenceLinear holds no proprietary corpus, no behavioral data flywheel with cross-customer value, and no training data asset...

Linear holds no proprietary corpus, no behavioral data flywheel with cross-customer value, and no training data asset that compounds defensibility. Each team's issue data is siloed and exportable. There is no evidence of aggregate anonymized data being used to train models, improve predictions, or create cross-customer intelligence. The data is purely operational and customer-owned.

  • Issue data is explicitly exportable as JSON — no non-exportable dataset.
  • No AI/ML features, recommendation engines, or data-driven intelligence cited in the product.
  • Each team's data is isolated; no cross-customer behavioral flywheel described.
regulatorydoor
1.0/10
real licenses, not SOC 2 theater
why this scorehigh confidenceLinear is a project management tool with no regulated duties. No HIPAA, FINRA, KYC/AML, money transmission,...

Linear is a project management tool with no regulated duties. No HIPAA, FINRA, KYC/AML, money transmission, clinical/EHR data, or PCI obligations are present. SOC 2 compliance is likely (enterprise SaaS norm) but per the rubric, SOC 2 alone is explicitly low. There is no licensing barrier an entrant must clear before competing.

  • Issue tracker for software teams — no regulated data types (health, financial, payment) in scope.
  • No mention of HIPAA, FINRA, KYC/AML, money transmission, or clinical data obligations.
  • Pricing is public self-serve at $8/seat/mo — no regulated procurement or government contracting signals.
distribution
8.0/10
brand SERP grip, knowledge graph, news flow
take

the blunt take.

Linear's moat is entirely aesthetic. The underlying data model is a CRUD app with a command palette bolted on. What you're actually paying $8/seat/mo for is the 60fps animations and the feeling that your team is moving fast.

Plane already exists as an open-source clone. GitHub Projects is free and ships with your repo. The only thing Linear has that neither of those has is the vibe — and vibe is copyable, just slowly. A focused niche contender (solo devs, agencies, AI-native workflows) could carve real share before Linear notices.

cost

cost of competing.

what they charge
Standard plan
$8
/ user/mo
× team size; free tier exists for small teams
annual:$96
what running yours costs
01 · Vercel Pro (edge functions, analytics)$20.00
02 · Supabase Pro (realtime + >500MB storage likely)$25.00
03 · Cloudflare R2 (attachments)$1.00
04 · Resend (notifications, free tier)$0.00
05 · Domain$1.00
TOTAL / mo$47.00
▸ break-even:6 seats — $48 vs $47. 10+ seats and you're laughing.
build

what you're up against.

1 week core CRUD · 1 week command palette + keyboard nav · 2 weeks real-time sync + optimistic UI · 2 weeks polish until it doesn't feel like Jira
easy
medium
hard
nightmare
01
easy
Issues, statuses, assignees, labels
Pure CRUD. Postgres schema is straightforward — issues, cycles, projects, members. Half a day.
02
medium
Command palette (Cmd-K)
Use cmdk. Wiring 40+ commands to it is tedious but not hard. One focused day.
03
medium
Keyboard navigation everywhere
Roving tabindex across every list, modal, and panel. This is the slog that separates Linear from Jira.
04
hard
Real-time collaborative sync
Supabase Realtime or ElectricSQL. Optimistic updates + conflict resolution is where the build time hides.
05
hard
Cycle / roadmap / project hierarchy
The relational model gets gnarly fast. Nested views, drag-and-drop ordering, and cross-project references all compound.
06
nightmare
The exact motion curves and 60fps feel
This is the whole product. Framer Motion helps but the micro-interactions are what users are actually paying for. Budget weeks, not hours.
stack

their position.

detected signals· measured
frameworkNext.jscdnCloudflare
recommended stack · inferred
inferNext.js 15 + React Server ComponentsinferSupabase (Postgres + Realtime)infercmdk + dnd-kit + Framer MotioninferCloudflare R2 (file attachments)
rivals

who else has tried this.

option A
Plane (self-host)
Open-source Linear clone. Docker compose up. Genuinely feature-complete and actively maintained.
option B
GitHub Projects
Free with your repo. Has keyboard shortcuts, custom fields, and roadmap views. Covers 80% of Linear for $0.
option C
Height.app
Cheaper alternative with a similar aesthetic. Skip the build entirely if you just want the vibe at lower cost.
compare

similar scans.

same shape - different moat
ready to wedge in?
Get the wedge plan. Cancel some plans.
▸ generated with love, by a heartless robotverdict v2.5 · saaspocalypse.dev