Static landing page for the Cyranth developer identity.
The site is intentionally simple and framework-free: plain HTML, CSS, JavaScript, and SVG served directly by GitHub Pages.
This repository contains the public Cyranth landing page.
| Area | Details |
|---|---|
| Hosting | GitHub Pages |
| Build step | None |
| Main assets | HTML, CSS, JavaScript, SVG |
| SEO files | robots.txt, sitemap.xml |
| Featured project | AgentContextKit |
Product-specific installation, commands, architecture, development status, and release information belong in the AgentContextKit repository rather than this site repository.
py -m http.server 8080Open http://localhost:8080.
GitHub Pages serves the site from the repository's configured source.
- Keep the site lightweight and framework-free unless there is a clear reason to change that architecture.
- Keep product implementation documentation in the relevant product repository.
- Do not add private client data, credentials, private infrastructure details, or unnecessary personal contact information.
mainchanges land via pull request with exact-headdocs-integritygreen (node scripts/verify-site.mjs+git diff --check); directmainpushes are no longer the normal workflow.- Hosted-doc release flow: run the generator locally, push a branch, open a PR,
wait for
docs-integrity, then merge with linear history.