Workflow-centric laser processing UI (Svelte Kit) and backend (RTC6 via Ethernet Remote Interface). The backend supports mock RTC and UDP Remote Interface (Phase C); see backend/README.md.
Public demo (after you enable GitHub Pages + Releases):
laserDESK2026 under holgerschl)laserdesk_backend.exe, laserdesk_backend-macos.tar.gz — macOS arm64 / Apple Silicon)Until the repo is published, build and run locally (see below and Phase F in docs/implementation-plan.md).
Pages 404 or red workflow? Follow docs/github-pages-setup.md (enable Source: GitHub Actions under Settings → Pages first).
| Document | Description |
|---|---|
| Frontend README | Svelte Kit dev, proxy, Playwright E2E |
| Implementation plan | Phased technical plan and Phase A artifacts |
| Projektplan (HTML) | SCANLAB project proposal (workflow centricity) |
| MVP feature catalog | In/out scope for the first increment |
| Phase G DXF plan | Next step: parse, UI, API, RTC mapping |
| ADR 0001 – RTC6 Ethernet | MVP integration decision |
docs/)docs/laserDESK_Installation_and_FirstSteps.pdfdocs/laserDESK_QuickGuide.pdfdocs/RTC6_Doc.Rev_.1.1.3_en-US.pdfdocs/ – plans, ADRs, API sketches, RTC notes, and the PDF/HTML references abovebackend/ – C++17 REST server (laserdesk_backend), mock RTC (src/rtc/), API routes (src/http/), unit tests.github/workflows/ – GitHub Pages deploy; Windows backend Releases (Phase F)demo/dxf/ – Phase G reference DXF (demo/dxf/SCANLABLogo.dxf); MVP catalog entries for DXF load → RTC run — see docs/requirements/mvp-feature-katalog.mdFrontend: frontend/ — Svelte Kit, workflow-driven UI, /rtc monitor, /usage docs, Playwright E2E. See frontend/README.md.