Skip to content

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.

Notifications You must be signed in to change notification settings

aethersyscall/AetherSyntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AetherSyntax

A zero-dependency, static cheatsheet library for modern developers.

AetherSyntax Banner Engine License

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.


⚡ Key Features

  • 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.json manifest.
  • 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.

🚀 Usage

Option 1:

Visit the live github page here

Option 2:

Since this is a static site, you only need a web server to run it (to handle JSON fetching via CORS).

  1. Clone the repository:

    git clone https://github.com/AetherSyscall/AetherSyntax.git
    cd AetherSyntax
  2. Run locally:

    # Using Python 3
    python3 -m http.server 8000
    
    # Or using Node
    npx serve .
  3. Open: Navigate to http://localhost:8000 in your browser.


How to Contribute?

Visit CONTRIBUTING.md

📜 License

Distributed under the Apache 2.0 License.

About

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.

Topics

Resources

Contributing

Stars

Watchers

Forks

Languages