An open API service indexing awesome lists of open source software.

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/

Awesome Lists containing this project

README

          

# CodeGraph — Unofficial Landing Page

### 🌐 Live: **https://cskwork.github.io/codegraph-landing/**

[![Live site](https://img.shields.io/badge/live-cskwork.github.io%2Fcodegraph--landing-8b5cf6?style=for-the-badge)](https://cskwork.github.io/codegraph-landing/)
[![GitHub Pages](https://img.shields.io/badge/deployed%20on-GitHub%20Pages-22d3ee?style=for-the-badge&logo=github)](https://cskwork.github.io/codegraph-landing/)
[![License: MIT](https://img.shields.io/badge/license-MIT-yellow?style=for-the-badge)](#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.