Volto, a new experience for
editing the web

Start editing your content the intuitive way.

pastanaga-editor-preview

Features

Fast

Built on ReactJS, Volto is ready to use and speedy out of the box by design.

Simplicity with batteries included

Assemble your content in an intuitive way. The Plone backend provides Volto with a full feature set of an Enterprise Content Management System.

Securely organized content

A granular security system allows you to manage the visibility and access to your content.

Why use Volto

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.

Volto Demo

Jump into Volto and try out our Demo!
Try it here

Image showing the Volto Demo

Volto in action

TBD...

Roadmap

Timeline...

July 2020
May 2020
May 2020
April 2020
End of 2019
End of 2019
Volto 7.0 released
Volto 6.0 released
Beethoven Sprint
Volto 5.0 released
Volto 4.0 released
Introducing the Listing-Block!

Get started

The prerequisites for a local installation are

Node.js, Python and for a first taste install also Docker.

Get the Plone backend

Clone the 'create-volto-app' GitHub repository

Shell

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

Get Volto

Shell

create-volto-app myvoltoapp; cd myvoltoapp; yarn start

Your Volto is ready under:

Shell

http://localhost:3000

For editing, login with admin:admin

More options and detailed instructions how to install,
check out the Volto Docs

Why developers love Volto

Build faster

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.

No reinvention of the wheel

Concentrate on features and design. The rich ecosystem of React components is at hand.

Do more with less

Volto supports Semantic UI with declarative APIs providing robust features and prop validation.

Clone the 'create-volto-app' GitHub repository

Shell

git clone [email protected]:plone/create-volto-app.git

cd into the create-volto-app folder

Shell

cd create-volto-app

Get the boilerplate

Shell

create-volto-app <app-name>

Run the project in development mode.

Shell

yarn start

You can view your application at http://localhost:3000. The page supports hot reload.

Learn more

Training:

Volto, Volto-Hands-On and Mastering Plone 6 (Plone backend and Volto frontend)

Documentation

docs.voltocms.com

Get help

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

Get Involved

Join our Community and become a part of Volto!

heart-svg

React, Python & Plone Developers: Help us to further develop Volto

Visit us on github