Can I code Craft?

Structured, document-style notes with nested blocks are the same well-bounded editor pattern as Bear's — genuinely one of the more approachable builds on the register.

VIBE SCORE 97/100

how this is worked out

Why CanICodeThis says Build it

  • A block-based editor (headings, lists, nested content) is a mature, well-documented UI pattern
  • Organizing notes into a document tree with folders is straightforward CRUD
  • For single-device use with no real-time sync, this is a genuine evening build

Read before building

  • Their specific visual polish and typography took real design iteration to get feeling that good
  • Cross-device sync, if you want it later, reintroduces the harder conflict-resolution problem every notes app on this register faces
  • Embedded rich content (linked databases, formulas) edges toward Notion's territory, not a simple notes app

Bill of materials

The parts this build actually needs, each rated on its own — the average is the Vibe Score above.

Landing page99
CRUD database95

The build spec

Build me a structured notes app: a block-based editor (headings, nested lists, toggles) organizing notes into folders, with a document outline sidebar. Single device, local-first storage, no sync. Clean typography and keyboard-first navigation.

What it actually costs to build

Two real costs, not just "free": the AI agent's own usage, and hosting once it's running. Both are estimated from this app's own effort rating and component list — see the assumptions on the method page.

AI agent — with a subscription (Claude Pro/Max, Cursor, etc.)$0 marginal
AI agent — pay-per-use API, no subscription$16–$27 one-time
Hosting, once it's running$0/mo (free tier)
Domain name, if you want your own~$12/yr

Craft costs $5/mo. Even paying per-token with no subscription, and accounting for hosting, this build pays for itself in about 6 months.

Standard Parts/Free Alternatives

Don't feel like building it? These are already made, open-source, and free.

categorynotes
time to codean evening
Build it
their price$5/mo · $60/yr
last checked2026-08 · source ↗

Questions

Can I code Craft?

Build it. Structured, document-style notes with nested blocks are the same well-bounded editor pattern as Bear's — genuinely one of the more approachable builds on the register.

How much does Craft cost?

Craft costs $5/mo (about $60/yr) as of 2026-08. That's what a working rebuild would save you.

What do I lose by building it myself?

Their specific visual polish and typography took real design iteration to get feeling that good Cross-device sync, if you want it later, reintroduces the harder conflict-resolution problem every notes app on this register faces Embedded rich content (linked databases, formulas) edges toward Notion's territory, not a simple notes app

Is there a free alternative to Craft I don't have to build?

Yes — Joplin are open-source options worth trying before you build your own. Details are in the standard parts section on this page.