Skip to content

Base, Visual Builder

Base is the visual drag-and-drop editor for building habits. It runs in the browser and lets you design, test, and export workflows without writing YAML by hand.

What it is

CapabilityDescription
Visual editorConnect bits with a node graph UI
YAML exportExport any workflow to version-controlled .habit or stack.yaml and multiple habits .yaml files
Template libraryBrowse and import community habits
Module managerInstall and manage bits available in your workspace
Binary exportPack a habit into a standalone executable or app
MirrorSend/receive habits to other devices via P2P (Mirror)

Base UI

How to run Base

bash
npx habits base

Base starts at http://localhost:3000/habits/base/ by default.

WARNING

Base exposes module installation and code execution endpoints. Do not expose it publicly on a production server.

Key workflows

Relation to other tools

ToolRelation
Cortex ServerBase exports YAML; Cortex runs it
AdminAdmin can host a Base instance as a managed service
MirrorBase toolbar includes a Mirror button to send habits P2P

Released under the AGPL-3.0 License.