
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@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.
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
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.