Road Map - amberframework/amber GitHub Wiki
Road Map
Amber is very stable and capable of running full web apps, but there's always room for improvement and expansion!
Heading toward v1.5+
- Remove Bootstrap from the default app, view and scaffold generators (https://github.com/amberframework/amber/issues/1303)
- Add greater support for database specific types (example: jsonb in Postgres)
- Add more tools/library for SSR and view rendering. Ie. form builders
- Improve web socket handling (for the Amber version of ActionCable)
- Add support for background job processing out-of-the-box (https://github.com/mosquito-cr/mosquito)
Heading toward 2.0+
- Change asset pipeline to use Vite by default instead of Webpack
Heading toward 2.25+
- De-couple the CLI tool generators from the existing ORM and templating language