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

  • Free
  • Open Source

Platforms

  • Mac
  • Online  [https://system-designer.github.io/designer/](https://system-designer.github.io/designer/)
  • Android
  • iPhone
  • Android Tablet
  • iPad
-
No reviews
2likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

System Designer News & Activities

Highlights All activities

Recent activities

No activities found.

System Designer information

  • Developed by

    FR flagErwan Carriou
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Alternatives

    13 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  1,045 Stars
  •  152 Forks
  •  28 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?
Post comment/review

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.

Official Links