-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Open
Labels
webRelates to opencode on web / desktopRelates to opencode on web / desktop
Description
Feature Request
Add a kiosk mode to the web UI that provides a simplified user experience by hiding navigation elements.
Use Cases
- Embedded deployments
- Simplified onboarding experiences
- Kiosk terminals
- Single-project focused workflows
Proposed Solution
URL parameters to control the UI:
?kiosk=true- Hides sidebar and header?dir=/path- Auto-opens project and navigates to new session
Implementation
It was easier to just create an example than describe it:
The implementation is minimal (~30 lines of code changes) and non-intrusive - it only affects the UI when the URL parameters are present.
Metadata
Metadata
Assignees
Labels
webRelates to opencode on web / desktopRelates to opencode on web / desktop