Skip to content

Standalone App

Run Workflow Builder as a standalone frontend app. It communicates with your backend via API endpoints you control.

  1. Clone the repository:

    Terminal window
    git clone https://github.com/synergycodes/workflowbuilder.git
    cd workflowbuilder
  2. Install dependencies:

    Terminal window
    pnpm i
  3. Start the development server:

    Terminal window
    pnpm dev
  4. Open http://localhost:4200 in your browser.

Workflow Builder - canvas, node palette, and properties panel

The standalone app includes the full editor experience out of the box:

  • Canvas - infinite whiteboard for placing and connecting nodes
  • Node palette - drag and drop nodes from the left sidebar onto the canvas
  • Properties panel - configure the selected node using the right panel
  • Toolbar - zoom controls, undo/redo, save button
Terminal window
pnpm build

Output is placed in dist/apps/frontend/. Serve it with any static file server or CDN.