Client Generator is the fastest way to scaffold fully featured webapps and native mobile apps from APIs supporting the Hydra format.
It is able to generate apps using the following frontend stacks:
Client Generator works especially well with APIs built with the API Platform framework.
- Generates high-quality ES6:
- list view (with pagination)
- detail view
- creation form
- update form
- delete button
- Supports to-one and to-many relations
- Uses the appropriate input type (
number
,date
...) - Client-side validation
- Subscribes to data updates pushed by servers supporting the Mercure protocol
- Displays server-side validation errors under the related input (if using API Platform Core)
- Integration with Bootstrap and FontAwesome (Progressive Web Apps)
- Integration with React Native Elements
- Accessible to people with disabilities (ARIA support in webapps)