Back to browse
GitHub Repository

The CMS where a plugin can't take over your site: OS-sandboxed plugins, per-capability grants. SSR, no PHP.

2 starsTypeScript

WordJS – Open-source CMS where plugins run in OS sandboxes

by jaimedmartinezh·Aug 1, 2026·1 point·0 comments

AI Analysis

●●●BangerBig BrainZero to One

OS-level process isolation for CMS plugins prevents the single-point failure of WordPress.

Strengths
  • Enforces plugin isolation via OS processes rather than relying on trust or language sandboxes.
  • Per-capability grants mean plugins start with zero access until explicitly allowed.
  • No PHP or MySQL dependencies simplify the deployment stack significantly.
Weaknesses
  • Process-per-plugin overhead may impact performance on low-resource hosting environments.
  • Ecosystem lacks the massive plugin library available to established WordPress competitors.
Category
Target Audience

Developers building multi-plugin websites or agencies

Similar To

WordPress · Strapi · Ghost

Similar Projects