Tibi Theme

The Tibi theme owns templates, patterns, presentation logic, frontend assets, and React entrypoints for custom interactive flows.

Last modified: July 9, 2026

link Path

packages/wordpress/themes/tibi

link 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

link React Entrypoints

Important form entrypoints include:

These are loaded by the theme when matching blocks are present.

link Asset Loading

The theme should avoid loading heavy scripts globally. For custom forms and search experiences, document:

link Build Commands

cd packages/wordpress/themes/tibi
npm run start
npm run build