Getting started

Run Dculus Forms locally in two commands.

Dculus Forms is a self-hostable, real-time collaborative, AI-native form builder. This page gets you running locally.

Prerequisites

Run it

git clone https://github.com/dculussoftwares/dculus-forms
cd dculus-forms
docker compose up

This starts Postgres and the full stack. Postgres and the app run comfortably on 1 vCPU and 2 GB RAM.

For local development without Docker, use pnpm dev to boot the full stack directly.

Next steps

See Self-hosting for production deployment options.