Fractal Workspace - Vision

Status: Active - Nested canvas glyphs implemented in #461, ongoing refinement

Implementation Path: Workspaces are composed of glyphs with persistence and sync. Nested canvas glyphs (⧉) create fractal workspaces - canvases within canvases. Users navigate by entering nested canvases.

Concepts

Transform workspace navigation from flat graph to fractal canvases - a paradigm shift where the main canvas contains nested canvas glyphs that users enter to access deeper workspaces. Glyphs are persistent information surfaces displaying contextual data without interaction, embodying the continuous intelligence paradigm.

1. Navigation Modes

Zoom-based glyph manifestations:

Meld composition navigation (mobile):

Hierarchical canvas navigation:

Philosophy: Multiple complementary navigation patterns. Zoom reveals detail. Meld navigation follows connections. Canvas nesting organizes workspaces.

2. Compositional Computing

Inspired by Smalltalk/Pharo's pane model - glyphs are compositional surfaces that can be:

3. Rich Data Display

Glyphs show contextual data on their surface. Each glyph type determines what information to display based on the entity it represents. Plugins that attest new glyph types define how those glyphs render their data.

Design Goals

Visual Hierarchy

Layout Flexibility

Always-On Data

Implementation

Glyphs are the universal primitive (glyphs.md):

Implementation Considerations

Mobile-First Considerations

See mobile.md for detailed mobile UX vision and implementation status.

Deep Exploratory Analysis (30+ min sessions on mobile):

Gesture Mapping:

Key Design Principle: Mobile is a primary exploratory interface. Desktop adds power-user features.