A zero-dependency, static cheatsheet library for modern developers.
AetherSyntax is a lightweight documentation hub designed for speed and readability. It provides instant access to syntax guides for languages like Rust, C++, and JavaScript without the bloat of heavy frameworks.
- Zero Build Step: No Webpack, React, or Node.js required. Runs natively in the browser.
- JSON-Driven: The dashboard is generated dynamically from a simple
cheatsheets.jsonmanifest. - Instant Search: Real-time filtering by title and tags.
- Dual Environment: Built-in Dark (Eclipse) and Light (Bliss) modes with state persistence.
- Mobile First: Responsive grid layout that adapts to any device.
Visit the live github page here
Since this is a static site, you only need a web server to run it (to handle JSON fetching via CORS).
-
Clone the repository:
git clone https://github.com/AetherSyscall/AetherSyntax.git cd AetherSyntax -
Run locally:
# Using Python 3 python3 -m http.server 8000 # Or using Node npx serve .
-
Open: Navigate to
http://localhost:8000in your browser.
Visit CONTRIBUTING.md
Distributed under the Apache 2.0 License.