An executive overview 2026
Your website is software you are paying to run.
It does not have to be.
JXSUITE.COM Prepared for your leadership team
02 The Premise
Where the money goes

A site like yours is an application you operate.

Not a document you publish. That distinction is what the invoices are for.

  • Hosting. A server and a database answer every request, so the bill tracks traffic rather than value.
  • Plugins. Each one is a third party with write access to your site, renewed annually, updated on their schedule.
  • Maintenance. Updates that cannot be deferred, because deferring them is the security risk.
  • Monitoring. You pay someone to watch for the breach the first three make possible.
03 The Platform
In one slide

Your site is a folder of plain files.

An editor edits them. A build finishes them. A network serves them.

01

Edit

In a visual editor on your own machine, or in any text editor.

02

Commit

The change is a readable diff in your own git repository.

03

Live

Your host builds on push and serves finished pages from a CDN.

Every page is finished before anyone asks for it.

04 Security
The surface you do not have

There is no server to attack.

No runtime

Nothing executes on request

A default build is files. No database, no application server, no per-request rendering.

No admin

Nothing to log in to

Editing happens on your machine against your files. There is no hosted dashboard for bots to find.

No eval

Nothing to inject into

Compiled pages contain no eval and no dynamic code construction. A test in the compiler enforces it on every build.

Locked down

Hardened by default

Four security headers ship with every build, and a self-only content policy is one line away because the runtime is served from your own domain.

Add accounts or a database later and that is a second surface — one that fails closed: every write is denied until you say otherwise.

05 Performance
Nothing to run

Pages are finished before anyone asks for them.

0 kB
JavaScript on a static page. The default outcome, not an optimisation you opt into.
14.8 kB
Gzipped ceiling when a page is genuinely interactive, and only on those pages.

Images are converted to modern formats at build time, sized for the device asking, and fingerprinted so they can be cached indefinitely. Nobody has to remember to do it.

06 Your Team
Who edits the site

Your team edits the site. Not a ticket queue.

  • A visual editor. It runs on your own machine — macOS, Windows or Linux — and edits your project directly.
  • Every change is reviewable. A revision is a readable diff of plain text. No binary blobs, no database dumps.
  • Git is the audit trail. Who changed what, when, and one command to put it back.
  • Thirteen starters. A new site begins from a working one rather than an empty canvas.
Worth knowing

The editor publishes code; it does not deploy. Your host builds the site on every push and serves the result.

That separation is why there is no dashboard to breach — and why the site keeps serving perfectly well while nobody is editing it.

07 Cost
What it costs to own

The licence is zero.

WordPress stack
Managed hosting
$80/mo
Premium plugins
$200/yr
Maintenance & updates
$4,000/yr
Security monitoring
$300/yr
Annual total
~$5,460
Jx
Static hosting
$0/mo
Plugins
$0
Maintenance & updates
$0
Security monitoring
N/A, static pages
Annual total
$0

A typical 40-page brochure site for a small business. Illustrative estimates, so your costs will vary. The licence figure is not an estimate: Jx is MIT, with no subscription and no seats.

08 The Field
Not a strawman

Every option trades something.

Who can edit Maintenance Security surface Lock-in
WordPress Anyone Heavy Server, database, plugins High
Headless CMS + framework Developers Heavy Server and API Medium
SaaS site builder Anyone Light The vendor's Total
Static site generator Developers Light Files only Open
Jx Anyone Light Files only Open

A static site generator scores as well as Jx on every column but one — and that one is who is allowed to change the site.

09 Ownership
If we disappear

If we disappear, you still have your website.

01 / Licence

MIT, forever

Use it, fork it, sell work built with it. No subscription and no seats.

02 / Source

Files you already hold

JSON and Markdown in your own git repository. Human-readable, and version-controlled by construction.

03 / Output

Plain web pages

HTML, CSS and a little JavaScript. Any web server in the world will serve them.

04 / Exit

Nothing to export

There is no export step, because the project already is the files. Changing host changes one setting.

10 Next
— What we propose —

Start with one site.

Step 01

Pilot

We rebuild one site, or one section, on Jx. You judge the real thing against your real content.

Step 02

Migrate

The rest follows at whatever pace suits the calendar. Nothing about this is big-bang.

Step 03

Hand over

Your team is trained on the editor, and the component library we build is yours to keep.

jxsuite.com  /  [email protected]  /  book a walkthrough
of