Skip to content

Studio

Jx Studio is the visual builder for Jx projects. It runs on your machine — as a desktop app or in your browser against a local dev server — and edits the plain files in your project folder.

Everything Studio does is organized around a few surfaces:

  • Browse your project — pages, components, content, and media with live previews.

  • Edit mode — inline writing on the real page, with slash commands and frontmatter forms.

  • Design mode — a live canvas per breakpoint with a full style inspector.

  • Logic — 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 — commit, branch, and push; your host builds and serves the site.

Note

Studio writes plain JSON and Markdown files. Everything you build here is readable, diffable, and documented in the Framework section.