amagaki
amagaki copied to clipboard
A high-performance TypeScript static website generator for building highly-interactive websites. Localization inbuilt. Flexible URLs. Content managed and templates separated.
Need to implement "always-on" translation string recording, with an affordance for handling the translation request workflow. - Research how other generators handle automating the "extract" command - Always create translation...
At some point, Amagaki will probably require some sort of Google Sheets (or other Google APIs) access, and I want to propose from the start that ama should request the...
Resolve fields can be slow, so we don't want to do it unnecessarily. - When adding new yaml types, check whether a yaml type has an async constructor. - If...
Over time, some templates may incur more of a performance hit than others. Because our core is so optimized, as sites grow complicated templates will have the largest impact on...
We are abandoning Grow.dev's automatic localization untagging in order to limit memory usage and improve performance. After all, most content isn't localized, so it doesn't make sense to penalize all...
We should create a "comparison" marketing page that compares Amagaki both to other static generators, and other tools in the website building space. For example, we should compare at a...
Two main ideas to improve with benchmark results: - Better long term history of build metrics. (currently the usage generates a huge json file that is not really needed for...