Skip to content
View sssaturX's full-sized avatar
💭
💸
💭
💸

Block or report sssaturX

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.

Content in all repositories owned by your account will be closed.
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
sssaturX/README.md

SANTORI

Santori


SANTORI — ARISE



Website   X   GitHub



Backend engineer building real-time systems, trading infra, and AI-augmented products.


About

package main

type Developer struct {
    Name   string
    Focus  []string
    Stack  []string
    Status string
}

func (d *Developer) Arise() {
    for d.Status != "Shipped" {
        d.Think()
        d.Build()
        d.Test()
        d.Iterate()
    }
}

func main() {
    santori := Developer{
        Name: "Santori",
        Focus: []string{
            "Backend",
            "Distributed Systems",
            "Real-Time Data",
            "AI-Augmented Engineering",
        },
        Stack: []string{
            "Go", "TypeScript", "Python", "Redis", "NATS",
        },
        Status: "Building...",
    }

    santori.Arise()
}

I design and ship backend systems — from architecture to production.


Tech Arsenal

The stack I use to ship production systems — not just prototypes.

Languages

Go TypeScript Python JavaScript C++

Backend & Data

Node.js PostgreSQL Redis NATS SQLite

Infrastructure & Tools

Docker Linux Nginx Git GitHub


AI-Augmented Engineering

AI is not a shortcut.
It is a force multiplier inside a real engineering loop.


I design the system. AI accelerates research, implementation, and iteration.
I still own architecture, correctness, and what ships.


Where AI helps most Where I stay in control
Exploratory research & docs System design & boundaries
Architecture drafts & tradeoffs Performance-critical paths
Boilerplate & scaffolding Security & secret handling
Refactors & test generation Production behavior
Debugging hypotheses Final code review
Faster iteration cycles What actually gets merged

AI Stack

OpenAI Claude Cursor GitHub Copilot

workflow:
  mode: human-in-the-loop
  philosophy: "AI writes drafts — engineer writes systems"
  non_negotiables:
    - architecture_ownership
    - security_review
    - production_quality
    - no_blind_copy_paste

Current Focus

name: Santori

currently_building:
  - AI-augmented developer workflows
  - Backend & event-driven systems
  - Distributed real-time architectures
  - Trading & market-data infrastructure

interested_in:
  - SaaS
  - Artificial Intelligence
  - Crypto & Trading
  - Automation
  - Low-latency systems

status: "Always building."

Featured Projects

Farm Terminal

Multi-exchange trading infrastructure built around real-time market data, event-driven services, and execution systems.

Go · TypeScript · Redis · NATS · WebSockets · Microservices

Farm Terminal



HFT — Lead-Lag Futures Bot

Cross-exchange Binance → MEXC lead-lag system with WebSocket order books, signal filters, paper trading, local dashboard, and optional live execution.

Python · WebSockets · AsyncIO · SQLite · Trading

HFT Bot



More experiments are always in progress...


Connect

Building something interesting? Feel free to reach out.

Website X


THINK · BUILD · TEST · SHIP · REPEAT


Built by Santori — AI-augmented, engineer-led.

Pinned Loading

  1. farm farm Public

    Multi-exchange trading terminal that lets users trade across 6 exchanges from a single interface. Includes real-time position tracking, spread detection, volume spike monitoring, PnL analytics, and…

    TypeScript 2

  2. hft hft Public

    Open-source cross-exchange lead-lag futures bot. Streams Binance and MEXC order books, detects mid-price divergence, filters noise with dead zone / hysteresis / cooldown, runs paper trades, and exp…

    Python 3

  3. BonusBuy-OBSwidget BonusBuy-OBSwidget Public

    OBS overlay for streamers running bonus-buy sessions — live buy-in, multipliers, and break-even on stream.

    JavaScript 1

  4. kick-chat kick-chat Public

    Multi-account Kick dashboard: official OAuth chat, stream, presets, auto-send. Go + embedded web UI.

    Go 1

  5. Twap-scanner Twap-scanner Public

    TWAP Engine listens to Telegram channels for Hyperliquid TWAP buy/sell signals, filters them by size and timing, confirms the TWAP is active on Hypurrscan, and opens matching futures positions on B…

    Python

  6. mexc-terminal mexc-terminal Public

    MEXC Futures terminal: TypeScript bot with dry-run, risk limits, pluggable strategies, web UI, and a Python spread checker. Unofficial WEB-token API — not financial advice.

    TypeScript