Datos rápidos

Lo esencial en una pantalla.

Producto PController
Categoría Control remoto de PC desde el móvil
Plataformas host Windows 10/11 (64-bit)
Cliente Navegador de cualquier móvil (Android · iOS)
Modelo Local (pago único, licencia base) + Pro / Premium encima · Lifetime aparte
Plan Pro USD 5,99/mes · 39/año · precio único para todos los países
Fundador Alejandro Neira (Colombia)
Licencia servidor Propietaria · binarios públicos en GitHub
Sitio web pcontroller.app
Press & entrevistas press@pcontroller.app
Boilerplates

Texto listo para copiar.

Tres longitudes (50, 150 y 500 palabras) en español e inglés. Cualquier copy nuevo se publica primero en branding/press-blurbs.md del repo.

Boilerplate corto

ES 50 palabras

PController es un sistema de control remoto que convierte cualquier teléfono en un mando para tu PC. Funciona en Windows 10/11, transmite video y audio en tiempo real, soporta gestos táctiles, teclado virtual y trackpad. Red local o túnel por Internet, sin abrir puertos. Prueba de 7 días, plan Local desde 10 USD un solo pago —la licencia base— y plan Pro a 5,99 USD/mes encima.

Short boilerplate

EN 50 words

PController turns any phone into a controller for your PC. It works on Windows 10/11, streams video and audio in real time, and supports touch gestures, a full virtual keyboard and trackpad. LAN-first with an optional internet tunnel. Seven-day trial, a one-time $10 Local plan (the base licence) and a Pro plan at $5.99/month on top.

Boilerplate medio

ES 150 palabras

PController es una herramienta que permite controlar tu computadora desde el móvil sin instalar apps adicionales: el cliente corre en el navegador. Soporta Windows 10/11 como anfitrión y cualquier dispositivo Android o iOS como cliente. Ofrece transmisión de video y audio en tiempo real, gestos táctiles ricos (pinch-to-zoom, drag, long-press), teclado virtual completo, trackpad alternativo y reconexión automática.

En modo LAN el vídeo y el control viajan directos entre el móvil y el PC, sin pasar por servidores externos; el túnel a Internet es opcional y va cifrado con TLS. La autenticación es siempre la misma: el visor recibe de la webapp un permiso de un solo uso, 90 segundos de validez y alcance de una sola PC, que se canjea por un token de sesión de corta duración.

PController se prueba 7 días sin tarjeta. Después, el plan Local (10 USD, un solo pago) es la licencia base y habilita el uso en red local de forma indefinida; sobre él, el plan Pro (5,99 USD/mes o 39 USD/año) añade el túnel por Internet y el audio del sistema. Existe una edición Lifetime de 199 USD, limitada a 500 unidades durante el lanzamiento, que da Premium de por vida sin necesidad de Local.

Disponible en pcontroller.app.

Medium boilerplate

EN 150 words

PController is a tool to control your computer from your phone without installing extra apps — the client runs in the browser. It supports Windows 10/11 as host, and any Android or iOS device as a client. It streams video and audio in real time, with rich touch gestures (pinch-to-zoom, drag, long-press), a full virtual keyboard, an alternative trackpad mode, and automatic reconnection.

In LAN mode, video and control travel directly between phone and PC, without third-party servers; the internet tunnel is optional and TLS-encrypted. Authentication is the same everywhere: the webapp issues the viewer a single-use grant, valid for 90 seconds and scoped to one PC, which it redeems for a short-lived session token.

PController comes with a 7-day trial, no card required. After that, the Local plan ($10, one-time) is the base licence and enables local-network use indefinitely; on top of it, the Pro plan ($5.99/month or $39/year) adds the internet tunnel, system audio and more PCs reachable from outside the network. A limited Lifetime edition ($199, 500 units) grants Premium for life with no Local required.

Available at pcontroller.app.

Long form

ES 500 palabras

PController nació de una pregunta simple: ¿por qué controlar un PC desde el móvil sigue siendo un proceso de cinco pasos en 2026? Las soluciones existentes obligan a instalar apps en ambos extremos, exigen cuentas en la nube, esconden el video tras planes empresariales o cobran tarifas mensuales por capacidades que cualquier WebSocket sirve sin costo.

PController gira esa premisa: un único binario en tu PC abre un servidor web; tu móvil se conecta abriendo una URL en el navegador. No hay app que instalar en el cliente — la cuenta sirve solo para emitir el acceso, nunca como tienda.

Bajo el capó, el servidor está escrito en Go y se distribuye como un solo ejecutable sin dependencias. La captura de pantalla usa DXGI Desktop Duplication en Windows para alta velocidad, la entrada se inyecta con las APIs nativas del sistema (SendInput en Windows), y el audio se transmite por un WebSocket dedicado mediante miniaudio (WASAPI en Windows). El video se comprime en H.264 por Media Foundation cuando el navegador lo soporta, y en JPEG (MJPEG) en el resto de los casos. H.264 exige un contexto seguro, así que llega por el túnel HTTPS y no por la LAN en claro; a igual calidad mueve entre 6 y 47 veces menos bytes según qué haya en pantalla. El tope por plan es 30 fps, y a 1080p el encoder MJPEG rinde entre 17 y 23 fps por conexión según la calidad elegida. Cuando el túnel está activo, el tráfico pasa por un túnel cifrado con TLS automático y un subdominio estable por PC.

El cliente web pesa menos de 200 KB. Soporta gestos táctiles que la mayoría de competidores no implementan correctamente: pinch-to-zoom con scrolling de dos dedos diferenciado, long-press con anillo visual para click derecho, drag con detección de intención. El teclado virtual cubre cuatro pestañas (ABC, 123, símbolos, funciones) e incluye atajos como Ctrl+Alt+Del. Hay un trackpad alternativo para control preciso del cursor y un D-pad para navegación con zoom.

El modelo de negocio combina un pago único de entrada con suscripciones. Toda cuenta nueva prueba 7 días sin tarjeta. El plan Local (10 USD, un solo pago) es la licencia base y da uso indefinido en red local: 1080p, sesiones sin límite de tiempo, invitaciones y sin marca de agua. Sobre esa base, el plan Pro (5,99 USD/mes o 39 USD/año) suma túnel por Internet, audio del sistema y hasta tres PCs conectadas desde fuera, y Premium (9,99 USD/mes) añade 4K, multi-monitor y links públicos de solo vista. Hay además una edición Lifetime de 199 USD, limitada a 500 unidades durante el lanzamiento, que da Premium de por vida y es la única compra que no necesita Local. Precio único en USD para todos los países, sin discriminación por IP.

PController es ejecutado por un solo desarrollador con disciplina financiera: ningún upgrade de stack se contrata sin que una métrica numérica lo dispare. Esa disciplina se traslada al producto: features que no se usan se eliminan, copies se mantienen cortos, y la marca tiene tres colores y dos tipografías. Sin marketing-speak, sin "soluciones revolucionarias".

Los binarios se publican en GitHub. La landing y la documentación viven en pcontroller.app. Ningún plan muestra publicidad.

PController es para gente que quiere controlar su PC desde el sofá, ayudar a un familiar a distancia, dar soporte rápido a un cliente o seguir un servidor de videojuegos en marcha desde el teléfono — sin pagar 14 dólares al mes ni crear otra cuenta más.

Long form

EN 500 words

PController started from a simple question: why is controlling a PC from your phone still a five-step process in 2026? Existing solutions force you to install apps on both ends, require cloud accounts, hide video behind enterprise plans, or charge monthly fees for capabilities that any WebSocket serves for free.

PController flips that premise: a single binary on your PC opens a web server; your phone connects by opening a URL in the browser. No client app to install — the account is only for issuing access, never for a store.

Under the hood, the server is written in Go and ships as a single dependency-free executable. Screen capture uses DXGI Desktop Duplication on Windows for high throughput, input is injected through native OS APIs (SendInput on Windows), and audio is streamed over a dedicated WebSocket via miniaudio (WASAPI on Windows). Video is compressed with H.264 via Media Foundation where the browser supports it, and JPEG (MJPEG) everywhere else. H.264 requires a secure context, so it arrives over the HTTPS tunnel rather than the plaintext LAN; at equal quality it moves 6 to 47 times fewer bytes depending on what is on screen. The per-plan ceiling is 30 fps, and at 1080p the MJPEG encoder delivers between 17 and 23 fps per connection depending on the quality setting. When the tunnel is active, traffic flows through an encrypted tunnel with automatic TLS and a stable per-PC subdomain.

The web client is under 200 KB. It supports touch gestures most competitors get wrong: pinch-to-zoom with differentiated two-finger scrolling, long-press with a visual ring for right-click, drag with intent detection. The virtual keyboard spans four tabs (ABC, 123, symbols, function keys) and includes shortcuts like Ctrl+Alt+Del. There's an alternative trackpad for precise cursor control and a D-pad for zoom-aware navigation.

The business model pairs a one-time entry purchase with subscriptions. Every new account gets a 7-day trial, no card required. The Local plan ($10, one-time) is the base licence and grants indefinite local-network use: 1080p, unlimited PCs on that network, no session time limit and no watermark. On top of it, the Pro plan ($5.99/month or $39/year, single USD price for every country) adds the internet tunnel, system audio and up to three PCs reachable from outside the network, and Premium ($9.99/month) adds 4K, multi-monitor and view-only public links. A $199 Lifetime edition, capped at 500 units during launch, grants Premium for life and is the only purchase that needs no Local.

PController is run by a single developer with financial discipline: no stack upgrade is paid for without a numeric metric triggering it. That discipline carries into the product: unused features are removed, copy stays short, and the brand has three colors and two typefaces. No marketing-speak, no "revolutionary solutions".

Binaries are published on GitHub. The landing page and documentation live at pcontroller.app. No plan shows ads.

PController is for people who want to control their PC from the couch, help a relative remotely, provide quick support to a client, or keep an eye on a running game server from their phone — without paying $14 a month or creating yet another account.

Bio del fundador

Alejandro Neira.

Bio corta

ES 50 palabras

Alejandro Neira es desarrollador y fundador único de PController. Construyó el producto buscando una solución de control remoto que no exigiera instalar nada en el móvil, funcionara desde el navegador y tuviera un precio honesto. Está basado en Colombia y opera el proyecto en modo solopreneur con disciplina financiera estricta.

Short bio

EN 50 words

Alejandro Neira is the developer and sole founder of PController. He built the product looking for a remote-control solution that wouldn't require an account on the local network, would run from any phone's browser, and would be honestly priced. Based in Colombia, he runs the project as a solopreneur with strict financial discipline.

Bio media

ES 150 palabras

Alejandro Neira es desarrollador, fundador único de PController y autor del 100 % del código del servidor y del cliente web. Tras años usando soluciones de control remoto que cobraban más por la cuenta que por el producto, decidió construir una alternativa LAN-first y sin fricción.

PController combina un servidor en Go que se distribuye como un solo ejecutable, un cliente web minimalista en Vanilla JS y una webapp para gestionar cuentas y PCs. Todo está pensado para que el tráfico se quede en la red local mientras el usuario no necesite el túnel a Internet.

Alejandro opera bajo restricciones explícitas: solo founder, presupuesto inicial $0–100, prioridad de tiempo sobre dinero los primeros seis meses. Esa disciplina se refleja en el producto: features cuantificables, marca consistente, copy honesto. Está basado en Colombia y publica updates mensuales en GitHub.

Medium bio

EN 150 words

Alejandro Neira is the developer, sole founder of PController, and author of 100% of the server and web client code. After years of using remote-control products that charged more for the account than for the actual software, he decided to build a LAN-first, frictionless alternative: a Windows host and a client that runs in any phone browser. The server is proprietary; its binaries are published on GitHub.

PController combines a Go server that ships as a single executable, a minimalist Vanilla JS web client, and a webapp for managing accounts and PCs. Everything is designed to keep the traffic inside the local network until the user needs the internet tunnel.

Alejandro operates under explicit constraints: solo founder, $0–100 starting budget, time prioritized over money during the first six months. That discipline shows in the product: quantifiable features, consistent branding, honest copy. He's based in Colombia and ships monthly updates on GitHub.

Brand assets

Logos, screenshots y OG image.

Click derecho → "Guardar como…" o usa el enlace de cada tarjeta. Para uso editorial respeta la paleta y la tipografía descritas abajo.