Show HN: Open-source, machine-bound licensing with a single POST request
github.comI made a tiny licensing server for desktop apps and plugins. Each purchase gets a key, activating it is one POST request with a machine hash. It returns whether the key is valid and how many machines are left. There is also an open-source SDK if you would like bindings.
API (Beta): https://archergate.io/beta Most licensing systems are way too heavy for small desktop tools, so this is actually quite refreshing.