About AfterPack
AfterPack is built by a solo founder to fix a problem he kept running into: everything a JavaScript app knows ends up in the browser in readable form, and the tools for reading it keep getting better.
1. What AfterPack Is
AfterPack is a post-build JavaScript obfuscator. It runs after your bundler, as the last step before you ship, and rewrites the code you are about to publish so that it resists reading, copying, and automated analysis. The command-line tool and the build plugins are free and open source, and they do their work entirely on your own machine. Pro runs the full pipeline in the cloud and lets you aim the heaviest protection at the code that matters, per file or per marked region, and it keeps a record of every build together with its Protection Map.
2. Who Is Behind It
AfterPack is designed and built by Nikita Savchenko, working as a solo founder. Development happens in the open on GitHub, where the CLI and the build plugins are published.
- Founder: @nikitaeverywhere
AfterPack is operated by its founder as an independent business.
3. How to Reach Us
Three channels, all read by the same person:
- support@afterpack.dev for billing, contracts, security, and anything you would rather not discuss in public.
- GitHub Discussions for questions about how AfterPack works and for proposals about what it should do next.
- GitHub Issues for bugs: a build that fails, output that does not run, or a diagnostic that does not match what you see.