Docs
v1.4.1
GitHubSite
Pro / Licence & activation

Licence & activation

FieldCraft Pro licensing, activation, and what's included.

What's included

FieldCraft Pro is a single commercial package (@squaredr/fieldcraft-pro) with three major components:

ComponentDescription
FormBuilderDrag-and-drop form designer with schema editor, live preview, and template gallery.
ThemeEditorVisual theme customizer with presets, palette generator, CSS/JSON export, and comparison view.
ResponseViewerResponse browser with table/card/detail/timeline views, search, filter, export, and statistics.

All three components auto-inherit your host page's CSS custom properties. No theme configuration required for basic usage.

Licence

FieldCraft Pro is a one-time purchase at $199 (per production domain). One licence key covers one production domain, with unlimited development and localhost use. Twelve months of updates included.

Installation

pnpm add @squaredr/fieldcraft-pro

Activation

Set your licence key as an environment variable:

FIELDCRAFT_PRO_KEY=your-licence-key-here

Pro components check the licence key at runtime. Without a valid key, Pro components render in demo mode with a watermark.

Self-hosted

FieldCraft Pro is fully self-hosted. Your data never leaves your infrastructure:

  • All components run entirely in the browser
  • Schemas are stored wherever you choose (database, file system, CMS)
  • No telemetry or phone-home calls
  • No dependency on SquaredR servers

Open source + Pro

The open-source packages (core, react, adapters, templates) are MIT-licensed and free forever. Pro is a commercial add-on — you don't need it to use FieldCraft.

Open sourcePro
Form renderingIncludedIncluded
41 field typesIncludedIncluded
Validation, conditions, computed fieldsIncludedIncluded
Theming, hooks, adaptersIncludedIncluded
Visual form builderIncluded
Theme editorIncluded
Response viewerIncluded

Next steps

On this page