{"id":37767627,"url":"https://github.com/ludwigaj/dash-prism","last_synced_at":"2026-05-10T16:08:50.902Z","repository":{"id":332244865,"uuid":"1133172694","full_name":"LudwigAJ/dash-prism","owner":"LudwigAJ","description":"Prism: Powerful multi-panel workspace manager for Plotly Dash","archived":false,"fork":false,"pushed_at":"2026-01-18T02:31:47.000Z","size":13444,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2026-01-18T15:56:23.493Z","etag":null,"topics":["dash","dashboard","plotly","plotly-dash","python","workspace"],"latest_commit_sha":null,"homepage":"https://ludwigaj.github.io/dash-prism/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LudwigAJ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-13T01:32:54.000Z","updated_at":"2026-01-18T02:27:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/LudwigAJ/dash-prism","commit_stats":null,"previous_names":["ludwigaj/dash-prism"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/LudwigAJ/dash-prism","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LudwigAJ%2Fdash-prism","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LudwigAJ%2Fdash-prism/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LudwigAJ%2Fdash-prism/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LudwigAJ%2Fdash-prism/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LudwigAJ","download_url":"https://codeload.github.com/LudwigAJ/dash-prism/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LudwigAJ%2Fdash-prism/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28563198,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dash","dashboard","plotly","plotly-dash","python","workspace"],"created_at":"2026-01-16T14:46:31.281Z","updated_at":"2026-05-10T16:08:50.894Z","avatar_url":"https://github.com/LudwigAJ.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dash Prism\n\n[![CI](https://github.com/LudwigAJ/dash-prism/actions/workflows/ci.yml/badge.svg)](https://github.com/LudwigAJ/dash-prism/actions/workflows/ci.yml)\n[![CodeQL](https://github.com/LudwigAJ/dash-prism/actions/workflows/codeql.yml/badge.svg)](https://github.com/LudwigAJ/dash-prism/actions/workflows/codeql.yml)\n[![PyPI](https://img.shields.io/pypi/v/dash-prism)](https://pypi.org/project/dash-prism/)\n[![PyPI Downloads](https://static.pepy.tech/personalized-badge/dash-prism?period=total\u0026units=ABBREVIATION\u0026left_color=GRAY\u0026right_color=BLUE\u0026left_text=downloads)](https://pepy.tech/projects/dash-prism)\n[![Python](https://img.shields.io/pypi/pyversions/dash-prism)](https://pypi.org/project/dash-prism/)\n![License](https://img.shields.io/github/license/LudwigAJ/dash-prism.svg?style=flat)\n\nA multi-panel workspace manager for Plotly Dash applications.\n\n**Live Demo:** https://dash-prism-demo.vercel.app/    \n**Docs:** https://ludwigaj.github.io/dash-prism/    \n**PyPI:** https://pypi.org/project/dash-prism/      \n \n## What is Dash Prism?\n\nDash Prism provides a unified workspace where multiple Dash layouts coexist as\ntabs within resizable, splittable panels. Users arrange their workspace via\ndrag-and-drop while developers focus on building content.\n\n![Demo](https://raw.githubusercontent.com/LudwigAJ/dash-prism/main/assets/prism-demo-0.gif)\n\n## The Problem\n\nBuilding dashboards with Plotly Dash typically means:\n\n- **Fragmented applications** - Each dashboard lives in isolation, requiring\n  users to switch between browser tabs or navigate complex menus.\n- **Repetitive UI work** - Developers spend time on layout scaffolding, content\n  management, and styling instead of business logic.\n- **One-size-fits-all layouts** - Users get a fixed arrangement that may not\n  match their workflow.\n- **No personalization** - Workspaces reset on every visit; users cannot save\n  their preferred view.\n\n## The Solution\n\nDash Prism addresses these issues by providing:\n\n- **Unified workspace** - Register any number of layouts; users open them as\n  tabs in a single interface.\n- **User-driven design** - Drag tabs to split panels, resize areas, and\n  rearrange freely. Developers define content; users define structure.\n- **Persistence** - Workspace state saves to localStorage, sessionStorage, or\n  memory so users return to exactly where they left off.\n- **Minimal boilerplate** - A decorator-based API keeps layout registration\n  concise and readable.\n\n## Features\n\n- **User-Driven Layout** - Users style tabs with colors and icons, reorder them\n  freely, and drag to panel edges to split the view. You create the content;\n  they make the dashboard.\n- **Favorites \u0026 Search** - Find layouts instantly with the integrated search\n  bar. Mark frequently-used ones as favorites to pin them at the top.\n- **On-Demand Loading** - Tab content loads dynamically when selected, keeping\n  initial page load fast even with many registered layouts.\n- **Parameterized Layouts** - Capture user options before loading a layout,\n  minimizing server round-trips and delivering exactly what the user wants.\n- **Custom Actions** - Add status bar buttons that trigger Dash callbacks for\n  saving workspaces, exporting data, or any custom functionality.\n- **Persistence \u0026 Workspace State** - State saves to localStorage, sessionStorage,\n  or memory. Use `readWorkspace` and `updateWorkspace` for programmatic backup,\n  restore, or team sharing.\n- **Context Menus** - Right-click tabs to rename, duplicate, lock, style, or\n  generate a shareable link to send a specific tab to someone else.\n- **Keyboard Shortcuts** - Full keyboard navigation: new tab, close, rename,\n  undo close, switch tabs, and more.\n- **Error Resilience** - Errors are captured at the tab level, guarding against\n  crashes that would otherwise take down the workspace.\n\n## Light and Dark Mode\n\nDash Prism supports both light and dark themes, so the workspace adapts to your style.\n\n![Dash Prism light mode](https://raw.githubusercontent.com/LudwigAJ/dash-prism/main/assets/prism-light-mode-demo-0.png)\n\n![Dash Prism dark mode](https://raw.githubusercontent.com/LudwigAJ/dash-prism/main/assets/prism-dark-mode-demo-0.png)\n\n## Installation\n\n**Requirements:** Python 3.10+, Dash 3.1.1+\n\n```bash\npip install dash-prism\n```\n\n## Quick Start\n\n```python\nimport dash\nfrom dash import html\nimport dash_prism\n\napp = dash.Dash(__name__)\n\n@dash_prism.register_layout(id='home', name='Home')\ndef home():\n    return html.Div('Welcome to Dash Prism')\n\n@dash_prism.register_layout(id='analytics', name='Analytics')\ndef analytics():\n    return html.Div('Analytics content here')\n\napp.layout = html.Div([\n    dash_prism.Prism(id='workspace', persistence=True)\n])\n\ndash_prism.init('workspace', app)\n\nif __name__ == '__main__':\n    app.run(debug=True)\n```\n\n## Development\n\nThis project uses [Poetry](https://python-poetry.org/) for dependency management and packaging.\n\n### Setup\n\n```bash\n# Clone and enter the project\ngit clone https://github.com/LudwigAJ/dash-prism.git\ncd dash-prism\n\n# Create a virtual environment\npython -m venv .venv\nsource .venv/bin/activate  # Windows: .venv\\Scripts\\activate\n\n# Install dependencies (pnpm via Corepack or `brew install pnpm`)\npoetry install --with dev,test,docs,demo\npnpm install\n\n# Build\npnpm run build\n```\n\n### Using Just\n\nIf you have [just](https://github.com/casey/just) installed:\n\n```bash\njust install   # Install Python and pnpm dependencies\njust build     # Build the package\njust test      # Run tests\n```\n\n## Contributing\n\nContributions are welcome. Please:\n\n1. Fork the repository.\n2. Create a feature branch.\n3. Write tests for new functionality.\n4. Ensure all tests pass (`pytest`).\n5. Submit a pull request.\n\nSee the [Contributing Guide](https://ludwigaj.github.io/dash-prism/contributing.html)\nin the documentation for more details.\n\n## License\n\nApache License 2.0. See [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fludwigaj%2Fdash-prism","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fludwigaj%2Fdash-prism","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fludwigaj%2Fdash-prism/lists"}