Back to Discover
Craft logo

Craft

StartupLaunched September 2026

Screenshots

The Story

Craft is a document editor built for Apple platforms first, with a native application rather than a web app wrapped in a shell. Documents are composed from blocks, and the editor supports the formatting and media handling expected of a modern writing tool: tables, code blocks, callouts, and embedded content.

The product adds structure on top of the document. Blocks can be linked and referenced, documents can be nested into a hierarchy, and a daily-notes surface provides a place to capture without deciding where something belongs first. Sharing produces a web page with a readable layout rather than a raw export.

Craft is a good fit for people who write long-form documents and want a native editor with a strong visual result. It is a weaker fit for teams that need a shared wiki with granular permissions, or for anyone who wants their notes stored as plain files rather than in the application's own format.

Overview

Craft's distinguishing choice is to build a native editor rather than a web application, which shapes how it feels and what it can do.

Documents are composed from blocks. Text, headings, images, tables, code, and callouts are all blocks, and the editor handles them with the responsiveness of a native application rather than a browser-based editor. Writing long documents and moving sections around is the workflow the product is built around.

Structure extends beyond a single document. Blocks can be linked and referenced from other documents, so a paragraph can appear in two places and stay consistent. Documents nest into a hierarchy, and a daily-notes surface provides a capture point that does not require deciding on a location first.

Sharing produces a web page with a designed layout rather than an export file, which is how the product is used for publishing. The tradeoff is storage format: documents live in the application's own system rather than as plain files, and team features are less developed than a dedicated wiki product.

What you get free, and what changes when you pay

FeatureFreePlus
Content limit1500 blocksUnlimited
Storage1 GBUnlimited
Media upload limit25 MBUnlimited
Version history7 days30 days
Shared SpaceNot availableAvailable with Craft Family
AI assistant credits15 credits50 credits/month
AI assistant modelCore, FastCore, Fast, Max
API & MCP access100 requests/min 20,000 blocks/min100 requests/min 20,000 blocks/min

Read from the vendor's pricing page · checked 2026-09-21 · Prices change; confirm before you buy.

Key Features

  • Block-based editing

    Documents are composed from typed blocks, which makes restructuring and formatting a document predictable.

  • Linked references

    A block can be referenced from other documents, so shared content stays consistent instead of being duplicated.

  • Web publishing

    Sharing produces a designed web page rather than a raw export, which suits publishing a document publicly.

  • Native applications

    The editor is a native application on Apple platforms, which is what gives it the responsiveness it is known for.

Where Craft is a strong choice, and where it is not

Choose Craft when the work is long-form writing and documents, and a native editor with a strong visual result matters more than a browser-based shared workspace.

Look elsewhere if the requirement is a team wiki with granular permissions, or if notes must be stored as plain files that other tools can read directly.

Getting started

Writing starts immediately; the structure builds as documents accumulate.

  • Immediate
    Time to first document

    Open the app and write. Blocks and formatting work without setup.

  • Free
    Cost to start

    A free tier covers personal use. Paid plans add collaboration and larger storage.

  • Nothing
    Prerequisites

    The app on a supported platform. An account to sync.

Known limitations

Constraints confirmed from the product's documentation.

  • Documents are not plain files. They live in the application's own storage model, so portability depends on export.
  • Team features are less developed than a dedicated wiki product.
  • Platform coverage is narrower. The best experience assumes Apple platforms.
  • Collaboration is a paid feature. Real-time shared editing is not in the free tier.
OUR VERDICT

Pick Craft when long-form writing is the main activity

It is a native editor built around structured blocks, and the difference is felt when writing and restructuring a long document.

The differentiator is the writing experience combined with web publishing that produces a designed page rather than a raw export.

If you need a team wiki with granular permissions, or notes stored as plain files, a different tool fits better.

FAQ

What is Craft?

Craft is a document editor built from structured blocks with linked references and web publishing, designed natively for Apple platforms.

Is Craft free?

Craft lists a free tier alongside paid personal and business plans. Check the pricing page for current limits.

Does Craft store plain files?

No. Documents live in the application's own storage model rather than as plain Markdown files on disk.

Can Craft publish documents to the web?

Yes. Sharing produces a designed web page rather than a raw export.

What stack is Craft built with?

CompassPad records Craft as a Swift application on Apple platforms with a TypeScript web layer, based on public documentation and job listings.

What we checked

  • LIVE
    Site and primary link

    The marketing site resolved and the primary product link reached the application.

  • PRICING
    Pricing page

    The pricing page resolved and lists a free tier alongside paid personal and business plans.

  • DOCS
    Documentation

    Support documentation is public and covers editing, structure, and sharing.

  • FRESHNESS
    Changelog

    A dated public what's-new page is published and reachable without an account.

Discussion

No comments yet. Be the first.

Join the conversation. Sign up to comment.

Sign up free

Similar But Scrappier

Figma

FeaturedTrending

Interface design in the browser with multiplayer editing.

Design & CreativeCCompassPad editorial

Figma is a design tool that runs in the browser and lets several people edit the same file at once. Cursors are visible, changes appear live, and a comment can be attached to a specific element, which removes the file-versioning and hand-off problems that a desktop design tool creates. The product covers interface design: frames and layout, components with variants, a shared library of styles and components across files, and prototyping with transitions between screens. Design tokens and variables let a theme be changed in one place, and the developer hand-off view exposes measurements and assets. Because the file lives in the browser, the same link serves designers, engineers, and stakeholders, which is why the tool spread beyond design teams. The tradeoff is dependence on a hosted service: there is no offline-first mode comparable to a desktop application, and the organisation's design assets live in a vendor's account.

Astro

Trending

A web framework that ships zero JavaScript unless a component asks for it.

Design & CreativeCCompassPad editorial

Astro is a web framework built around content. Pages are authored as components with an HTML-first template syntax, and by default the framework ships no client-side JavaScript for them. Interactive pieces are declared individually and hydrated on their own. The island model is the core idea: a page is mostly static HTML, and any component that needs interactivity is marked as an island with a hydration directive. That island can be written in React, Vue, Svelte, Solid, or plain JavaScript, and different islands on the same page can use different frameworks. The framework also ships a content collections API that validates front-matter against a schema at build time. Astro suits marketing sites, documentation, blogs, and content-heavy storefronts where interaction is limited to a few widgets. It is a poorer fit for applications where most of the interface is stateful and interactive, because the island boundaries then multiply and the static-first advantage shrinks.

Framer

A design tool that publishes the site it designs.

Design & CreativeCCompassPad editorial

Framer is a design and publishing tool where the canvas and the live site are the same artifact. A designer lays out breakpoints visually, and publishing produces a hosted site with no separate build step or handoff to an engineer. The product covers the ground a design tool and a site builder would otherwise cover separately. Components can have variants and interactions, content can be bound to a CMS collection, and animations are configured on the canvas rather than written as code. Effects such as scroll transforms are set up through the same visual interface. The tradeoff is the boundary of the tool. A site that fits Framer's model ships quickly and looks polished; a site that needs custom server logic, unusual routing, or a data layer outside the CMS reaches the edge of what the canvas can express. Teams sometimes publish a marketing site in Framer while the product itself is built elsewhere.