Skip to main content

Frontend Customization

Frontend Customization Catalog

Use this section as the source of truth for where each customization type belongs and how it should be wired.

Core API Convention

For extension/frontend API calls, use Solid HTTP helpers from @solidxai/core-ui:

  • solidGet
  • solidPost
  • solidPut
  • solidPatch
  • solidDelete
  • solidAxios

Use endpoint paths like /resource and do not hardcode /api in request paths.

Extension Types

Bespoke UI

Use Bespoke Frontend UI for full route-level pages under solid-ui/src/pages/<layout-reference>/....

Supporting APIs