RUEN
Start a project

Work

Work that is already running

Most of it is our own products — we build them and keep them running in production for years.
RussiaOnline.wiki home page

01Studio product

RussiaOnline.wiki

A knowledge service for a game: reference, map, admin panel and microservices. Live in production, growing through search.

views a day
3,000–7,000
articles
788
map markers
170
Zhivchik home page

02Studio product · 2023–2025

Zhivchik

A service accelerator: user accounts, billing, admin panel, server fleet management and Telegram tooling.

users
1,181
connections
427
Quizar first screen

03Studio product

Quizar

A live quiz platform: the host opens a room, questions go on the shared screen, players answer from their phones with a code.

players per room
500
question types
7
Baya & Grand Kennel home page

04Client project

Baya & Grand Kennel

A kennel website with two locales, an inline editor on the live site and requests delivered to Telegram.

DanceHub dance studio website first screen

05Client project

DanceHub

A dance studio website with a booking bot: sign up in one tap straight from the timetable, with no form filling.

Play&Buy home page

06Studio product

Play&Buy

A digital goods store: catalogue, orders, fulfilment, Telegram.

LogiTMS dashboard with the demo dataset

07Studio product

LogiTMS

A transport management system: orders, trip building, vehicle and driver assignment, a live map and a separate driver screen.

Lumen Flow concept home page, evening light

08Studio concept

Lumen Flow

A studio concept: a site for an interior design studio whose main tool is light.

Other work

No covers here: bots, integrations and internal tools — little to look at, plenty to read.

09Order dispatch with debt accountingOrders for hired workers: dispatch, statuses, disputes and payout maths. One file, the standard library and a single external dependency.Engineering casePython · SQLite (WAL) · Telegram Bot API · http.server1external dependency10Listing prices in dollarsA small personal tool: the extension prints a dollar figure next to every rouble price using the central bank rate, and a bot watches for new listings matching saved searches.Engineering caseManifest V3 · JavaScript · Node.js · SQLite11A real order in the book, or a fake oneMarket microstructure research: read-only scripts tell genuine order-book density from density posted for show — statistically, not by eye.Engineering casePython · WebSocket · standard library0orders placed12A fleet of disposable virtual environmentsA control panel for virtual machines: two interfaces over one core, a pre-flight check and a mode that runs without a hypervisor on a developer machine.Engineering casePython · FastAPI · Tkinter · Hyper-V2interfaces, one core13Order handling on trading platformsA seller-side integration core: incoming orders and messages, automatic delivery, keeping listings current, holding the session. Operated from a chat bot.Engineering casePython · SQLite · GraphQL · BeautifulSoup23plugins in the core14A seller on a platform with no APIThe bot runs a seller storefront: answers buyers, delivers goods, watches neighbouring prices. The platform has no machine interface, so everything goes through the same channel a visitor uses.Engineering casePython · Telegram Bot API · Docker15Product card data by article numberA service that returns a marketplace product price, stock and attributes from a single article number — with access keys, plans and daily quotas.Engineering casePython · FastAPI · SQLite16Watching in-game storefrontsA dashboard tracking the in-game shops of a dozen titles: what appeared, what was pulled and at what price. Changes go out to Telegram subscribers.Engineering casePython · FastAPI · Telegram Bot API13titles watched17A fleet of isolated agentsA panel driving dozens of accounts on a trading platform. Each lives on its own server, with its own address and its own stable set of browser traits — so the platform sees independent users.Engineering casePython · FastAPI · SQLite18Game client automationA panel, a server and a client module: performs in-game actions without a human and hides from the client the signs that it already knows this machine.Engineering caseC++ · CMake