Skip to content
View iTzFrancesco's full-sized avatar

Block or report iTzFrancesco

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

Hi, I'm Francesco 👋

I'm a 17-year-old Full-Stack AI Engineer from Italy. I build web products, local-first AI tools, and hardware-to-software systems, taking them from interface to deployment since 2024.

Start Here

  • 🛸 DJI RC-N1C Flight Deck: open-source DJI RC-N1C input bridge with USB/Wi-Fi transport for PC and Android flight simulators.
  • 🎙️ Traflix Voice: privacy-first desktop dictation with local Whisper.cpp and optional Groq LPU inference.
  • 🧠 Traflix Space: an ADE for coordinating multiple projects and agents, with live terminal sessions and workspace-aware Jarvis.
  • 🧱 GigaMC: full-stack community platform for tournaments, forums, and staff workflows.

What I build

Projects that turn messy workflows into focused tools, from AI tooling and community operations to voice and hardware interfaces. I focus on local-first architecture, practical UX, and the engineering details that make software reliable from first commit to deployment.

AI workflow

I use AI as a focused engineering loop: Voice captures intent, Space keeps project context and Jarvis together, and Codex, Claude Code, OpenCode, and Pi handle focused passes. Tests, browser checks, and diff review decide what ships.

Stack

TypeScript JavaScript React Next.js Node.js Python Rust Tauri Supabase PostgreSQL Tailwind CSS Docker GitHub Actions Codex AI

Selected work

An open-source bridge that lets a real DJI RC-N1C remote control PC and Android flight simulators instead of staying locked to the DJI ecosystem. It carries physical sticks and buttons across USB or Wi-Fi, translates them into simulator input, and exposes connection and signal state through a local dashboard. Stack: Python, USB/VCOM, UDP/Wi-Fi, and ViGEmBus.

An open-source desktop dictation tool that turns spoken ideas into text inside the app I am already using. Its special part is the local-first experience: global hotkeys, automatic paste, and repeated latency and reliability work around recording, transcription, and provider switching. The project benchmark measures the local stop-to-request path at 0.179 ms median / 0.303 ms p95; full inference varies with the selected model and provider. Stack: Tauri/Rust, React/TypeScript, Python, Whisper.cpp, and Groq.

An open-source ADE for coordinating multiple projects and agents. I use it as a control room: keep multiple workspaces and live terminal sessions available, run different coding agents side by side, and give each one a focused role instead of mixing every task into one chat. Jarvis adds workspace-aware context and controlled actions through the Codex App Server. Stack: React/TypeScript, Tauri/Rust, ConPTY, and xterm.js.

A full-stack community platform that turns tournament, staff, and forum work into one operational system for a gaming community. It gives members one place to participate and gives staff the tools to manage applications, events, and day-to-day moderation through Discord sign-in and an admin panel. Stack: React/TypeScript, Node.js, Supabase/PostgreSQL, and Discord OAuth.

Collaboration

I'm open to open-source collaborations, developer tools, and practical AI projects with people who care about shipping reliable software.

Working on something interesting? Get in touch.

Portfolio · GitHub · Email · Discord

Popular repositories Loading

  1. dji-rcn1c-flight-deck dji-rcn1c-flight-deck Public

    Unofficial open-source bridge for using the DJI RC-N1C controller with PC drone simulators, featuring stick and button mapping, real-time dashboard, Android/UDP wireless mode, and automatic device …

    HTML 1

  2. iTzFrancesco iTzFrancesco Public

    iTzFrancesco's GitHub profile

  3. Traflix-Voice Traflix-Voice Public

    Privacy-focused Windows desktop voice dictation with local Whisper and optional Groq cloud transcription, built with Tauri, Rust, and React.

    Python

  4. Traflix-Space Traflix-Space Public

    Traflix Space is a Windows ADE workspace for projects, terminals, and coding agents. Run local tools side-by-side with optional Jarvis voice tools

    Rust