Skip to content
View IamOrbitDev's full-sized avatar

Block or report IamOrbitDev

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
IamOrbitDev/README.md

👋 I am Orbit Dev

AI Builder & Full-Stack Developer

Je construis des produits SaaS en solo, de l'infrastructure au front, avec une approche AI-first : Claude Code, MCPs custom, agents IA avec les fondations dev nécessaires pour debug à la main quand l'IA déraille.


🚀 Currently building

  • 🟢 Digizap — SaaS B2B de fidélisation & avis Google pour commerces (NFC + IA + multi-tenant)
  • 🟢 Flashlab — Plateforme communautaire pour builders qui shippent des SaaS avec l'IA

🎯 Signature builds (open source)

  • 🔗 gleem-capture — Desktop app Windows : pretty screen capture + caméra virtuelle pour Discord/Zoom/OBS. Tauri 2 + Rust + React 19. Pipeline d'image native (background, ombre, perspective, watermark) sur la Windows Graphics Capture API, sortie en MP4 ou DirectShow virtual cam. ~5 000 lignes.
  • 🔗 claude-discord-bridge — Driver Claude Code depuis Discord. Une session tmux + un canal Discord par utilisateur, avec access control hardened. Python orchestrator + fork TypeScript du plugin MCP officiel Anthropic.
  • 🔗 twenty-mcp — Fork du MCP Twenty CRM. J'y ai ajouté l'introspection GraphQL dynamique + la découverte automatique des custom fields, pour que le MCP suive le schéma Twenty au lieu de le hardcoder.
  • 🔗 instagram-mcp — MCP qui expose les profils et posts Instagram publics à Claude. Single-file Python avec curl_cffi pour bypasser le TLS fingerprinting pas d'API key, pas d'OAuth. Brique de Digizap pour générer des vitrines à partir du compte IG d'un commerce.

🛠️ Stack

Stack

Front Next.js · TypeScript · React · Tailwind
Back Node · Python · PostgreSQL · better-auth · API REST · GraphQL
Desktop Tauri 2 · Rust · Windows Graphics Capture API · DirectShow
Infra Coolify · Hetzner · Cloudflare · Docker · Linux
AI Claude Code · MCP (custom) · OpenAI · Anthropic · agents · skills
Sys Active Directory · GPO · Windows Server · GLPI


Les repos ci-dessus sont publics. Digizap et Flashlab restent privés (code source de SaaS en production).

Pinned Loading

  1. claude-discord-bridge claude-discord-bridge Public

    Self-hosted Discord bridge for Claude Code: spawn one tmux+claude session per channel, with per-channel access control. Python orchestrator + TS MCP plugin (fork of Anthropic discord plugin).

    TypeScript

  2. twenty-mcp twenty-mcp Public

    Forked from jezweb/twenty-mcp

    Fork of jezweb/twenty-mcp — Twenty CRM MCP server with dynamic GraphQL schema introspection and custom enum field discovery. Production-ready against real Twenty instances.

    TypeScript

  3. instagram-mcp instagram-mcp Public

    MCP server exposing public Instagram profiles and posts to Claude. No API key TLS-fingerprint bypass via curl_cffi.

    Python

  4. gleem-capture gleem-capture Public

    Pretty screen capture + Windows virtual camera in one desktop app. Tauri 2, Rust, React 19. Records to MP4, screenshots to clipboard, and streams the composited output to Discord/Zoom/OBS as a webcam.

    C++