Skip to content
View Skiba111's full-sized avatar

Block or report Skiba111

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Skiba111/README.md

Tim Skiba — Full Stack Engineer & Solo Founder

Building production systems end-to-end: smart contracts, backend, infra, payments, desktop clients.

TypeScript · Tolk · Python · NestJS · FastAPI · PostgreSQL · Docker · Electron


🔩 What I'm building

ORBIT — Recurring Subscription Billing on TON Blockchain

Open-source protocol that solves TON's core constraint: wallets can't be debited without owner signature. ORBIT uses a deposit model — subscriber funds a personal smart contract once, then charges happen automatically every billing period.

  • 4 smart contracts in Tolk: Registry · Factory · Subscription · FeeCollector
  • Supports native TON and any TEP-74 Jetton (USDT, USDC, etc.)
  • 83 tests across security, integration, registry, and fee-collector suites
  • 23 documented security properties — replay protection, double-charge guard, timelock withdrawals
  • TypeScript SDK: Blueprint wrappers, deploy scripts, charge relayer with WAL + exponential backoff + webhook delivery
  • Full docs: whitepaper, integration guide, threat model, keeper network spec, bytecode hash registry

Tolk · TypeScript · Blueprint · TON SDK · Jest · License: BUSL-1.1 → MIT 2029

SHIELD VPN — VPN-as-a-Service

Complete VPN service built solo: Telegram bot onboarding, recurring billing, native desktop clients, 4 VPS nodes. 2,500+ users.

  • Telegram bot (aiogram 3.x + FSM) + FastAPI webhook layer + Redis-backed workers
  • YooKassa recurring payments: tokenized cards, auto-charge 3 days before expiry, signed webhooks
  • Native clients for Windows / macOS / Linux on Electron + Vite + React + Zustand + TypeScript
  • sing-box VPN core embedded; auto-update via electron-updater
  • AES-256 (Fernet) encryption of credentials at rest; per-user data isolation

Python 3.11 · FastAPI · aiogram 3 · SQLAlchemy 2 · PostgreSQL · Redis · Docker · Electron · TypeScript

SKIBA Hub — Multi-Provider Payments Hub

Unified merchant API over 9+ payment providers (Stripe, Adyen, PayPal, Checkout.com, Mollie, Rapyd, PayU, Razorpay, NowPayments). Strategy/Adapter pattern, per-merchant idempotency, FX-normalized commissions, signed webhooks.

NestJS · TypeScript · Prisma · PostgreSQL · Next.js


🔧 Open Source Contributions

PR Description Status
superplanehq/superplane #4653 feat(ec2): add EC2 instance lifecycle management actions Open
superplanehq/superplane #4652 fix: preserve native types for pure expressions in JSON body fields Open

📦 Public Repositories

  • orbit-ton — Recurring subscription billing protocol on TON blockchain (Tolk · TypeScript · 83 tests)
  • shield-vpn-backend — VPN-as-a-service backend — Python, FastAPI, aiogram 3.x, 2,500+ users
  • shield-vpn-desktop — Native desktop clients — Electron + TypeScript + sing-box core
  • skiba-hub — Multi-provider payments hub — NestJS, TypeScript, 9+ PSPs
  • shield-releases — SHIELD VPN release distribution (macOS · Windows · Linux)
  • homebrew-shield — Homebrew tap for macOS installation

Production code is private. Architecture docs and code samples in each repo.

Pinned Loading

  1. homebrew-shield homebrew-shield Public

    Homebrew tap for SHIELD VPN

    Ruby

  2. shield-releases shield-releases Public

    HTML

  3. shield-vpn-backend shield-vpn-backend Public

    VPN-as-a-service backend — Python, FastAPI, aiogram 3.x, 2500+ users. Architecture overview.

  4. shield-vpn-desktop shield-vpn-desktop Public

    Native macOS/Android VPN clients with automatic geo-based split tunneling. Electron + TypeScript.

  5. skiba-hub skiba-hub Public

    Multi-provider payments hub — NestJS, TypeScript, 9+ PSPs (Stripe, Adyen, PayPal, Checkout.com...). Architecture overview.

  6. orbit-ton orbit-ton Public

    Recurring subscription billing protocol on TON blockchain. 4 smart contracts (Tolk), TypeScript SDK, 83 tests, 23 security properties.

    TypeScript