Add RuView interactive web explorer for WiFi DensePose#171
Open
ewprpwe2 wants to merge 2 commits intoruvnet:mainfrom
Open
Add RuView interactive web explorer for WiFi DensePose#171ewprpwe2 wants to merge 2 commits intoruvnet:mainfrom
ewprpwe2 wants to merge 2 commits intoruvnet:mainfrom
Conversation
Self-contained SPA with 8 pages: overview, architecture, crate explorer, live pose demo, signal lab, API playground, getting started guide, and build/run reference. Runs entirely in-browser with mock data — no backend or hardware required. Launch with: bash ui/webapp/serve.sh https://claude.ai/code/session_01PDmD4WiMK9tfWYhMHmRx9e
Zero-dependency server that serves the UI from the ui/ directory on port 3000. No npm install needed — just clone and run npm start. https://claude.ai/code/session_01PDmD4WiMK9tfWYhMHmRx9e
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces RuView, a self-contained single-page web application that serves as an interactive explorer and learning platform for the WiFi DensePose project. The webapp runs entirely in the browser with mock data, requiring no backend or hardware dependencies.
Key Changes
New webapp application (
ui/webapp/app.js): A 1,100+ line self-contained SPA featuring:Styling system (
ui/webapp/style.css): Complete dark-themed design system with:HTML entry point (
ui/webapp/index.html): Minimal HTML structure with:Deployment script (
ui/webapp/serve.sh): Bash script to serve the webapp on port 3001 using Python's built-in HTTP serverNotable Implementation Details
The webapp serves as both a learning resource and interactive demo platform, allowing users to explore the WiFi DensePose architecture, understand the signal processing pipeline, and experiment with API endpoints—all without requiring any backend infrastructure.
https://claude.ai/code/session_01PDmD4WiMK9tfWYhMHmRx9e