Get it, report it, improve it
StitchAPI is Apache-2.0 and developed in the open. Bug reports and questions are as useful as pull requests — a reproduction you can hand over is worth more than a patch nobody can verify.
Get StitchAPI
Zero runtime dependencies, one package. The install page has the current command for every package manager.
Report a bug
Include the smallest definition that shows the problem, the version, and the runtime — a good share of bugs are runtime-specific, so “works in Node, fails in Workers” is the useful part.
Contribute code
Pull requests target main. The contributing guide covers the dev loop, the tests-with-changes policy, and the bundle-size budget — all enforced by CI, so the gate tells you before a reviewer has to.
Found a vulnerability?
Don't open a public issue — that discloses it to everyone before a fix exists. Report it privately and you'll get an acknowledgement within 48 hours.
Not sure it's a bug? Reproduce it in the playground and paste the link into the issue — it runs the real library in your browser.
Everything happens in the open at rejifald/StitchAPI