Skip to content

fdiex/webtrader-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brokz WebTrader Skill for Claude Code

🛒 Production-grade trading platform components for React + Supabase. One command, working code.

White-label forex / CFD / crypto / stock trading UI. MT5 alternative. Mobile + desktop. EN/TR.

Get the full source: brokztech.com


What This Skill Does

When invoked in Claude Code with /webtrader, it scaffolds production-tested trading platform components — order tickets, real-time price feeds, margin & P&L math, SL/TP, partial close, mobile-first UI.

The included scaffolds/ are battle-tested patterns extracted from a live broker stack — same code powering brokztech.com.


Install

Via Claude Code plugin (recommended)

claude plugin install github:fdiex/webtrader-skill

Manual

git clone https://github.com/fdiex/webtrader-skill.git ~/.claude/plugins/brokz-webtrader

Restart Claude Code. The /webtrader skill is now available.


Usage

Open any React + Supabase project in Claude Code and ask:

  • "build me an order ticket for EURUSD"
  • "scaffold a positions table with live P&L"
  • "wire up SignalR price feed"
  • "give me MT5-style margin math"
  • "mobile order sheet with portal"

Claude auto-loads the skill and outputs drop-in code from scaffolds/.

Trigger keywords (EN + TR):

  • order ticket, BUY/SELL, al/sat
  • canlı fiyat, tick, real-time price
  • margin, kaldıraç, equity, stop out
  • lot, pip, contract size
  • SL/TP, stop loss, take profit
  • partial close, kısmi kapama
  • mobile trading, mobil trade
  • MT5 alternative, broker platform

What's Inside

File Purpose
skills/webtrader/SKILL.md Skill definition + full guide
scaffolds/OrderPanel.jsx BUY/SELL ticket — market/limit/stop, lot stepper, SL/TP
scaffolds/PositionsTable.jsx Open positions + history, live P&L, partial close
scaffolds/WebSocketContext.jsx SignalR client with reconnect & stale detection
scaffolds/financialMath.js Battle-tested margin/equity/P&L math (audited vs MT5)
scaffolds/MobileOrderSheet.jsx Full-screen bottom sheet, escape stacking via portal

Want The Full Platform?

This skill scaffolds patterns. Want the complete white-label platform — admin panel, IB system, KYC, CRM, payment flows, 111 Supabase migrations, edge functions, tick server?

brokztech.com

Production-tested. Multi-tenant. EN/TR. Mobile + desktop. Dark mode. Server-authoritative trading. SignalR price feed. Ready to deploy.


License

Commercial. The skill scaffolds (in scaffolds/) are MIT — free to use in your own projects. The full WebTrader source code at brokztech.com is sold under a separate commercial license.


Links


Made by Brokz Tech — hazır broker yazılımı.

Releases

No releases published

Packages

 
 
 

Contributors