https://github.com/jdillon/bigtop
https://github.com/jdillon/bigtop
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdillon/bigtop
- Owner: jdillon
- Created: 2026-03-28T21:09:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-29T02:59:18.000Z (4 months ago)
- Last Synced: 2026-03-29T05:32:11.788Z (4 months ago)
- Language: Shell
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Bigtop
Lightweight application shell framework for building panel-based desktop/web apps with IDE-like chrome, without being an IDE.
## Packages
| Package | Description |
| --- | --- |
| `@bigtop/core` | Shell, commands, settings, theming, keybindings, notifications |
| `@bigtop/dockview` | Dockview integration, panel registry, layout persistence |
| `@bigtop/shadcn` | UI primitives (Radix-based, copy-paste from shadcn/ui) |
## Tech Stack
React 19, Tailwind v4, dockview, cmdk, tinykeys, sonner, Lucide
## Development
```bash
moon run :build # Build all packages
moon run :typecheck # Type check all packages
moon run :lint # Lint all packages
moon run :test # Test all packages
```
See `docs/` for design documents.