Generate and remove OpenAPI hook/config wiring for a backend domain in the React template.
Generate and remove route pages in `app/routes` using the template `sample-page.tsx` and automatic route wiring in `app/routes.ts`.
Build or update services in `app/features/services` using the `_template/service` conventions (container/store/structure/lib/constants) so code stays consistent with project rules.
Build or update widgets in `app/features/widgets` using the `_template/widget` conventions (container/UI/lib/store/constants) so code stays consistent with project rules.