Skip to content

[FEATURE]: Kiosk mode for simplified web UI #7219

@cboecking

Description

@cboecking

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:

PR: #7218 - #7218

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 / desktop

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions