Catalogue/links
WhereGitHub · Packagist · npm
Billed during packagingNo
A module instead of a copy-paste
Every studio has a private folder of "things we always rewrite". Auth flows, settings panels, contact forms, importers, scheduling helpers, the same five rate limiters. We treat that folder as a bug. When we notice we are writing the same component for a third time, we stop, lift it out into its own package on GitHub / Packagist / npm, and use it from there forever after. The customer who paid for the third instance gets the feature they actually wanted; we get a reusable building block; everyone after them gets it for the price of
composer require.You do not pay for our infrastructure
When we are extracting a module out of your project, the clock is off. That is the deal. You paid for "we need a working scheduler for our staff", you did not pay for "Blax now has a polished Laravel-Schedule package". The packaging work is our investment in our own toolbox; billing you for it would be billing twice for one piece of value. The same goes for tooling: the test harnesses, the Docker images, the CI templates we use across projects come out of our pocket, not yours.
And we keep maintaining them
A module is only useful if it keeps working. When the next Laravel or Nuxt or PHP version drops and breaks something, we fix the module, not your snapshot of it. That fix flows to every project that depends on it, including yours, at no extra charge. Security advisories get the same treatment: a CVE in a shared dependency means one patch and one release, not seven panicked client calls. This is how we can quote tight numbers on real work; the foundation under that work is paid off.
Where to find them
Our catalogue lives at /links and on the Blax Software GitHub organisation. Laravel packages, Nuxt modules, browser-side components, WordPress plugins, microcontroller firmware libraries. Whatever shape the reuse takes, that is where it lands. If something we have built would obviously belong in your stack and we have not packaged it yet, ask. It is usually a week-of-Tuesday away.
Every recurring piece of code we write becomes a module. The customer pays for the feature, not for the foundation under it.
More perspectives
Curious how this plays out in practice?
These essays are the why. The how shows up in the projects we ship. Drop us a note and we can talk about your specific case.