
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@plone/create-volto-app
Advanced tools
create-volto-app helps you to set up Volto with a single command.
Install create-volto-app:
$ npm install -g yarn
$ npm install -g @plone/create-volto-app
Create a new Volto project with:
$ create-volto-app myvoltoproject
Replace myvoltoproject with the name/directory of your Volto project.
Change the directory to your project to get started:
$ cy myvoltoproject
yarn startStart Volto with:
$ yarn start
This runs the project in development mode. You can view your application at http://localhost:3000
The page will reload if you make edits.
Please note that you have to run a Plone backend as well.
E.g. with docker:
$ docker run -it --rm --name=plone -p 8080:8080 -e SITE=Plone -e ADDONS="kitconcept.volto" -e ZCML="kitconcept.volto.cors" -e PROFILES="kitconcept.volto:default-homepage" plone
Consult the Volto docs for further details:
https://www.npmjs.com/package/@plone/volto
yarn buildBuilds the app for production to the build folder.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
yarn start:prodRuns the compiled app in production.
You can again view your application at http://localhost:3000
yarn testRuns the test watcher (Jest) in an interactive mode. By default, runs tests related to files changed since the last commit.
yarn i18nRuns the test i18n runner which extracts all the translation strings and generates the needed files.
FAQs
Create Volto App
We found that @plone/create-volto-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.