SAASPOCALYPSEverdict #CARRD-D16E
scanned 2026.04.27 · 14:43
subject of investigation
carrd.co
▸ one-page website builder
verdict: MONTH
buildability score
48
/100
tier · month
the blunt take
“$19/year for a drag-and-drop page builder is the best deal on the internet — which means you'll spend 6 weeks building a worse one for free.”
The CRUD is easy. The visual editor — with live responsive previews, drag handles, and template scaffolding that doesn't look like 2009 — is where your weekends go to die. The editor IS the product.
cost breakdown.
their price ←→ your price
what they charge●
Pro plan
$19
/ user/yr
※ one of the cheapest SaaS prices in the known universe
annual:$19
what it costs you✦
01 · Vercel Pro (custom domain routing at scale)$20.00
02 · Supabase Pro (site data + user auth)$25.00
03 · Let's Encrypt via Caddy/Nginx (SSL for custom domains)$0.00
04 · Resend (email notifications)$0.00
05 · Domain$12.00
06 · Cloudflare (DNS + proxying for custom domains)$0.00
TOTAL / mo57
▸ break-even:53 Pro subscribers at $19/yr covers ~$1k/yr infra — you'll need volume, not margin
or, you know, use one of these.
if building feels spicy
option A
Softr (free tier)
no-code page builder, free tier exists, skip the build entirely.
option B
Webflow (self-serve)
more powerful, already exists, just pay the $14/mo and move on with your life.
option C
A static Next.js template on Vercel
if you only need one landing page, this is a 2-hour job, not a 6-week product.
what'll actually be hard.
est. total: 6 weeks
▸ 1 weekend on templates + schema · 2 weekends on the canvas editor · 1 weekend on responsive preview · 1 weekend on custom domains + SSL · 1 weekend crying about the canvas editor again
easy
medium
hard
nightmare
01
easy
Template system + site data model
JSON blob per site, a handful of section types. Postgres handles it fine.
02
easy
User auth + free tier limits (3 sites)
Supabase Auth + a row count check. Boring in the best way.
03
medium
Responsive preview pane
iFrame-in-editor with viewport switching. Finicky but not unsolvable.
04
medium
Third-party embed + widget support
Sandboxed iframes + a safelist. Security surface is real but manageable.
05
hard
Visual drag-and-drop canvas editor
This is 60% of the build. dnd-kit gets you started; pixel-perfect feel takes weeks of tuning.
06
nightmare
Custom domain SSL provisioning at scale
Wildcard certs don't cut it. Per-domain Let's Encrypt via cert-manager or Caddy on-demand TLS. Ops hell the moment you have 100+ users.
recommended stack
Next.js 15 + TipTap (rich text)Supabase (auth + Postgres site storage)dnd-kit (canvas drag-and-drop)Caddy (on-demand TLS for custom domains)Cloudflare Workers (site serving at the edge)
ready to build?
We'll email you the build guide. Cancel some plans.
▸ generated with love, by a heartless robotverdict v2.1 · saaspocalypse.dev