Round 1 external access fix and platform filter upgrade#1
Draft
Marvinxtuc wants to merge 7 commits into
Draft
Conversation
added 7 commits
April 29, 2026 15:45
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.
Summary
This PR publishes SignalForge Round 1 external demo readiness as an isolated review branch.
It keeps the browser on same-origin
/api/*, adds the Next Route Handler runtime proxy, upgrades platform filtering to a select, preserves approved demo query parameters across navigation, and adds/report-validates external smoke coverage.Key changes
Browser /api/* -> Next route handler -> FastAPI./api/healthto FastAPI/healthwhile preserving existing backend business APIs.SERVER_API_BASE_URL=http://api:8000for Docker runtime server-side proxying.localhost:8000for external access.projectIdandsf_tokenacross frontend navigation while strippingsf_tokenfrom backend proxy forwarding.Product Huntsubmitsproduct_hunt.sf_tokenredaction and Round 1 audit reports.Validation
docker compose -f infra/docker-compose.yml build: PASSdocker compose -f infra/docker-compose.yml up -d: PASSdocker compose -f infra/docker-compose.yml run --rm api pytest: PASS,123 passeddocker compose -f infra/docker-compose.yml run --rm web npm run build: PASSpython3 scripts/validate_no_secrets.py: PASSpython3 scripts/validate_frontend_mvp.py --require-http: PASScurl -i http://localhost:3000/api/health: HTTP 200curl -i 'http://localhost:3000/api/projects?page_size=1': HTTP 200curl -i http://localhost:3000/api/settings/platforms: HTTP 200sf_token=<redacted>Go / No-Go
Round 1 result: GO for external demo validation only.
This is not a formal production release approval.
sf_tokenremains a temporary demo access signal, and the Cloudflare quick tunnel used for verification has been stopped.Rollback
Additional local-only note: validation generated Python
__pycache__entries; they were intentionally not deleted because file deletion requires separate approval.