System Designer

System Designer

  • Languages iconSvenska
    • English
    • Ελληνικά
    • Português (Brasil)
    • 繁體中文
    • Help Translate
  • SUPPORT
  • GITHUB

›Guides

Introduction

  • What is System Designer?
  • What is Design First?
  • Quick Start
  • Quick Start in videos

Guides

  • Installation
  • Create a System
  • Create a Schema
  • Edit a model
  • Create a Behavior
  • Create a Type
  • Create a Component
  • Run your System
  • Export a System
  • Import a System
  • Generate a diagram
  • Sync your systems with GitHub
  • Design a remote client system
  • Design a remote server system
  • Hantera tillägg
  • Extend System Designer
  • Shortcuts

Tutorials

  • List of Examples
  • Bundle your CSS
  • Bundle your JavaScript
  • Bundle your HTML
  • Test a server-side application
  • Create a NPM module
  • Create a website
  • Lyssna efter en modellhändelse
  • Listen to a data store event
  • Send messages
  • Send messages to other systems
  • Create an extension
  • Generate a model from a JSON file
  • Create a Graph system

Articles

  • Articles about the project

About

  • Who is behind System Designer?
  • Privacy Policy
  • License
Translate

Design a remote client system

Version compatibility

This feature is only available on the Windows, macOS, Linux and PWA versions of System Designer.

With System Designer you can import a system of a running system on a remote server. You can then update the system from System Designer. All modifications to the system will be then send to the running app.

Enable design mode on your running system

To enable design mode on your application, just add mode-admin extension in the HTML of your page that contains your system:

<link href="https://cdn.jsdelivr.net/npm/system-runtime/extensions/mode-admin.json" type="application/json" rel="system">

Set the url of the page

  • In System Designer, on the left toolbar, click on the 'configuration' icon. A configuration panel is then shown.
  • Set the url of the page you want to debug (example: https://designfirst.io/examples/example02.html).

Image Alt

Design your system

  • Then on the left toolbar, click on the 'design' icon (the square with a pen icon). Your application is then opened in a new page.

Image Alt

  • Now click again on the same icon. A message is then shown to inform you that a system has been found and it is ready to be imported.

Image Alt

  • Click on Import button. The system is then imported.

Image Alt

Now you can explore your system.

All modifications to the system in System Designer will impact the running system.

← Sync your systems with GitHubDesign a remote server system →
  • Enable design mode on your running system
  • Set the url of the page
  • Design your system
System Designer is distributed under Apache License 2.0 - Copyright © 2024 Erwan Carriou