https://github.com/journeyapps-labs/sector
Sector is both a standalone & self-hostable data-browser for the JourneyApps platform and a set of core modules that are intended to be integrated in the currently proprietary OXIDE IDE.
https://github.com/journeyapps-labs/sector
browser data data-visualisation editor extensions modules ui
Last synced: 22 days ago
JSON representation
Sector is both a standalone & self-hostable data-browser for the JourneyApps platform and a set of core modules that are intended to be integrated in the currently proprietary OXIDE IDE.
- Host: GitHub
- URL: https://github.com/journeyapps-labs/sector
- Owner: journeyapps-labs
- License: apache-2.0
- Created: 2025-08-19T21:20:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-02-26T19:35:58.000Z (about 1 month ago)
- Last Synced: 2026-02-27T01:41:05.264Z (about 1 month ago)
- Topics: browser, data, data-visualisation, editor, extensions, modules, ui
- Language: TypeScript
- Homepage:
- Size: 813 KB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sector
Sector is both a standalone & self-hostable data-browser for the JourneyApps platform
and a set of core modules that are intended to be integrated in the currently
proprietary OXIDE IDE.
__Note: Sector is still considered a work-in-progress, and while safe to use for read-only scenarios,
we do not recommend using Sector for situations where writes are required.__

## Run Locally
1. Clone repo!
2. `pnpm install` in the root directory
3. `pnpm build` in the root directory
4. `cd ./server && pnpm watch`
5. Navigate to [http://localhost:9528](http://localhost:9528)
## Release
Release is done using changesets. Once a changeset is added, a release branch is created and upon merging,
all changed packages are built and published automatically.