Open Source
Every core tool we build is published. Read the code, audit the logic, fork and adapt it. Security through openness — not through obscurity.
GitHub Projects
Pharmaceutical logistics management system. NMVS compliance, cold-chain monitoring, FEFO dispatch, full audit trail. FastAPI + PostgreSQL + React.
Restaurant self-order and kitchen management platform. ESC/POS printing, NAV invoice API, WebSocket kitchen display. FastAPI + AsyncPG.
Gutenberg-native WordPress page builder. Zero shortcode lock-in, clean semantic HTML output. A modern WPBakery replacement built for developers.
WordPress media folder manager — a secure, performant, full-featured alternative to FileBird. Drag-and-drop folder organization for the media library.
Convert PDF presentations and documents to video with narration. Automates slide-to-video workflows for training materials and explainer content.
Open-source concert and event ticketing system. Barcode generation, seat management, online sale flow, and venue reporting.
Case Study
A financial services company had been running a critical internal mail routing application for over 10 years. The system, originally written in Perl in the early 2010s, had accumulated layer upon layer of patches, workarounds, and undocumented behaviors. It handled routing and delivery of internal financial notifications — account alerts, transaction confirmations, and compliance reports — touching hundreds of employees every day.
Then a penetration test changed everything.
The security audit uncovered 23 confirmed critical vulnerabilities in the Perl application:
eval() used on user-controlled input in three locationsThe client's compliance team gave a hard deadline: the system must be replaced within 7 days, or the external auditor would mandate it be taken offline — halting critical business operations.
UNYGMS assembled the assessment within hours. The Perl codebase was approximately 8,200 lines of mixed business logic, configuration, and templating. The rewrite target was Go — chosen for its:
The Go application passed a follow-up third-party security audit with zero critical findings. The client's compliance certificate was renewed on schedule. The new system now handles 3x the mail volume of the original at one-tenth the memory footprint, deployed as a single 12MB binary.
The engagement became a template for UNYGMS's emergency modernization service offering — for any organization holding legacy critical infrastructure that has become a liability.
Philosophy
We contribute back to the ecosystem we depend on. Every UNYGMS product that is structurally general-purpose is published under a permissive license. Tools we build for specific client use cases are licensed appropriately, with client-controlled source ownership wherever possible.