Private website-review repository for the current HypNO prototype.
index.html— the current website prototype, unchanged from the approved HTML.nojekyll— tells GitHub Pages to serve the static files directlyrobots.txt— asks search engines not to index the prototypeNOTICE.md— ownership and private-review notice for the websiteREVIEW_FEEDBACK.md— a structured review form.github/ISSUE_TEMPLATE/website-review.md— an optional GitHub issue template for reviewer feedbackSHA256SUMS.txt— file-integrity hashes
This repository contains the website prototype only. It does not contain the HypNO application source code, provider credentials, signing keys, gateway credentials, or private investigation evidence.
- Create a new GitHub repository.
- Keep the repository Private while the site is under review.
- Upload the contents of this folder to the repository root. Do not upload only the ZIP file.
- Confirm that
index.htmlappears at the top level of the repository. - Invite only the reviewers who need access.
- Do not add an open-source license while the commercial and application licensing review is unresolved.
The safest private-review method is:
- Keep the repository private.
- Add the reviewer as a repository collaborator.
- Ask the reviewer to download the repository or
index.html. - Use
REVIEW_FEEDBACK.mdor the included GitHub issue template for comments.
To test the site through a real browser:
- Open the repository's Settings.
- Open Pages.
- Under Build and deployment, choose Deploy from a branch.
- Select the
mainbranch and the repository root. - Save and wait for the Pages address.
A private repository does not automatically make a normal GitHub Pages website private. Standard Pages sites may be publicly reachable even when their source repository is private. GitHub's access-controlled private Pages sites require an eligible GitHub Enterprise Cloud organization.
The noindex meta tag and robots.txt discourage search indexing, but they are not passwords or access controls. Do not enable Pages if the site must remain strictly private.
Official GitHub references:
- GitHub Pages publishing source: https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site
- GitHub Pages site visibility: https://docs.github.com/enterprise-cloud@latest/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site
This is a private development prototype.
- No public application download
- No working beta submission
- No provider-key entry
- No account system
- Pricing and licensing are not final
- Network Collector and Sensor features remain development work
- Re-verify every competitor comparison against current official documentation.
- Replace prototype forms with secure server-side handling.
- Publish a privacy policy and support contact.
- Complete product signing, licensing, and release acceptance.
- Remove
noindexand reviserobots.txtonly when the site is ready to be discoverable.