Enable frontend distribution as npm package with backend integration#2
Draft
Enable frontend distribution as npm package with backend integration#2
Conversation
Co-authored-by: deepakmaroo <56668629+deepakmaroo@users.noreply.github.com>
Co-authored-by: deepakmaroo <56668629+deepakmaroo@users.noreply.github.com>
Co-authored-by: deepakmaroo <56668629+deepakmaroo@users.noreply.github.com>
…aintainability Co-authored-by: deepakmaroo <56668629+deepakmaroo@users.noreply.github.com>
Co-authored-by: deepakmaroo <56668629+deepakmaroo@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Evaluate publishing ibex frontend as npm package
Enable frontend distribution as npm package with backend integration
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses distribution question: frontend can now be published to npm (
@ibex/frontend) and consumed independently while integrating with pip-installed backend via REST API.Package Configuration
package.json: Publishing metadata, CLI entry point (ibex-frontend), prepublish hooks.npmignore: Package content control (114 files)bin/ibex-frontend: Node CLI that configures API URL, checks backend availability, launches ElectronIntegration Architecture
Frontend and backend communicate over HTTP, allowing independent installation:
Config via
~/.config/ibex/config.jsonor CLI flags.Automation & Tooling
launch_ibex.py: Python launcher with random port sampling, localhost bindingquick-start.sh: Bash launcher with ss/netstat fallback.github/workflows/publish-frontend-npm.yml: Automated npm publishing on releases.github/scripts/sync_version.py: Version synchronization between packagesDocumentation
NPM_PACKAGE_GUIDE.md: Installation scenarios, version compatibility, troubleshootingVERSION_COMPATIBILITY.md: Independent semver strategy with API versioningREADME.mdwith npm installation optionSecurity
contents: readNo breaking changes—source installation remains unchanged. npm package is additive distribution option.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.