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

“ProcessWire is like a breath of fresh air. So powerful yet simple to build with and customise, and web editors love it too.” —Margaret Chatwin, Web developer

ProcessWire Showcase

  • Axis Animation

    Axis Animation

    axisanimation.com

    New Now Ltd

    Founded in 2000, Axis is an award-winning, international studio of directors, designers, artists, animators, writers and producers that creates content for the biggest names in video games, film, television, commercials and online entertainment.

  • 25 Jahre Deichtorhallen

    25 Jahre Deichtorhallen

    www.deichtorhallen25.de

    Nico Knoll

    Showcase of exhibitions that took place in the "Deichtorhallen" in Hamburg, Germany within the last 25 years.

  • Muesli Café

    Muesli Café

    muesli-cafe.com

    ED Design

    Site for a muesli café in Porto, Portugal

  • Backcountry Snowcats

    Backcountry Snowcats

    snowcats.ca

    VentureWeb

    Backcountry Snowcats offers remote backcountry powder skiing and boarding in British Columbia Canada. The site was moved from a static site generator to ProcessWire.

  • First Year Programs at the University of Washington

    First Year Programs at the University of Washington

    fyp.washington.edu

    Jennifer Stock

    First Year Programs empowers entering UW students to become engaged and confident learners by facilitating supportive communities and creating educational experiences.

  • Sono Motors

    Sono Motors

    sonomotors.com

    Jakob Härter

    What started out as the vision of a sustainable mobility concept which was not dependent on fossil fuels became the innovative and owner-managed company Sono Motors in 2016. Today, an experienced specialist team is developing a forward-looking…

  • View more

    “We chose ProcessWire because of its excellent architecture, modular extensibility and the internal API. The CMS offers the necessary flexibility and performance for such a complex website like superbude.de. ProcessWire offers options that are only available for larger systems, such as Drupal, and allows a much slimmer development process.” —xport communication GmbH

    ProcessWire Blog

    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 

    ProFields Table Field with Actions support

    2

    This week we have some updates for the ProFields table field (FieldtypeTable). These updates are primarily focused on adding new tools for the editor to facilitate input and management of content in a table field. More 

    “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 News & Community

    Latest news

    • ProcessWire Weekly #545
      In the 545th issue of ProcessWire Weekly we're going to check out a couple of brand-new third party modules, as well as highlight a new site of the week. Read on!
      Weekly.pw / 19 October 2024
    • 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.
      Blog / 30 August 2024
    • 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