Command palette⌘K
Dubai, UAE · Available for Projects

WalidRiachy

Building high-converting digital products at the intersection of AI engineering, luxury e-commerce, and cinematic generative media.

Google ME Ranking
bodykits.ae
Trophy Winner
Custom Show Emirates
Years Building
AI-powered products
AI LLM Visibility
ChatGPT · Claude · Gemini
Scroll
3D Showcase

Interactive 3D Viewer

Drag to rotate · Scroll to zoom · Real-time rendering

Work

SelectedProjects

Hover a card to see the code behind it

Bodykits Aerodynamics

Bodykits Aerodynamics

Full-Stack AI Developer

The complete storefront for the #1 bodykit supplier in the Middle East — 3D configurator, 28 car brands, 39 supplier partners.

// AI-assisted SEO pipeline
const rank = await ai.optimise({
  target: "Middle East",
  llms: ["ChatGPT","Claude","Gemini"]
})
// Result: #1 across all platforms
🏆 Best Bodykit 2024🏆 Best Bodykit 2025🥇 #1 Google ME
Next.js3D ConfiguratorSEOAI DevE-Commerce
bodykits.ae
Bodykits.ae — iOS App

Bodykits.ae — iOS App

Native iOS Developer

Native iOS companion to bodykits.ae. A saved garage filters the catalogue to parts that fit your car, with duty and VAT already in the price.

// fitment-aware catalogue
const parts = await catalog.forVehicle({
  make: "BMW", model: "M3",
  year: 2008, chassis: "E90"
})
// price includes duty + VAT
📱 Live on the App Store🚗 Fitment-aware garage
iOSNative AppApp StoreShopifyE-Commerce
apps.apple.com
BK Admin & Importer

BK Admin & Importer

Full-Stack Developer

The custom back office behind bodykits.ae — bulk parts importer, supplier watch, fitment health, and a four-stage shipping-rate engine.

// rate resolution, most specific wins
resolve([
  "per-variant",      // exact variant
  "per-product",      // exact product
  "confirmed-rule",   // vendor+type+tag
  "computed-brain"    // fallback
])
⚙️ 30+ operator modules📦 41 rate rules · 13 vendors
Internal ToolingShopify APICatalog OpsData Pipeline
bodykits.ae
DarwinPRO Aerodynamics ME

DarwinPRO Aerodynamics ME

Full-Stack AI Developer (Contract)

Built regional e-commerce infrastructure for a global carbon-fiber luxury supercar modification brand. Custom UI components with cinematic video integration.

// Cinematic video stream
const stream = new MediaPipeline({
  codec: "H.265",
  quality: "4K",
  autoplay: true,
  lazy: true
})
ReactShopifyUI/UXVideo
darwinproaero.me
Karbel Middle East

Karbel Middle East

UI/UX Developer (Contract)

Re-engineered front-end architecture for premium prepreg carbon-fiber products. Reduced bounce rates and optimized 3D product rendering across mobile platforms.

// 3D model lazy loader
const model = await load3D({
  format: "glb",
  lod: "adaptive",
  gpu: "WebGL2"
})
// Bounce rate ↓ 40%
UI/UXPerformanceMobile
karbel.ae
KMCI — KiMono Clan International

KMCI — KiMono Clan International

Creative Director & Developer

Co-founded and built the full e-commerce ecosystem for a premium streetwear brand. Custom Shopify app, automated generative video marketing, and original collection design.

// Generative content bot
const content = await genAI.create({
  brand: "KMCI",
  platforms: ["IG","TikTok"],
  schedule: "daily"
})
👘 Original Collection Design🤖 AI Content Pipeline
Shopify3D DesignGenerative AIBranding
kmci.co

Web Components Style

Creator

808 copy-paste UI components across 83 categories, plus 580 design languages. No dependencies, no build step — open the file and copy.

// no install, no bundler
// open library.html, pick a component,
// copy the markup + styles straight out
// 808 components · 83 categories
🎨 580 design languages📦 Zero-dependency, no build
HTMLVanilla JSDesign SystemsZero Dependencies
github.com/walidriachy

Orion OS

Creator

A spatial computing interface in the browser — ten holographic modules you rotate, grab and throw with your hands, tracked by webcam.

// hand tracking, 32Hz → 60Hz
const hand = mediapipe.detect(frame)
ring.rotate(hand.pinchDelta)
// palm-out slows the world clock to 0
🖐 Webcam hand tracking🎙 Voice assistant on wake word
React Three FiberMediaPipeRapierNext.js 15Gemini
github.com/walidriachy

Nautilus Field

Creator

Streams a live NautilusTrader engine over a local socket and paints it as a field — buys tint it green, sells red, volume raises the wave.

// read-only actor on the MessageBus
bus.subscribe(["quote","trade","bar"])
ws.send(event)   // → ws://127.0.0.1:8765
// never submits or modifies an order
📡 Read-only — places no orders
NautilusTraderPythonWebSocketsVisualisation
github.com/walidriachy
KageTools

KageTools

Founder & Solo Developer

Personal SaaS — automated social media dashboard for Instagram, TikTok, and YouTube. AI-driven content generation, scheduling, and real-time analytics.

// Multi-platform scheduler
await kage.publish({
  platforms: ["IG","TikTok","YT"],
  content: await ai.generate(),
  time: "peak_engagement"
})
🚀 Solo-built SaaS📊 Multi-platform analytics
SaaSNext.jsAIInstagramTikTokYouTube
kagetools.com
Algorithmic Trading

TradingStrategies

Backtested algorithmic strategies built in C# on the cTrader / cAlgo platform, tested against real market data with live spread.

BTC/USD · H1Mean-Reversion / Breakout Hybrid

BTC VWAP + Bollinger Bands CBot

View on GitHub
60.2%
Win Rate
+105%
Net Profit
5 Years
Period
2,495
Trades

Combines VWAP anchoring with Bollinger Band signals to identify mean-reversion entries and breakout confirmation on hourly BTC data. Features dynamic position sizing, spread filtering, and session management.

C# · cAlgo APIVWAPBollinger BandsATR SizingSession Filter
XAU/USD · H1EMA Trend Following

GoldEMA TrendBot V2

View on GitHub
Trend
Strategy
20/40/200
EMAs
RSI + ATR
Filters
1%
Risk/Trade

EMA 20/40/200 crossover system with multi-layer filters: RSI overbought/oversold guard, ATR-based proximity filter to avoid chasing, ATR-dynamic SL/TP, trailing stop activating at 1R profit, and forced overnight close to eliminate swap costs.

C# · cAlgo APIEMA 20/40/200RSI FilterATR StopTrailing SLSwap Avoidance
Expertise

CoreSkills

AI & Dev Tools

Cursor AI / Claude API97%
ComfyUI Workflows88%
Higgsfield AI82%

Frontend

Next.js / React94%
TypeScript88%
Tailwind CSS92%

E-Commerce

Shopify Custom Apps90%
Shopify Integrations93%
Checkout Optimisation88%

Generative Media

Cinematic Upscaling85%
Motion Tracking80%
Auto Content Pipelines88%

Algo Trading (C#)

cTrader / cAlgo API82%
Strategy Backtesting85%
Risk Management Logic80%

SaaS & Strategy

SaaS Architecture84%
SEO / AI-LLM Visibility95%
Brand & UI/UX Strategy90%
Open Source

GitHubActivity

Including private contributions

Contribution Graphgithub.com/walidriachy
Loading contribution graph...
Walid Riachy GitHub contribution graph
View full profile on GitHub →
Public Profile

Press & Cinema

Featured In

Khaleej Times
Press Feature
The New Indian Express
Press Feature
Glamsham
Industry Profile
Verified Public Profile

International Cinema

The MisfitsHollywood Feature

Dir. Renny Harlin · w/ Pierce Brosnan

KurupInternational Cinema

Regional Epic Production

Contact

Let's Build Something

Available for AI development, e-commerce infrastructure, Shopify custom apps, and generative media projects.

Email — click to copywalidriachy@outlook.com GitHubgithub.com/walidriachy LinkedInlinkedin.com/in/walid-riachy

const status = "open to opportunities"
const location = "Dubai, UAE 🇦🇪"
const response = "within 24h"
// hint: try the old cheat code

Lighthouse · Desktop
65
Performance
86
Accessibility
100
Best Practices
100
SEO
pagespeed.web.dev →
Currently buildingKageTools v2
© 2026 Walid Riachy · Dubai, UAE