{"id":30052621,"url":"https://github.com/andreyantipov/ghost-shell","last_synced_at":"2025-08-07T17:08:58.664Z","repository":{"id":306654166,"uuid":"1026813805","full_name":"andreyantipov/ghost-shell","owner":"andreyantipov","description":"👻 WIP: A UI layout manager for building modular, dockable web interfaces based on XState","archived":false,"fork":false,"pushed_at":"2025-08-03T13:06:28.000Z","size":655,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-03T15:05:32.851Z","etag":null,"topics":["headless-ui","layout-manager","typescript","xstate","xstate-fsm"],"latest_commit_sha":null,"homepage":"https://ghost-shell.js.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreyantipov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2025-07-26T17:04:53.000Z","updated_at":"2025-08-01T10:41:05.000Z","dependencies_parsed_at":"2025-07-26T23:37:32.925Z","dependency_job_id":"b7609d9a-40ab-4643-aa7a-2a4bb7a95192","html_url":"https://github.com/andreyantipov/ghost-shell","commit_stats":null,"previous_names":["andreyantipov/ghost-shell"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andreyantipov/ghost-shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreyantipov%2Fghost-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreyantipov%2Fghost-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreyantipov%2Fghost-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreyantipov%2Fghost-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreyantipov","download_url":"https://codeload.github.com/andreyantipov/ghost-shell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreyantipov%2Fghost-shell/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269292917,"owners_count":24392507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["headless-ui","layout-manager","typescript","xstate","xstate-fsm"],"created_at":"2025-08-07T17:08:52.939Z","updated_at":"2025-08-07T17:08:58.649Z","avatar_url":"https://github.com/andreyantipov.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 👻 Ghost Shell\n\n\u003e 🚧 **Work in Progress** - This project is under active development. Nothing is stable yet! 🚧\n\nA headless UI layout manager for building modular, dockable web interfaces powered by XState. Create VSCode-like layouts with panels, tabs, and widgets - fully customizable and framework-agnostic.\n\n## Features\n\n- 🎯 **State-driven architecture** - Built on XState for predictable, declarative UI state management\n- 🧩 **Modular widgets** - Panels, tabs, status bars, and more as composable building blocks\n- 🎨 **Headless by design** - Bring your own styles or use pre-built design presets\n- 🔌 **Framework agnostic** - Works with React, Vue, vanilla JS, or any framework\n- 📦 **TypeScript first** - Full type safety and excellent DX\n\n## Quick Start\n\n⚠️ **Not published to npm yet!** For now, clone and explore the demo.\n\n```bash\n# Clone the repo\ngit clone https://github.com/andreyantipov/ghost-shell.git\ncd ghost-shell\nnpm install\nnx serve react-demo\n```\n\nFuture installation (when published):\n```bash\nnpm install @ghost-shell/core @ghost-shell/widgets\n```\n\n```typescript\nimport { LayoutManager } from '@ghost-shell/core';\n\nconst layout = new LayoutManager();\n\n// Add panels and tabs\nlayout.addPanel('editor');\nlayout.addTab('editor', 'file1', 'index.ts');\nlayout.activateTab('editor', 'file1');\n\n// Subscribe to changes\nlayout.subscribe(() =\u003e {\n  console.log('Layout updated:', layout.getSnapshot());\n});\n```\n\n## Demo\n\nCheck out the [live demo](https://andreyantipov.github.io/ghost-shell/) to see Ghost Shell in action.\n\n## Development\n\nThis is an Nx monorepo with the following packages:\n\n- `@ghost-shell/core` - Core layout manager\n- `@ghost-shell/widgets` - Widget collection (panels, tabs, status bar)\n- `react-demo` - Example React application\n\n```bash\n# Install dependencies\nnpm install\n\n# Run the demo\nnx serve react-demo\n\n# Build all packages\nnx run-many --target=build\n```\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreyantipov%2Fghost-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreyantipov%2Fghost-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreyantipov%2Fghost-shell/lists"}