Open source is more than a licensing model for us: it is a principle of quality and trust. We rely on proven open-source software in our daily work because it is transparent, verifiable, and maintainable in the long term.
Whenever possible, we give something back — through bug reports, improvements, pull requests, and our own tools that can help others too. This matches our standards for solid engineering, collaboration, and sustainable solutions.
Our GitHub profile: https://github.com/cryMG
Our open source projects
cryTemplate
cryTemplate is a lightweight template engine with zero runtime dependencies for JavaScript and TypeScript. Interpolations are HTML-escaped by default and templates cannot execute arbitrary JavaScript – just string magic with interpolation, control flow, iteration, filters, and HTML escaping. 🪄
Project page: https://crymg.github.io/cryTemplate/
GitHub: https://github.com/cryMG/cryTemplate
VSCode Extension: cryTemplate Language Support
Website Link Checker
A fast CLI tool to check links on websites. It recursively scans internal pages of a website and verifies external links.