Psychological Syntax Highlighting.
A cognitive documentation library engineered for flow state.
AetherSyntax is a Distributed Static System. It does not rely on a backend database.
The entry point. It acts as a registry to generate a searchable constellation of knowledge fragments.
Each cheatsheet is a Self-Contained Polyglot.
- Zero Dependencies: Each HTML file contains its own CSS, JS, and Theme Engine.
- Portable: You can email a single
.htmlfile to a colleague, and it will retain its theming, interactivity, and toggle states perfectly offline.
I do not write HTML manually. I use the AetherMarkdown Engine to transpile Markdown into the Aether HTML bundle.
Because this is a vanilla stack, you only need a basic HTTP server.
# Clone the constellation
git clone https://github.com/your-username/AetherSyntax.git
cd AetherSyntax
# Ignite (Python)
python3 -m http.server 8080
# Ignite (Node)
npx serve .The system comes equipped with two distinct psychological modes: The theme used here: AetherAmethyst
- 🌑 Eclipse (The Void): Deep Indigo (
#13111B) for high-contrast architectural focus. - 🌸 Bliss (The Paper): Lavender White (
#FDF7FF) for high-clarity review in daylight.
To expand the library, follow the Generator Pipeline:
- Draft: Open
AetherMarkdown.html. - Write: Create your documentation using standard Markdown.
- Export: Click "HTML" to generate the self-contained bundle.
- Deploy: Move the file to
cheatsheets/and register it incheatsheets.json.
See CONTRIBUTING.md for detailed rendering standards.
AetherSyntax/
├── cheatsheets/ # The Knowledge Fragments
│ ├── rust.html # Generated via AetherMarkdown
│ ├── cpp.html
│ └── ...
├── index.html # The Dashboard UI
├── README.md # You are here
└── CONTRIBUTING.md # The Standards
© 2026 AetherSyscall. Licensed under Apache 2.0.