Clients want interactive, personalised, AI-visible sites — at brochure-site prices.
Fixed budgets, faster turnarounds, and more revisions than the estimate allowed for.
Every site you ship is a site you patch. The portfolio gets heavier every quarter.
| Visual builder | Maintenance load | Performance | Lock-in | |
|---|---|---|---|---|
| WordPress | Yes | Heavy | Patchy | High |
| Headless + Next.js | None | Heavy | Strong | Medium |
| Astro / SSGs | None | Light | Strong | Open |
| Webflow | Yes | Light | Strong | Total |
| Jx | Yes | Light | Strong | Open |
Jx is the synthesis — not a new era, the resolution of the old ones.
Optimized, expert-only, impossible to maintain at scale.
Solved consistency. Created the security & performance tax.
Solved performance. Doubled the codebase. Elite-only.
Solved hosting. Lost the visual builder.
All of the above. None of the tradeoffs.
HTML / SEMANTIC
CSS / PRESENTATIONAL
JAVASCRIPT / INTERACTIVE
Visual builders fail at the web platform because they can't model that plumbing without inventing lock-in.
The DOM already integrates structure, style, and behavior.
Serialize it, and you have a single source of truth for the whole site.
Encapsulated structure + style + behavior, with slots for composition.
Site-wide theming and locality without class-name choreography.
One standards-based syntax for dynamic content, everywhere.
Reactivity is becoming part of the language itself.
Static compilation, code-splitting, image pipelines — solved.
A 17-year-old proven collaboration model. No database required.
JSON for structure, Markdown for content. No database, no proprietary IR, no migration path to worry about.
DOM-native property names. Reactive bindings inline. Functions as data. The whole component is one self-contained, version-controllable file.
→ AND YOU'LL NEVER HAVE TO WRITE IT BY HAND.
{
"$id": "Counter",
"tagName": "my-counter",
"state": {
"count": 0,
"increment": {
"$prototype": "Function",
"body": "state.count++"
}
},
"children": [
{ "tagName": "span", "textContent": "${state.count}" },
{ "tagName": "button", "textContent": "+",
"onclick": { "$ref": "#/state/increment" } }
]
}---
title: Spring Collection
pubDate: 2026-03-01
---
## A season of colour
Plain prose your writers can edit in
any editor, on any device.
::product-grid{collection="spring"}A visual IDE for the people who build websites for a living.
Not for clients. For agencies.
This is the tool your designers and developers live in.
Atlas brings the bank to your terms — clear pricing, zero fees, no minimums.
Project explorer, content collections, media browser. The CMS layer — without the CMS.
Click any text, type. Slash commands for blocks. Frontmatter forms on the side. Feels like Notion.
Real breakpoints, live preview, nested CSS, design tokens, hover states — all editable visually.
When a client says "just one little interactive thing," you stop saying no.
No origin server. No database. No PHP runtime. Static HTML on a CDN, hosted for pennies, online forever.
.json / .md files
version control
in < 30 seconds
Your hero block from one client becomes the starting point for the next. Your pricing table becomes a tested pattern. The library you build is yours — version-controlled, portable, deployable anywhere.
→ NO PLUGIN MARKETPLACE. NO COMPATIBILITY MATRIX. NO LICENSING SURPRISES.
No CVEs to chase. No plugin compatibility breaks. No "site is down" calls from clients.
Clients self-serve content edits. You stop fielding "can you change this comma" requests.
Static sites cost pennies. Charge what the market bears. Pocket the spread.
Every one of these is buildable in Studio without leaving the visual canvas.
Search is fragmenting into ChatGPT, Perplexity, Claude, and Google AI Overviews. Markdown-first content is what every one of them ingests best.
<div> soup.Same scope, same client expectations, two different worlds.
One real client site, fixed scope, white-glove support. You ship something real before you commit.
Workshops for designers, developers, and content leads. Hands-on, project-based, not slideware.
A private library of agency-branded blocks tailored to your typical client work. Yours forever.
— Let's build the next one —