docs: Add portal project to ecosystem documentation#5300
Merged
rekram1-node merged 3 commits intoanomalyco:devfrom Dec 10, 2025
Merged
docs: Add portal project to ecosystem documentation#5300rekram1-node merged 3 commits intoanomalyco:devfrom
rekram1-node merged 3 commits intoanomalyco:devfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds the portal project to the ecosystem documentation, expanding the list of community projects built on OpenCode. The portal is a Web UI designed to work with Tailscale or other VPN services for running OpenCode on remote machines.
- Adds a new entry to the Projects section of the ecosystem documentation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
rekram1-node
reviewed
Dec 9, 2025
shuv1337
added a commit
to Latitudes-Dev/shuvcode
that referenced
this pull request
Dec 10, 2025
* chore: format code * wip(desktop): progress * chore: regen sdk * chore: format code * add project.name/icon * wip(desktop): progress * feat: add color to project * chore: regen sdk * chore: format code * rename bus * rework project loading * fix ci * chore: regen sdk * chore: format code * core: add automatic project icon discovery from favicon/logo files * chore: regen sdk * chore: format code * core: fix project icon update to preserve existing icon properties * chore: regen sdk * chore: format code * ci: fix sdk gen * chore: regen sdk * chore: format code * core: make project updated timestamp optional to support legacy project data * core: fix project creation to include updated timestamp * chore: regen sdk * chore: format code * fix: read when file is svg * chore: regen sdk * chore: format code * test fixes * core: fix project event emission to include updated worktree data * chore: regen sdk * chore: format code * sync * chore: regen sdk * chore: format code * discover logic * chore: regen sdk * chore: format code * fix tests * fix types * chore: regen sdk * chore: format code * format on write * fix: resolve 'latest' to actual version when caching plugins (anomalyco#5292) * ci: fix sdk workflow * wip(desktop): progress * wip(desktop): progress * wip(desktop): progress * wip(desktop): progress * wip(desktop): progress * feat: add Biome LSP support (anomalyco#5290) * wip(desktop): progress * wip(desktop): progress * add OPENCODE_EXPERIMENTAL_BASH_DEFAULT_TIMEOUT * wip(desktop): progress * wip(desktop): progress * wip(desktop): progress * core: fix project icon update handling to preserve existing icon properties * wip(desktop): progress * wip(desktop): progress * better interleaved thinking support (anomalyco#5298) * fix: add spacer before queued badge * tweak: add OPENCODE_EXPERIMENTAL_BASH_DEFAULT_TIMEOUT_MS * ignore: rm chalk * Update Nix flake.lock and hashes * ci fix * chore: regen sdk * chore: format code * ci * chore: regen sdk * ci: combine sdk and format workflows into single generate workflow * ci * ci * ci * ci * ci * ci * ci * ci * ci * fix: re-enable tauri typecheck * ci * ci * ci * ci * ci * ci * ci * ci * ci * ci * ci * ci * sync * ci * ci * ci * ci * docs: Add portal project to ecosystem documentation (anomalyco#5300) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * core: enable project discovery for experimental builds * ci: publish with multiple tags instead of using dist-tag npm dist-tag add command is broken, so publish package multiple times with different tags directly instead * ci * ci * ci * release: v1.0.141 * sync: record last synced tag v1.0.141 * chore: format code --------- Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com> Co-authored-by: Dax Raad <d@ironbay.co> Co-authored-by: Aiden Cline <aidenpcline@gmail.com> Co-authored-by: Nick <105120312+nick-vi@users.noreply.github.com> Co-authored-by: ry2009 <134240944+ry2009@users.noreply.github.com> Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Co-authored-by: David Hill <iamdavidhill@gmail.com> Co-authored-by: Hosenur Rahaman <hosenur.dev@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: opencode <opencode@sst.dev> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
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.
Portal is a Web UI I am working on, can be primarily used with Tailscale or other VPN services to run opencode on a VPS or Remote machine.