DEV Community

Cover image for Why I’m Exploring a PHP-Based KiwiPress
Drew Marshall
Drew Marshall

Posted on

Why I’m Exploring a PHP-Based KiwiPress

Over the last few years, I’ve spent a lot of time thinking about operational architecture.

Not just:

  • frontend frameworks
  • APIs
  • deployment pipelines
  • infrastructure

But how entire systems evolve over time.

That line of thinking eventually led me somewhere unexpected:

Back to PHP.

More specifically:
back to WordPress.

And honestly, I didn’t expect that.

Because like many developers, I spent years chasing:

  • newer stacks
  • newer runtimes
  • newer frontend ecosystems
  • newer architectural patterns

But the deeper I got into systems thinking, the more I realized something important:

Technology trends come and go.

Operational ecosystems survive.

And few ecosystems have survived and adapted as successfully as WordPress.

That realization became one of the foundations behind why I started exploring a PHP-based KiwiPress architecture.


This Isn’t About “Replacing WordPress”

One thing I want to make very clear:

I’m not interested in making:

“the WordPress killer.”

Honestly, I think that mindset usually misses the point entirely.

WordPress already succeeded at something many platforms never achieve:
it became operational infrastructure for millions of people.

That deserves respect.

The more interesting question to me is:

“What happens if we apply modern systems thinking to an ecosystem like WordPress?”

That’s a much more exciting architectural conversation.


WordPress Solved Real Problems

One reason WordPress became so dominant is because it solved real operational problems.

It gave people:

  • publishing tools
  • extensibility
  • business flexibility
  • ownership
  • affordability
  • ecosystem access

Small businesses could suddenly operate online.

Creators could publish independently.

Organizations could manage content without engineering teams.

That operational empowerment mattered.

And I think it still matters today.


But Modern Operational Complexity Changed the Landscape

At the same time, the operational demands of modern software increased dramatically.

Today systems often require:

  • APIs
  • distributed services
  • deployment orchestration
  • observability
  • infrastructure automation
  • scaling strategies
  • containerized environments
  • hybrid rendering
  • edge delivery
  • workflow systems
  • real-time communication

Modern systems increasingly behave more like operational ecosystems than isolated applications.

And that changes architectural priorities significantly.


This Is Where KiwiPress Started Becoming Interesting to Me

The more I thought about these ideas, the more I became interested in a question like this:

“What would happen if a WordPress-inspired ecosystem was designed around operational clarity from the beginning?”

Not just:

  • themes
  • plugins
  • pages

But:

  • contracts
  • pipelines
  • deployment awareness
  • observable systems
  • infrastructure portability
  • modular runtime behavior
  • blueprint-driven architecture

That eventually became part of the conceptual foundation behind KiwiPress.


Why PHP Still Makes Sense

Ironically, one thing this exploration made me appreciate more is how practical PHP still is for many operational scenarios.

PHP remains:

  • widely deployable
  • accessible
  • inexpensive to host
  • deeply supported
  • operationally mature

For millions of businesses, those advantages matter far more than whether a stack feels trendy on social media.

Operational simplicity is incredibly valuable.

Especially for:

  • small businesses
  • creators
  • agencies
  • organizations without massive engineering departments

I think developers sometimes underestimate that.


I’m More Interested in Operational Evolution Than Rewrites

One thing I increasingly dislike in modern software culture is the obsession with rewriting everything constantly.

Especially when existing ecosystems already solved meaningful operational problems.

I think there’s often more value in:

  • evolving architecture
  • improving operational clarity
  • modernizing infrastructure assumptions
  • introducing better system boundaries
  • improving extensibility models

than simply discarding ecosystems entirely.

That’s part of why KiwiPress interests me architecturally.

Not as:

“start over from zero.”

But as:

“explore how operational systems can evolve.”


Hooks vs Pipelines Changed My Thinking

One thing that influenced me heavily was thinking about the difference between:

  • flexible injection systems
  • observable operational pipelines

The WordPress hook ecosystem is incredibly powerful.

But modern operational systems increasingly benefit from:

  • predictable execution flow
  • observable stages
  • explicit contracts
  • infrastructure-aware behavior

That doesn’t mean hooks are “wrong.”

It just means modern operational complexity increasingly rewards explicit systems.

That idea became foundational in how I think about:

  • WebEngine
  • Seltzer
  • Nectarine
  • KiwiPress

and the broader CitrusWorx ecosystem.


I Think CMS Platforms Are Becoming Operational Platforms

One thing I keep coming back to is this:

The CMS is no longer just a publishing tool.

Modern platforms increasingly need to think about:

  • deployment
  • infrastructure
  • observability
  • scaling
  • workflows
  • integrations
  • portability
  • lifecycle management

In other words:
the operational layer is becoming just as important as the content layer.

That’s a major architectural shift.

And I think it changes how systems should be designed moving forward.


Why Blueprint Thinking Matters Here

One thing I’m especially interested in is how operational blueprints could integrate into systems like KiwiPress.

Not just:

  • themes
  • templates

But operational systems like:

  • restaurants
  • creator businesses
  • memberships
  • online stores
  • service companies
  • churches
  • educational platforms

Systems where:

  • workflows
  • permissions
  • infrastructure
  • deployment
  • operational states

are already thoughtfully modeled.

That’s a much more interesting abstraction layer to me than simply generating pages.


AI Makes Operational Architecture More Important

Ironically, I think AI strengthens the importance of structured operational architecture.

Because AI can generate implementation quickly.

But generated systems still require:

  • boundaries
  • contracts
  • maintainability
  • observability
  • predictable runtime behavior

Without architectural clarity, rapid generation simply creates rapid complexity.

That’s one reason I’ve become increasingly interested in explicit operational systems.


The Future Probably Isn’t “One Stack”

I don’t think the future of web architecture belongs to:

  • one framework
  • one runtime
  • one ecosystem
  • one deployment model

I think the future becomes increasingly:

  • hybrid
  • composable
  • operationally aware
  • infrastructure-aware
  • contract-driven

That’s ultimately the direction I’m exploring with:

  • WebEngine
  • KiwiPress
  • GrapeVine
  • Nectarine
  • Citrode

Not because I think I have all the answers.

But because I think these architectural questions are worth exploring deeply.


Final Thoughts

WordPress mattered because it empowered people operationally.

And honestly, I think that lesson still matters enormously today.

The interesting question now isn’t:

“Should older ecosystems survive?”

It’s:

“How should operational systems evolve as the internet becomes more complex?”

That’s the question I keep exploring with KiwiPress.

Not as a rejection of WordPress.

But as an architectural continuation of ideas that helped shape the modern web in the first place.

Top comments (0)