This repo can publish the static SemeAI Gate demo through GitHub Pages.
The public entrypoint is:
index.html
It redirects to:
demo/saas_visible.html
gate.semeai.tech
This keeps the root domain available for the broader SemeAI site and leaves
app.semeai.tech available for a future authenticated SaaS surface.
In the GitHub repository:
- Open
Settings. - Open
Pages. - Set source to
GitHub Actions. - Set custom domain to:
gate.semeai.tech
Do this after the DNS record below has been added. The first deployment can run on the default GitHub Pages URL before the custom domain is attached.
In Namecheap:
- Open
Domain List. - Select
semeai.tech. - Open
Advanced DNS. - Add a host record:
Type: CNAME
Host: gate
Value: SemeAIPletinnya.github.io
TTL: Automatic
Wait for DNS propagation, then enable HTTPS in GitHub Pages when available.
If you want the repository to enforce the custom domain from the deployment
artifact later, add a root CNAME file containing:
gate.semeai.tech
This hosted page is a static demo, not the production SaaS backend.
It does not add:
- cloud AI calls;
- external LLM APIs;
- backend storage;
- auth;
- billing;
- customer data storage.
The canonical machine values remain unchanged:
SHOW = PROCEED
REVIEW = NEEDS_REVIEW
BLOCK = SILENCE
SILENCE means release denied, execution withheld, and audit preserved.