Kalynx
Private infrastructure. Game servers and services, self-hosted and run from one panel.
Open the Service Managerpanel.kalynx.com
-
ReviewToolApplication
Code review with no server behind it. Review state — status, reviewers, comments — is kept in git notes and syncs through the remote you already push to, so there is no database or hosted service to run. Extensible through plugins.
Java -
kalynx-copilot
An IntelliJ IDEA plugin that points an agentic coding assistant at any OpenAI-compatible endpoint, cloud or local. It works a task through analyse, plan, implement and verify — reading files, editing them and running the build itself.
Java -
webdoc
A small application that makes viewing and editing markdown files easier. Run one Python script and the documents open in your browser.
Python -
SimplyABinarySerializer
A binary serialization library for Java that generates its codecs as bytecode when a class is registered, rather than reflecting over fields at runtime — which is where the speed comes from.
Java