Tibi Theme
The Tibi theme owns templates, patterns, presentation logic, frontend assets, and React entrypoints for custom interactive flows.
Last modified: July 9, 2026
Path
packages/wordpress/themes/tibi
Key Areas
inc/ Theme setup, assets, REST helpers, integrations
src/ TypeScript/React entrypoints and frontend source
templates/ Block templates
parts/ Template parts
patterns/ Block patterns
React Entrypoints
Important form entrypoints include:
src/signup.tsxsrc/confirm.tsxsrc/brochures.tsx
These are loaded by the theme when matching blocks are present.
Asset Loading
The theme should avoid loading heavy scripts globally. For custom forms and search experiences, document:
- Which block triggers the script.
- Which root element the app mounts into.
- Which global data object passes configuration into the frontend app.
- Whether the feature depends on an external API or WordPress REST endpoint.
Build Commands
cd packages/wordpress/themes/tibi
npm run start
npm run build