Built on ReactJS, Volto is ready to use and speedy out of the box by design.
Assemble your content in an intuitive way. The Plone backend provides Volto with a full feature set of an Enterprise Content Management System.
A granular security system allows you to manage the visibility and access to your content.
The world is colorful and multilingual. With Volto it’s convenient to manage translations.
Your content is searchable. Volto indexes out of the box the complete content including files like PDFs.
Community driven software is healthy and future-proof. Volto is a child of a strong Open Source Community: 800 contributors are refining Plone and Volto.
The prerequisites for a local installation are
Node.js, Python and for a first taste install also Docker.
Get the Plone backend
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
create-volto-app myvoltoapp; cd myvoltoapp; yarn start
http://localhost:3000
For editing, login with admin:admin
More options and detailed instructions how to install,
check out the Volto Docs
Volto is designed to start creating content out of the box. You need a different view on your content? We use component shadowing to override an existing view with a custom version, without having to modify Volto’s source. Just copy and modify the markup.
Concentrate on features and design. The rich ecosystem of React components is at hand.
Volto supports Semantic UI with declarative APIs providing robust features and prop validation.
git clone [email protected]:plone/create-volto-app.git
cd create-volto-app
create-volto-app <app-name>
yarn start
You can view your application at http://localhost:3000. The page supports hot reload.
Volto, Volto-Hands-On and Mastering Plone 6 (Plone backend and Volto frontend)
Find the smart Plone people discussing Volto topics on https://community.plone.org/c/volto/
Just a question? We chat on https://gitter.im/plone/volto
React, Python & Plone Developers: Help us to further develop Volto
Visit us on github