Maxjv/AnywhereDesign

Local-First Voice Assistant & Autonomous UI Builder for Developers

0

3 commits

updated Sep 17, 2026

See the code
antigravity
claude-code
cursor
developer-tools
local-first
react
speech-to-code
voice-coding
voice-coding-assistant
vscode-extension

README

AnywhereDesign by TFTE

The First 100% Local-First Voice Cockpit for Web Development

Build Status Version VS Code Marketplace License: MIT Downloads Server Status

Direct your code by voice, preview in real time on mobile/tablet, and let local AI agents execute refactors on your workstation. Zero cloud lock-in. Zero NDA leakage.

Descargar Instalador (.exe)Extensión VS Code / CursorDocumentaciónManifiesto Local-FirstArquitecturaLicencia


⚡ What is AnywhereDesign?

Writing code on touchscreens is painful. Remote desktops (RDP/VNC) are sluggish. And cloud-based code editors force you to upload private client repositories and violate NDAs.

AnywhereDesign decouples the execution runtime from the direction cockpit:

  1. Your machine remains the single source of truth: The backend runs locally on port 4000, orchestrating your Webpack/Vite dev servers (ports 3000/5173) and terminal agents.
  2. Instant mobile pairing: Scan a private QR code or access your secure persistent tunnel via dedicated OVH VPS with 4-digit PIN authentication.
  3. Voice-directed mutations in real time: Speak naturally to dispatch directives to local AI agents (Anthropic Claude Code CLI or Google Antigravity / Gemini Engine).
  4. Live visual preview with state preservation: Watch your UI mutate live without page reloads, without losing form state or modal navigation, and without touching your physical keyboard.

🛡️ The Local-First Manifesto: Why We Reject the Cloud

"Your proprietary code, your client NDAs, and your intellectual property should never reside on a third-party server."

Most modern AI tools require you to sync entire codebases into remote SaaS platforms. For freelance engineers, boutique software agencies, and enterprise developers, this is an unacceptable compliance risk.

FeatureTypical Cloud AI IDEAnywhereDesign
Code Repository LocationThird-party cloud servers100% on your local disk
CLI Agent ExecutionRemote shared sandboxLocal native subprocess
Network ExposureOpen public ports / Web IDEsEncrypted tunnel on OVH VPS with PIN
Telemetry & TrainingCode used to train foreign modelsZero telemetry, zero storage
Touchscreen FrictionVirtual keyboards eating 60% of screenSpoken natural language + live tactile UI

🏗️ Architecture

AnywhereDesign uses an asymmetric, redundant architecture:

+-------------------------------------------------------------------------+
|                  MOBILE / TABLET COCKPIT (Touch & Mic)                  |
|            Browser-based SPA, Edge Neural Audio API, Touch UI           |
+-------------------------------------------------------------------------+
                                    |
                    [OVH VPS Secure Tunnel + PIN Access]
                                    |
+-------------------------------------------------------------------------+
|                    LOCAL CORE SERVER (Port 4000)                        |
|   • Reverse Proxy Dispatcher        • Neural Audio Synthesis (EdgeTTS)  |
|   • Reactive Task Queue Engine      • Pin / Session Authentication      |
|   • Multi-Context Workspace State   • Watchdog Fault Tolerance (2s)     |
+-------------------------------------------------------------------------+
       |                                   |                    |
       v                                   v                    v
+------------------+             +------------------+   +-----------------+
| CLIENT WORKSPACE |             | LOCAL AI AGENTS  |   | FAULT SUPERVISOR|
| React / Vite /   |             | Claude Code CLI  |   | Watchdog.ps1    |
| Next.js (Port 3k)|             | Google AGY CLI   |   | Auto-Recovery   |
+------------------+             +------------------+   +-----------------+

🚀 Quick Start

1. Descarga del Instalador Oficial de Windows (1 Clic)

  1. Descarga Instalar_AnywhereDesign.exe desde GitHub Releases o desde la web oficial anywheredesign.site.
  2. Ejecuta el asistente de 1 clic (crea accesos directos y arranca el supervisor en segundo plano).
  3. Abre automáticamente http://localhost:4000 con el código QR listo para escanear con tu móvil o tablet.
  4. Integridad del Instalador:
    • Archivo: Instalar_AnywhereDesign.exe (~31.8 MB)
    • Checksum SHA-256: C95AFA236A4069ADF151CFE484CE4D61958B8D21DB055D7F2E0C803A1D5B0CFD

2. Extensión para VS Code y Cursor

Instala la extensión oficial AnywhereDesign: Local-First Runtime & Remote Cockpit directamente desde:

  • Visual Studio Marketplace (para VS Code).
  • Open VSX Registry (para Cursor, Windsurf y VSCodium).

🎙️ Supported AI Agent Engines

  • Anthropic Claude Code CLI: Manipulación semántica ultrarrápida, generación de diffs y refactorización de repositorios.
  • Google Antigravity / Gemini Engine: Modelos de razonamiento profundo (Gemini 3.1 Pro High/Low, Gemini 3.8 Flash, Gemini 3.7 Flash) con delimitación de contexto local.

🔒 Security & Intellectual Property

  • Author & Exclusive Rights: Maximiliano Javier Vargas Dani (DNI: 60793097A).
  • Official Intellectual Property Registration: Registrado en el Registro Central de la Propiedad Intelectual de España (Asiento Registral: REGAGE26e00081044871, Expediente: 00765-03267660).
  • Cobertura internacional bajo el Convenio de Berna para la Protección de las Obras Literarias y Artísticas y la Directiva 2009/24/CE.
  • Reporte de Vulnerabilidades: Ver SECURITY.md.

📄 License

Contributors

Maxjv

3 commits

Maxjv/AnywhereDesign

Local-First Voice Assistant & Autonomous UI Builder for Developers

0

3 commits

updated Sep 17, 2026

See the code
antigravity
claude-code
cursor
developer-tools
local-first
react
speech-to-code
voice-coding
voice-coding-assistant
vscode-extension

README

AnywhereDesign by TFTE

The First 100% Local-First Voice Cockpit for Web Development

Build Status Version VS Code Marketplace License: MIT Downloads Server Status

Direct your code by voice, preview in real time on mobile/tablet, and let local AI agents execute refactors on your workstation. Zero cloud lock-in. Zero NDA leakage.

Descargar Instalador (.exe)Extensión VS Code / CursorDocumentaciónManifiesto Local-FirstArquitecturaLicencia


⚡ What is AnywhereDesign?

Writing code on touchscreens is painful. Remote desktops (RDP/VNC) are sluggish. And cloud-based code editors force you to upload private client repositories and violate NDAs.

AnywhereDesign decouples the execution runtime from the direction cockpit:

  1. Your machine remains the single source of truth: The backend runs locally on port 4000, orchestrating your Webpack/Vite dev servers (ports 3000/5173) and terminal agents.
  2. Instant mobile pairing: Scan a private QR code or access your secure persistent tunnel via dedicated OVH VPS with 4-digit PIN authentication.
  3. Voice-directed mutations in real time: Speak naturally to dispatch directives to local AI agents (Anthropic Claude Code CLI or Google Antigravity / Gemini Engine).
  4. Live visual preview with state preservation: Watch your UI mutate live without page reloads, without losing form state or modal navigation, and without touching your physical keyboard.

🛡️ The Local-First Manifesto: Why We Reject the Cloud

"Your proprietary code, your client NDAs, and your intellectual property should never reside on a third-party server."

Most modern AI tools require you to sync entire codebases into remote SaaS platforms. For freelance engineers, boutique software agencies, and enterprise developers, this is an unacceptable compliance risk.

FeatureTypical Cloud AI IDEAnywhereDesign
Code Repository LocationThird-party cloud servers100% on your local disk
CLI Agent ExecutionRemote shared sandboxLocal native subprocess
Network ExposureOpen public ports / Web IDEsEncrypted tunnel on OVH VPS with PIN
Telemetry & TrainingCode used to train foreign modelsZero telemetry, zero storage
Touchscreen FrictionVirtual keyboards eating 60% of screenSpoken natural language + live tactile UI

🏗️ Architecture

AnywhereDesign uses an asymmetric, redundant architecture:

+-------------------------------------------------------------------------+
|                  MOBILE / TABLET COCKPIT (Touch & Mic)                  |
|            Browser-based SPA, Edge Neural Audio API, Touch UI           |
+-------------------------------------------------------------------------+
                                    |
                    [OVH VPS Secure Tunnel + PIN Access]
                                    |
+-------------------------------------------------------------------------+
|                    LOCAL CORE SERVER (Port 4000)                        |
|   • Reverse Proxy Dispatcher        • Neural Audio Synthesis (EdgeTTS)  |
|   • Reactive Task Queue Engine      • Pin / Session Authentication      |
|   • Multi-Context Workspace State   • Watchdog Fault Tolerance (2s)     |
+-------------------------------------------------------------------------+
       |                                   |                    |
       v                                   v                    v
+------------------+             +------------------+   +-----------------+
| CLIENT WORKSPACE |             | LOCAL AI AGENTS  |   | FAULT SUPERVISOR|
| React / Vite /   |             | Claude Code CLI  |   | Watchdog.ps1    |
| Next.js (Port 3k)|             | Google AGY CLI   |   | Auto-Recovery   |
+------------------+             +------------------+   +-----------------+

🚀 Quick Start

1. Descarga del Instalador Oficial de Windows (1 Clic)

  1. Descarga Instalar_AnywhereDesign.exe desde GitHub Releases o desde la web oficial anywheredesign.site.
  2. Ejecuta el asistente de 1 clic (crea accesos directos y arranca el supervisor en segundo plano).
  3. Abre automáticamente http://localhost:4000 con el código QR listo para escanear con tu móvil o tablet.
  4. Integridad del Instalador:
    • Archivo: Instalar_AnywhereDesign.exe (~31.8 MB)
    • Checksum SHA-256: C95AFA236A4069ADF151CFE484CE4D61958B8D21DB055D7F2E0C803A1D5B0CFD

2. Extensión para VS Code y Cursor

Instala la extensión oficial AnywhereDesign: Local-First Runtime & Remote Cockpit directamente desde:

  • Visual Studio Marketplace (para VS Code).
  • Open VSX Registry (para Cursor, Windsurf y VSCodium).

🎙️ Supported AI Agent Engines

  • Anthropic Claude Code CLI: Manipulación semántica ultrarrápida, generación de diffs y refactorización de repositorios.
  • Google Antigravity / Gemini Engine: Modelos de razonamiento profundo (Gemini 3.1 Pro High/Low, Gemini 3.8 Flash, Gemini 3.7 Flash) con delimitación de contexto local.

🔒 Security & Intellectual Property

  • Author & Exclusive Rights: Maximiliano Javier Vargas Dani (DNI: 60793097A).
  • Official Intellectual Property Registration: Registrado en el Registro Central de la Propiedad Intelectual de España (Asiento Registral: REGAGE26e00081044871, Expediente: 00765-03267660).
  • Cobertura internacional bajo el Convenio de Berna para la Protección de las Obras Literarias y Artísticas y la Directiva 2009/24/CE.
  • Reporte de Vulnerabilidades: Ver SECURITY.md.

📄 License

Contributors

Maxjv

3 commits