Skip to content

Start here

Jx Suite is a visual site builder ( Jx Studio ), a JSON-native component format ( the Jx framework ), and a compiler that prerenders every page. It works on plain files you own and publish with git. Sites that need more than pages get a server tier too: databases, signed-in users, and server functions compile into a small worker alongside the prebuilt output.

Pick your path:

  • To build visually, install Jx Studio and follow Your first project , which goes from starter template to published site.

  • To understand the format, the Framework section documents the JSON documents Studio writes for you: components, state, reactivity, styling, and how a site compiles.

  • To extend it, the Extending section covers writing extensions, embedding Studio, and the backend protocol.