
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@getwebstack/wsc
Advanced tools
Getwebstack offers a quick way to build a full-stack application and deploy it locally and in the cloud, with the help of prebuilt, cloud native, micro-apps. We promote breaking the monolith architecture into composable and reusable modules from the beginning, starting from well-defined business areas.
You can find detailed use of Getwebstack CLI on the documentation page.
For any issue you can contact us on Discord.
Getwebstack offers a cli, webstack-cli, through which you can build and manage your app.
webstack-cli is build using NodeJs. Please install node and npm. You can install from here.
Install the cli.
npm install -g webstack-cli
In order to have access to the features of the CLI, you must first log in.
webstack-cli login
Now you can create your first project.
webstack-cli project init --name cool-project
We will use a prebuilt frontend component based on Angular from our library of micro-frontends.
You will need to mention what is the route where the component will be accessible from, as well as associating a local domain. In this example we will route all the traffic to the landing page.
webstack-cli component add --name landing --template angular
? Route path: /(.*)
? Local host: local-project.com
You can check all the available components here.
This will start a local cluster and deploy the project.
webstack-cli cluster start
The components have live reloading enabled. If you change something in the code of the component, the changes will automatically apply.
While the project is initialised you can check the status
of deployment for the landing component.
webstack-cli component status landing
In addition to the status, you can also check the logs in the component to get more details.
webstack-cli component logs landing
Once the setup of the component is complete you can test it in your browser.
FAQs
Getwebstack helps you setup your fullstack web app in minutes.
We found that @getwebstack/wsc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.