-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Muhammad Firdaus Sati edited this page Dec 20, 2025
·
4 revisions
You All-In-One (AIO) tooling for Web Development
In the Node.js Ecosystem, there's plenty of NPM packages/tooling that can be used to achieved a high-performance/scalable code. The problem that most developer face when developing the system is that the node_modules is huge in sizes.
Not only that, sometimes if one the packages that they are using has a vulnerability, it might take time for it to be fixed because the cause might be the depedencies of the packages that they are using. Therefore, Ignisia is trying to solve that by relying mostly only on bun built-in modules. This way, the only dependencies that we need are bun and probably some of the ignisia other packages.
Ignisia is designed for the following purposes:
- Reduce development depedencies (e.g. reducing npm packages, external tooling)
- Give the best development experience for the developer who use it
- A plug-n-play modules that can be used outside of web development ecosystem