
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
@dotcms/create-app
Advanced tools
> đźš§ **Beta Notice:** > This CLI is currently in **beta**. Features and APIs may change as we continue improving the tool.
đźš§ Beta Notice: This CLI is currently in beta. Features and APIs may change as we continue improving the tool.
With a single command, you can bootstrap a fully functional frontend (Next.js,Vue,Angular, etc.) connected to dotCMS APIs — including the following:
create-dotcms-app?create-dotcms-app is a command-line tool that helps developers quickly spin up headless frontends powered by dotCMS.
It automates the tedious work of:
This tool lets you focus on building, not configuring.
dotCMS is a hybrid headless CMS with powerful APIs — but initializing a frontend manually takes time.
This CLI solves that by offering:
Run using npx (recommended):
npx @dotcms/create-app <project-name>
Or install cli globally
npm install -g @dotcms/create-app
npx @dotcms/create-app <project-name>
This will:
You will get the following env variables generated by cli just copy and replace them in the frontend of the env and enjoy dotCMS in headless mode.
Host (site) : http://localhost:8082
Site ID : 59bb8831-6706-4589-9ca0-ff74016e02b2
API Token : YOUR_API_TOKEN
create-dotcms-app <project-name> [options]
| Option | Description |
|---|---|
-f, --framework <name> | Skip prompts and directly choose a framework. Must be one of: nextjs, angular, angular-ssr, astro, etc. |
-d, --directory | Project Directory |
--local | Use local dotCMS instance using docker: |
-u, --username | dotCMS instance username (skip in case of local) |
-p, --password | dotCMS instance password (skip in case of local) |
--url | dotCMS instance url (skip in case of local) |
-V, --version | Show CLI version |
FAQs
> đźš§ **Beta Notice:** > This CLI is currently in **beta**. Features and APIs may change as we continue improving the tool.
The npm package @dotcms/create-app receives a total of 10 weekly downloads. As such, @dotcms/create-app popularity was classified as not popular.
We found that @dotcms/create-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.