Run an online store that sells software license keys or game codes with instant automatic delivery.
Manage product inventory, bulk-import codes, and track orders through an admin dashboard.
Accept payments through WeChat Pay, Alipay, or USDT cryptocurrency for digital goods.
Deploy a self-hosted card key shop using Docker Compose with prebuilt container images.
| rivenlau/orion-key | punkpeye/mcp-proxy | sarthakrawat-1/sketchbook-ui | |
|---|---|---|---|
| Stars | 267 | 267 | 265 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | — | 2026-06-27 | — |
| Maintenance | — | Active | — |
| Setup difficulty | moderate | easy | easy |
| Complexity | 4/5 | 3/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires setting up PostgreSQL, JWT secrets, and payment channel credentials before going to production.
Orion Key is an automated digital goods delivery platform, specifically built for selling card keys and license codes online. The core problem it solves is that selling digital products like software activation keys, game codes, or virtual items normally requires manual staff to send the codes after payment. Orion Key automates that entire process: a customer places an order, completes payment, and the system immediately delivers the key to them without any human involvement. The platform has both a customer facing storefront and an admin dashboard. The admin side lets you manage product categories, upload or bulk import codes, control inventory, view order history, and manage users. The storefront supports light and dark theme switching plus customizable color themes. The customer side supports a shopping cart, order tracking by order number, and payment through multiple channels including WeChat Pay, Alipay, and USDT cryptocurrency. Security features include rate limiting on login attempts, IP throttling, and token based authentication so sessions stay stateless. The project provides a live demo site and can be deployed through Docker Compose using prebuilt container images, or run directly by installing Java, Maven, Node.js, pnpm, and PostgreSQL yourself. You would use this if you want to run a self hosted online store that sells digital codes or keys, and you want delivery to be fully automatic the moment payment is confirmed. The frontend is built with TypeScript and React using the Next.js framework, the backend runs on Java with Spring Boot, and the database is PostgreSQL. The project is released under the MIT license.
Orion Key is a self-hostable storefront that automatically delivers digital keys or license codes to customers the instant their payment is confirmed.
Mainly TypeScript. The stack also includes TypeScript, React, Next.js.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice, under the MIT license.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.