Studio
Jx Studio is the visual builder for Jx projects. It runs on your machine, either as a desktop app or in your browser against a local dev server, and it edits the plain files in your project folder.
Studio is organized around a few surfaces:
The Library shows your pages, components, content, and media, each with a live preview.
Edit mode is inline writing on the real page, with slash commands and frontmatter forms.
Design mode gives you a live canvas per breakpoint and a full style inspector.
Logic is state, formulas, events, and data, without leaving the visual editor.
Databases connect SQLite, D1, or Supabase. Define tables, decide who can read and write them, and browse the rows in a grid.
Publish commits, branches, and pushes; your host builds and serves the site.
Studio writes plain JSON and Markdown files. Everything you build here is readable, diffable, and documented in the Framework section.