System Frontier Documentation

Do I need to know HTML or JavaScript to create web-based tools for Bash?

With System Frontier, you can easily create web front ends for your Bash scripts and visually design forms to capture user input, without using any HTML or JavaScript. Shell scripts with a .sh file extension are automatically executed over SSH on the remote host.

Most common form controls are built-in, but you can still use vanilla JavaScript if needed. Popular front-end frameworks like React, Vue.js and Angular can also be used as well.

Was this helpful?