System Designer icon
System Designer icon

System Designer

Integrated development environment that can help you define models for your applications in a streamlined manner and test the results.

System Designer screenshot 1

Cost / License

Platforms

  • Mac
  • Online  [https://system-designer.github.io/designer/](https://system-designer.github.io/designer/)
  • Android
  • iPhone
  • Android Tablet
  • iPad

Features

No features, maybe you want to suggest one?

System Designer News & Activities

Highlights All activities

Recent activities

No activities found.

System Designer information

AlternativeTo Category

Development

GitHub repository

  •  1,079 Stars
  •  160 Forks
  •  30 Open Issues
  •   Updated  
View on GitHub
System Designer was added to AlternativeTo by kscalvert on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is System Designer?

System Designer uses UML, a standard, to define your model. So you probably already know how to create a model in System Designer even if you have never run it.

The definition of the model is stored on a JSON format called MSON. With MSON you can define types, classes, one to one / one to many relationships and multi inheritance between classes.

Once you have created your model, System Designer generates the skeletons of all your methods. You only have then to add your code to implement them.

System Designer provides you helpers to manage your components. You can easily navigate threw components to create your application.

There is no need to code to instantiate a component. Create a component in System Designer is like creating a document in a NoSQL Database.

In fact, System Designer acts as an ODM (Object-Document Mapper) to manage your components as NoSQL Documents.

You can run your application directly from System Designer and then export it to HTML, JSON or a Node.js module (* macOS and Chrome Web App version only).

Because you have defined a model for your application, a Dynamic Type Check is done on every action of your application. All warnings are send and shown in System Designer.