The toolkit for creatives.
Quickstart
Here's the TL;DR to get going quick with aer for web development:
cargo install aercdto a path containing assets you want to compile and serve over local HTTPaer init- Configure your source and target ("build") paths in
Aer.toml aer serve- Check out your assets on localhost:1337
Check out what's here to see everything else you can do.
What's Here
Asset Processors
aer procs runs a pipeline of asset processors defined in an Aer.toml configuration file. Processors transform source assets (Markdown, SCSS, images, templates) into production-ready output with support for profile-based configuration (e.g., development vs production settings).
[!NOTE] Use
aer initto create a starterAer.tomlin the current directory.
aer serve starts a local development server that watches for file changes and automatically rebuilds assets.
See concept/README.md for detailed documentation.
Color Palette Picker

aer palette launches an interactive color palette picker based on Oklab Colorspace relationships.
License and Contributions
Copyright © 2026 With Caer, LLC.
Licensed under the Functional Source License, Version 1.1, MIT Future License. Refer to the license file for more info.