https://github.com/cskwork/codegraph-landing
Unofficial landing page for colbymchenry/codegraph — live at https://cskwork.github.io/codegraph-landing/
https://github.com/cskwork/codegraph-landing
Last synced: 18 days ago
JSON representation
Unofficial landing page for colbymchenry/codegraph — live at https://cskwork.github.io/codegraph-landing/
- Host: GitHub
- URL: https://github.com/cskwork/codegraph-landing
- Owner: cskwork
- Created: 2026-05-24T13:49:27.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2026-05-24T13:51:56.000Z (25 days ago)
- Last Synced: 2026-05-24T15:27:30.264Z (25 days ago)
- Language: HTML
- Homepage: https://cskwork.github.io/codegraph-landing/
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeGraph — Unofficial Landing Page
### 🌐 Live: **https://cskwork.github.io/codegraph-landing/**
[](https://cskwork.github.io/codegraph-landing/)
[](https://cskwork.github.io/codegraph-landing/)
[](#license)
A static landing page that explains how [colbymchenry/codegraph](https://github.com/colbymchenry/codegraph) works in detail — built from the public README and deployed via GitHub Pages.
> **Not affiliated** with CodeGraph or Anthropic. All trademarks belong to their respective owners.
## Live
The site is served at:
**→ https://cskwork.github.io/codegraph-landing/**
## Stack
Three files, no build step:
- `index.html` — content + structure
- `styles.css` — dark theme, gradient accents, responsive layout
- `script.js` — install-tab switcher, copy buttons, scroll reveal, canvas graph background
`.nojekyll` is included so GitHub Pages serves the files as-is without Jekyll processing.
## Local preview
```bash
python3 -m http.server 8000
# open http://localhost:8000
```
## License
The page itself is MIT — see CodeGraph's own [MIT license](https://github.com/colbymchenry/codegraph/blob/main/LICENSE) for the project this page documents.