Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 662 Bytes

File metadata and controls

25 lines (18 loc) · 662 Bytes

Waycontrol

Control the compositor from your smartphone. Next.js (TS) + Django (Python 3.13+).

Screenshot 2026-04-01 at 14-24-44 WayControl

Backend

source venv/bin/activate pip install -r requirements.txt python manage.py migrate python manage.py runserver

Frontend

cd frontend bun install bun dev

Structure

  • Core Logic: remote_api/consumers.py
  • Frontend: Next.js 15+, TypeScript, Bun
  • Protocol: Django Channels
  • System: Linux/Wayland Control

This project is meant to replace: https://github.com/killown/wayremote