SAASPOCALYPSEverdict #CARRD-6B86
scanned 2026.05.04 · 14:39
subject of investigation

carrd.co

one-page site builder
verdictCONTESTED
wedge score
66
/100
wedge thesis

the door is switching cost and niche distribution — users are one HTML export away from leaving, and Carrd doesn't own any vertical community where it could be the default.

real walls — pick your flank·ship in 3 weeks·run for $22.00/mo
the doorcapital
wedge

where the walls are.

methodology →
the door

their capital wall is paper-thin — runs on commodity cloud + free tiers.

watch out

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

capitaldoor
1.0/10
investment the incumbent had to make
why this scorehigh confidenceCarrd is a solo-founder, ultra-lean SaaS at $19/year. There is no proprietary infrastructure, no compliance team, no...

Carrd is a solo-founder, ultra-lean SaaS at $19/year. There is no proprietary infrastructure, no compliance team, no legal/audit overhead, no inventory, no payments risk beyond basic Stripe, and no enterprise implementation cost. The entire stack is commodity cloud. A competitor can replicate the capital footprint for ~$22/month as the report itself demonstrates.

  • Estimated competing cost is $22/month using entirely commodity services (Vercel, Supabase, Cloudflare R2, Resend).
  • Current price is $19/year — implies minimal operational cost base and no capital-intensive moat.
  • No enterprise tier, no compliance team, no regulated duties mentioned anywhere in the report.
technical
3.0/10
depth of the underlying engineering
why this scorehigh confidenceThe core product is a drag-and-drop editor over a static HTML renderer — a well-understood problem space with...

The core product is a drag-and-drop editor over a static HTML renderer — a well-understood problem space with multiple open-source primitives available. The report explicitly calls template rendering 'easy' and auth 'easy'. The only genuine technical friction is the responsive layout engine edge cases and the aggregate tedium of 8–10 form integrations. Years of edge-case fixes in the layout engine represent some accumulated technical depth, but nothing an indie builder with 3–6 months can't close.

  • Template rendering to static HTML rated 'easy' — dozens of open-source references exist.
  • Drag-and-drop editor rated 'medium' with craft.js / BuilderIO SDK covering 80% of the work.
  • Responsive layout engine rated 'hard' only due to edge-case accumulation, not algorithmic novelty.
network
1.0/10
users compound users
why this scorehigh confidenceCarrd is explicitly generic by design. There is no marketplace, no UGC community, no social graph, no partner/app...

Carrd is explicitly generic by design. There is no marketplace, no UGC community, no social graph, no partner/app ecosystem, and no viral loop. Published sites are static and standalone — they do not link back into a Carrd network. The report's own wedge thesis calls out the absence of any vertical community as the attack vector.

  • Report states: 'Carrd doesn't own any vertical community where it could be the default.'
  • No marketplace, app ecosystem, or partner directory detected.
  • Published sites are static HTML — no in-product social or UGC layer.
switching
2.0/10
stickiness of customer data + workflow
why this scorehigh confidenceThe report's own wedge thesis leads with this: 'users are one HTML export away from leaving.' Site configs are JSON,...

The report's own wedge thesis leads with this: 'users are one HTML export away from leaving.' Site configs are JSON, published output is static HTML/CSS. There is no deep workflow lock-in, no approval chains, no enterprise integrations, and no meaningful data gravity. The only retention force is habit and the $19/year price being too low to motivate action — which is behavioral, not structural.

  • Report explicitly states users are 'one HTML export away from leaving.'
  • Published output is static HTML — fully portable by definition.
  • No enterprise workflow integrations, no approval chains, no CRM/ERP dependencies.
data
1.0/10
proprietary data accumulates over time
why this scorehigh confidenceThere is no proprietary data corpus, no behavioral flywheel, no fraud/risk model, and no accumulated non-exportable...

There is no proprietary data corpus, no behavioral flywheel, no fraud/risk model, and no accumulated non-exportable dataset. Site configs are user-generated JSON. The only potential data asset would be aggregate template usage patterns, but there is no evidence Carrd uses this to train models or create compounding advantage. The report confirms 'no proprietary data.'

  • Report states explicitly: 'There's no proprietary data, no network effect, no integration moat worth naming.'
  • Site configs stored in Postgres — standard relational data, no special corpus.
  • Published sites are static HTML — no behavioral telemetry flywheel.
regulatory
1.0/10
real licenses, not SOC 2 theater
why this scorehigh confidenceCarrd operates in a completely unregulated space. It is a static site builder with no financial, health, identity...

Carrd operates in a completely unregulated space. It is a static site builder with no financial, health, identity verification, or payment transmission obligations. Form integrations touch third-party services (Stripe, Mailchimp) but Carrd itself is not the regulated party. SOC 2 is not even mentioned. There is no licensing, no regulated duty, and no compliance barrier to entry.

  • No HIPAA, FINRA, KYC/AML, money transmission, or PCI obligations mentioned or implied.
  • Carrd is a static site builder — no regulated data categories handled natively.
  • Form integrations delegate to third-party regulated services; Carrd is not the regulated entity.
distribution
8.0/10
brand SERP grip, knowledge graph, news flow
take

the blunt take.

$19/year is so cheap it's almost a joke, but that's also the trap: the price ceiling is so low that competing on price alone is pointless. The real wedge is vertical specificity — Carrd is generic by design, which means every niche (link-in-bio for musicians, press kits for podcasters, micro-landing-pages for indie devs) is underserved.

The core product is a drag-and-drop form over a static HTML renderer. There's no proprietary data, no network effect, no integration moat worth naming. The only thing keeping users is habit and the $19/year price being too low to bother switching. A focused vertical clone with a tighter template set and a community beats Carrd on distribution before it ever needs to beat it on features.

cost

cost of competing.

what they charge
Pro plan
$19
/ year (per account)
free tier exists; Pro unlocks custom domains, forms, no branding
annual:$19
what running yours costs
01 · Vercel Pro (custom domain SSL + edge rewrites for published sites)$20.00
02 · Supabase free (auth + site config storage)$0.00
03 · Cloudflare R2 (static asset hosting for published sites)$1.00
04 · Resend free tier (form submission emails)$0.00
05 · Domain$1.00
06 · Sentry free tier (error tracking)$0.00
07 · OAuth (Google)$0.00
TOTAL / mo$22.00
▸ break-even:immediately — $19/year is less than your domain registration. Any paying user covers months of your run-rate.
build

what you're up against.

3 days on template renderer · 4 days on drag-and-drop editor · 3 days on publish/custom domain flow · 4 days on forms + embeds · 3 days on auth + billing
easy
medium
hard
nightmare
01
easy
Template rendering to static HTML
JSON schema → HTML/CSS. Straightforward server-side render. Dozens of open-source examples to reference.
02
easy
Auth + account management
Supabase Auth handles this in an afternoon. Email + OAuth.
03
medium
Drag-and-drop editor
craft.js or BuilderIO's open-source SDK gets you 80% there. The last 20% (resize handles, snap grids, mobile preview) is the slog.
04
medium
Custom domain publishing via SSL
Cloudflare for SaaS (custom hostnames API) handles wildcard SSL. Needs careful DNS UX to not confuse non-technical users.
05
hard
Form integrations (Mailchimp, Kit, Stripe, etc.)
Each integration is a separate OAuth or API key flow. Not hard individually — tedious in aggregate. Plan for 8–10 connectors minimum to match Carrd.
06
hard
Responsive layout engine
Making arbitrary user-placed elements look good at every breakpoint without a CSS framework is genuinely tricky. Carrd has years of edge-case fixes baked in.
stack

their position.

detected signals· measured
cdnCloudflare
recommended stack · inferred
inferNext.js 15 (editor + publish pipeline)inferSupabase (auth + Postgres for site configs)inferCloudflare R2 + Workers (static site serving + custom domains)infercraft.js (drag-and-drop editor primitives)inferResend (form submission notifications)
rivals

who else has tried this.

option A
Tiiny.host (free tier)
drag-and-drop HTML upload, free subdomain, zero build required.
option B
Typedream or Framer free tier
more polished editor, free plan, already has the vertical landing-page audience.
option C
A static HTML file on Netlify Drop
if your needs are truly one page, this is 90% of Carrd for $0 and 10 minutes.
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