BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News JSUI, a UI Toolkit for Managing JavaScript Apps

JSUI, a UI Toolkit for Managing JavaScript Apps

This item in japanese

Bookmarks

JSUI introduces a visual tool for creating and managing JavaScript applications. The project provides utilities and features for both front-end and back-end applications, and most of its features are independent of underlying JavaScript frameworks.

It is common in the JavaScript ecosystem to have numerous applications, without a quick mechanism to view and represent many projects and their dependencies, and JSUI creator Kristijan Ristovski (Kitze) strives to improve this experience.

While very early in its release cycle, JSUI contains a wide range of features to streamline the interaction between JSUI, the command line, source code repository, package information, and remote source code host.

JSUI interacts with application generators for several JavaScript frameworks including React, Vue.js, Angular, Gatsby, and React Native for creating new applications. JSUI provides options for the configuration of generated applications.

For back-end applications or applications with a built-in web server, JSUI provides a quick switch to kill a port. JSUI also offers project file introspection, as well as support for running a number of scripts on a project. JSUI also includes a mechanism for viewing and managing project and development dependencies.

All of JSUI's features are possible to achieve from the command line or other mechanisms. Currently, there is no one feature that JSUI offers that on its own is a must-have, but having a dashboard to quickly view and interact with many JavaScript applications is useful. The current value of JSUI is the combination of features, unified through a friendly UI, that helps make the management of projects simpler, especially for those new to JavaScript, npm, yarn, and frameworks.

JSUI is available under the MIT open source license. Contributions can be made via the JSUI GitHub project. Additional information is available via the @JSUI_app Twitter account.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Missing Link

    by Mark Serrano,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Interesting article but it would be great if there's a link to JSUI's project page. I can always Google but I thought it's good practice to put it in the article.

  • Re: Missing Link

    by Daniel Bryant,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Thanks for the comment Mark, and I agree that it is good practice to include links. It may be that the author forgot, or that we had an issue with our editing platform (I'll look into this further next week).

    I've added in appropriate links -- there doesn't appear to be a homepage for the project yet, but the GitHub repo and Twitter account looked useful.

    Thanks again!

    Daniel
    InfoQ News Manager

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT