Landing page for the App Automaton GitHub org. Published at https://appautomaton.github.io.
A static HTML/CSS/JS site — no build step, no framework. The page introduces the org's open-source work: SKILLs for coding agents (Claude Code, Codex, Gemini, OpenCode), the runtimes that hold them together, and a small constellation of pure-MLX models for Apple Silicon.
- Plain HTML, CSS, and a small vanilla
app.jsfor the install-tab and clipboard-copy interactions. - Lucide icons loaded from unpkg.
- Design tokens in
styles/colors_and_type.css; the blue palette override instyles/palette-blue.css.
python3 -m http.server 8080
# then open http://localhost:8080Any static server will do — there is nothing to compile.
index.html page markup
app.js install-tab switching, clipboard copy
styles/
├── site.css component styles
├── colors_and_type.css design tokens (typography, spacing, motion)
├── palette-blue.css blue palette override
└── fonts/
└── Quicksand-wght.ttf
GitHub Pages publishes from main automatically. Each push to main triggers a rebuild; typically live within a minute.
MIT.