[QUERY: personal_repos --all]

ALL_PERSONAL_REPOS

0x01 // PS4 PKG Manager

[RUST_TUI_TOOL]
DESC: Terminal UI package installer for jailbroken PS4 systems. Scans a local PKG directory, groups games, detects main/update/DLC packages, spins up an embedded HTTP server, and sends direct install URLs to the PS4 via Remote Package Installer.
STCK: Rust / TUI / Embedded HTTP Server

0x02 // Private Polymarket

[DECENTRALIZED_PRED_MKT]
DESC: A private prediction market app for friend groups built on Polygon Amoy. Users connect a Web3 wallet, create binary YES/NO bets on any life event, and invite friends via a 6-character code. Stakes are placed on-chain via a parimutuel Solidity contract with automatic payout on resolution. New features include an AI-powered News Feed tab that pulls live headlines and uses an LLM (via OpenRouter) to suggest relevant market questions, a wallet-scoped dashboard that only surfaces the connected wallet's markets, and a fully live data mode with no mock fallbacks. The backend integrates OpenRouter with free-tier model support for AI market generation.
STCK: Next.js / React / TypeScript / Tailwind CSS / Solidity / Polygon Amoy / wagmi / viem / RainbowKit / FastAPI / PostgreSQL / OpenRouter / Railway