TODOs that I don't think I wrote down anywhere else
Generate an autoload file on build for non-composer users
Make a real build process / setup CI/CD
Figure out where my docs will be kept...
The Resources component uses the routePattern prefix. If a mod removes this global prefix, the component will break. I can fix this by explicitly stating the prefix->api mappings on the core package's components... But a more elegant solution would be nice. Something like being able to keep track of the default prefixes & use those somehow...