Drag and Drop Framework (https://loopar.build/Doc)
- Node JS 22+
- Yarn 4+ (required)
npx loopar-install project-name --port 8080Note
Permissions: Loopar needs to create files and folders during installation.
- macOS/Linux: If you get a permissions error, re-run with
sudo. - Windows: If you get a permissions error, run PowerShell or Command Prompt as Administrator.
Your server will start automatically in the dev environment.
git clone https://github.com/alphabit-technology/loopar-framework.git project-name
cd project-nameyarn install
yarn run devImportant
Loopar uses a workspace-based monorepo structure. Yarn 4+ is required for installation — other package managers (npm, pnpm) are not supported and may cause dependency resolution errors.
If you don't have Yarn 4, enable it via Corepack (included with Node.js 16.9+):
corepack enable yarn set version stable
When the process is completed, navigate to your browser. The system will show a wizard installation where you can define your database type and connection data, then your project data. Once completed, you can start designing your projects.