Roadmap
Where Axerity is and where it is heading. This tracks the engine itself. It is a direction, not a set of promises.
The engine ships compiled. Content and config are read from the filesystem at runtime, with no bundler in the serving path, so a package manager quirk can no longer break a build.
Resolve the base path at request time instead of at compile time, so a site can be hosted under a sub path, like a project page.
Run API reference generation as a CLI pre step, so a project’s openapi config produces pages without needing the engine compile.
Fold a project’s public/ folder into the built output, for custom images and other static assets.
Move build only packages to dev dependencies, so a project installs a handful of runtime packages instead of the full toolchain.
Cache rendered pages by content hash, so a large site only rebuilds the pages that changed.
Let projects add their own remark or rehype steps and custom components without forking the engine.