A friendly and powerful open source CMS with an API that is a joy to use at any scale.

ProcessWire is a free content management system (CMS) and framework (CMF) built to save you time and work the way you do. With all custom fields, a secure foundation, proven scalability and performance, ProcessWire connects all of your content seamlessly, making your job fast, easy and fun. More

 Download  Learn More

Open source CMS screenshots

Web developers love ProcessWire

Building websites with a CMS has never been more simple and fun

// Render your site’s primary navigation
echo $pages->get('/')->children->each('<li><a href={url}>{title}</a>');
// Find buildings: built before 1950, 10+ floors, sort by height
$pages->find('template=building, year<1950, floors>=10, sort=height');
// Output field “headline” when present or “title” if not
echo '<h1>' . $page->get('headline|title') . '</h1>';
// Get “email” field from /contact/ page and use it in link
<a href='mailto:<?= $pages->get('/contact/')->email ?>'>Email</a>
// Output first “images” field item on page at 90px width
<img src='<?= $page->images->first->width(90)->url ?>'>
// Set “headline” field value on page and save to database
$page->setAndSave('headline', 'Hello world');

Every bit of content in your site is never more than 1-line of code away. It doesn’t matter how large or small your site is, with ProcessWire all your content is connected, making it fast and easy to find, and incredibly simple to access, output and manipulate.

All fields in ProcessWire are custom fields that you easily define and edit in the admin. You can create as many of them as you want, and of any type. You can even bundle them in repeatable groups called Repeater fields. ProcessWire is built to adapt to your content needs.

Every field has a type and there are dozens of different types. It’s all here—text, rich text, numbers, files, images, multi-language, dates, page references, custom repeatable groups, and on and on… plus you can easily add more, since they are plugins/modules!

I just love the easy and intuitive ProcessWire API. ProcessWire rocks!” —Jens Martsch, Web developer

Clients love ProcessWire

“The end client and designer love the ease at which they can update the website. Training beyond how to log in wasn’t even necessary since ProcessWire’s default interface is straightforward.” —Jonathan Lahijani

You’ll love ProcessWire too

Read how ProcessWire connects it all ProcessWire connects it all

“We were really happy to build our new portfolio website on ProcessWire! We wanted something that gave us plenty of control on the back-end, without any bloat on the front end - just a nice, easy to access API for all our content that left us free to design and build however we liked.” —Castus, web design agency in Sheffield, UK

ProcessWire Showcase

  • Hotel Altstadt Zurich

    Hotel Altstadt Zurich

    hotel-altstadt.ch/en

    pan-x, Patrick Pandolfo

    The Hotel Altstadt is located in Zurich’s historical town centre, within walking distance to the most popular attractions. Set in surroundings rich in atmosphere and local history, the hotel’s tastefully designed interior offers guests a unique…

  • University of Washington Commuter Commons

    University of Washington Commuter Commons

    depts.washington.edu/hub141

    Jennifer Stock

    The Commuter Commons provides a dedicated space, and a variety of services for commuting students. We also arrange events throughout the year to build a strong community among students who live off-campus.

  • Leonkoro Quartet

    Leonkoro Quartet

    leonkoroquartet.com

    Timo Hausmann

    Mobile-first musician portfolio with event calendar. ProcessWire acts as a headless CMS, providing data through a simple custom JSON API. Frontend is a SPA built with Svelte.

  • Trivium Art History

    Trivium Art History

    arthistoryproject.com

    RAWWAR

    Trivium Art History is platform for telling the violent, sexy stories of the inspiration, motivation, and politics behind human creativity.

  • 3k-Oeko

    3k-Oeko

    3k-oeko.ch

    Trix Stäger, Visuelle Gestaltung, Zürich. Beda Künzle, Bourgouillon

    Jointless fine composite mortar from natural raw materials with individually hand textured surface covering floors, walls and stairs. Responsive design with special attention to typography. Nice galleries (s. 'Referenzen') and high quality images.

  • Albertina Vienna

    Albertina Vienna

    albertina.at

    Peach Vienna & dada.ninja

    Experience art exhibitions and Habsburg State Rooms on 365 days at the Albertina Museum in Vienna’s city center. Explore works from Monet to Picasso as well as old masters and contemporary painting.

  • View more

    “Yesterday I sent the client a short documentation for their ProcessWire-powered website. Today all features already used with no questions. #cmsdoneright—Marc Hinse, Web designer/developer

    ProcessWire Blog

    ProcessWire 3.0.244 new main/master version

    1

    ProcessWire 3.0.244 is our newest main/master/stable version. It's been more than a year in the making and is packed with tons of new features, issue fixes, optimizations and more. This post covers all the details. More 

    Custom Fields Module

    This week we look at a new ProFields module named Custom Fields. This module provides a way to rapidly build out ProcessWire fields that contain any number of subfields/properties within them. More 

    Page List Custom Children module

    This simple module gives you the ability to customize the parent/child relationship as it appears in the admin page list, enabling child pages to appear under more than one parent. More 

    “Indeed, if ProcessWire can be considered as a CMS in its own right, it also offers all the advantages of a CMF (Content Management Framework). Unlike other solutions, the programmer is not forced to follow the proposed model and can integrate his/her ways of doing things.” —Guy Verville, Spiria Digital Inc.

    ProcessWire News & Community

    Latest news

    • ProcessWire Weekly #562
      In the 562nd issue of ProcessWire Weekly we're going to cover the latest core updates, introduce a very interesting triplet of newly released third party modules by Bernhard Baumrock, and more. Read on!
      Weekly.pw / 15 February 2025
    • ProcessWire 3.0.244 new main/master version
      ProcessWire 3.0.244 is our newest main/master/stable version. It's been more than a year in the making and is packed with tons of new features, issue fixes, optimizations and more. This post covers all the details.
      Blog / 18 January 2025
    • Subscribe to weekly ProcessWire news

    “…building with ProcessWire was a breeze, I really love all the flexibility the system provides. I can’t imagine using any other CMS in the future.” —Thomas Aull